Skip to content

Commit

Permalink
chore: commons 0.0.5 and generateActionEntityID import
Browse files Browse the repository at this point in the history
  • Loading branch information
jordaniza committed Apr 2, 2024
1 parent b9ba6c0 commit d35c4b8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 37 deletions.
2 changes: 1 addition & 1 deletion packages/subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@aragon/osx-commons-subgraph": "^0.0.4"
"@aragon/osx-commons-subgraph": "^0.0.5"
}
}
2 changes: 1 addition & 1 deletion packages/subgraph/src/plugin/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import {
Approved,
MultisigSettingsUpdated,
} from '../../generated/templates/Plugin/Plugin';
import {generateActionEntityId} from '../../tests/utils/ids';
import {generateMemberEntityId, generateVoterEntityId} from './id';
import {
generateActionEntityId,
generatePluginEntityId,
generateProposalEntityId,
} from '@aragon/osx-commons-subgraph';
Expand Down
2 changes: 1 addition & 1 deletion packages/subgraph/tests/plugin/plugin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ import {
END_DATE,
ALLOW_FAILURE_MAP,
} from '../utils/events';
import {generateActionEntityId} from '../utils/ids';
import {
generatePluginEntityId,
generateProposalEntityId,
generateActionEntityId,
createDummyAction,
} from '@aragon/osx-commons-subgraph';
import {Address, BigInt, DataSourceContext} from '@graphprotocol/graph-ts';
Expand Down
30 changes: 0 additions & 30 deletions packages/subgraph/tests/utils/ids.ts

This file was deleted.

8 changes: 4 additions & 4 deletions packages/subgraph/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
dependencies:
tslib "^2.6.2"

"@aragon/osx-commons-subgraph@^0.0.4":
version "0.0.4"
resolved "https://registry.yarnpkg.com/@aragon/osx-commons-subgraph/-/osx-commons-subgraph-0.0.4.tgz#2aa52f3089d21189c9152d2f3d14c0d7c66d129f"
integrity sha512-cqhusJ3HNvMx+t9lXfN+Hy/5ipefNs1Tdxe+y0GvD4qgBMVU4tCbsxOpB9U2JEJNBCzFQj4E/872FFLpIErB4w==
"@aragon/osx-commons-subgraph@^0.0.5":
version "0.0.5"
resolved "https://registry.yarnpkg.com/@aragon/osx-commons-subgraph/-/osx-commons-subgraph-0.0.5.tgz#7e0c0f854e4ca52de1d937595c9bb6ef0370f840"
integrity sha512-M5edVTYyHbkcDLr2H8ySCbOpLA+5pUdN7tCYCif0pDP99Wb+/njgO23G2B2FjB4Q3hB0fCkLkQwNp9QplJjqGA==
dependencies:
"@graphprotocol/graph-ts" "0.31.0"

Expand Down

0 comments on commit d35c4b8

Please sign in to comment.