Skip to content

Commit

Permalink
Merge pull request #25 from valorem-labs-inc/fix-subgraph-position
Browse files Browse the repository at this point in the history
🐛 (fix): fix `isCall` getter on SubgraphPosition
  • Loading branch information
0xAlcibiades authored Jan 11, 2024
2 parents 301135d + 74ee534 commit 8cf0bef
Show file tree
Hide file tree
Showing 9 changed files with 583 additions and 263 deletions.
5 changes: 5 additions & 0 deletions .changeset/five-dodos-float.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@valorem-labs-inc/sdk": patch
---

pin `trade-interfaces` to v1.4.0
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,38 +88,38 @@
"prettier": "@vercel/style-guide/prettier",
"dependencies": {
"@graphql-typed-document-node/core": "^3.2.0",
"date-fns": "^3.0.6",
"date-fns": "^3.2.0",
"graphql": "^16.8.1",
"mathjs": "^12.2.1"
},
"devDependencies": {
"@bufbuild/buf": "^1.28.1",
"@bufbuild/protoc-gen-es": "^1.6.0",
"@changesets/cli": "^2.27.1",
"@connectrpc/connect-node": "^1.2.0",
"@connectrpc/connect-web": "^1.2.0",
"@connectrpc/protoc-gen-connect-es": "^1.2.0",
"@connectrpc/connect-node": "^1.3.0",
"@connectrpc/connect-web": "^1.3.0",
"@connectrpc/protoc-gen-connect-es": "^1.3.0",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@types/node": "^20.10.5",
"@types/node": "^20.10.8",
"@vercel/style-guide": "^5.1.0",
"@vitest/coverage-v8": "^1.1.0",
"@vitest/coverage-v8": "^1.1.3",
"eslint": "^8.56.0",
"eslint-config-canonical": "^42.8.0",
"prettier": "^3.1.1",
"tsup": "^8.0.1",
"typedoc": "^0.25.4",
"typedoc": "^0.25.7",
"typedoc-plugin-missing-exports": "^2.1.0",
"vitest": "^1.1.0"
"vitest": "^1.1.3"
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.6.0",
"@connectrpc/connect": "^1.2.0",
"@wagmi/core": "^1.4.12",
"@wagmi/core": "^1.4.13",
"typescript": "^5.3.0",
"viem": "^1.21.1"
"viem": "^1.21.4"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
Loading

0 comments on commit 8cf0bef

Please sign in to comment.