Skip to content

Commit 1f09bb0

Browse files
committed
upgrade geo-sdk
1 parent 77f6d76 commit 1f09bb0

File tree

10 files changed

+43
-35
lines changed

10 files changed

+43
-35
lines changed

.changeset/deep-cooks-hunt.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@graphprotocol/hypergraph-react": minor
3+
"@graphprotocol/hypergraph": minor
4+
"connect": minor
5+
---
6+
7+
upgrade geo-sdk to switch to the new date, datetime & time encoding
8+

apps/connect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@base-ui-components/react": "1.0.0-beta.2",
18-
"@geoprotocol/geo-sdk": "^0.1.1",
18+
"@geoprotocol/geo-sdk": "^0.2.0",
1919
"@graphprotocol/hypergraph": "workspace:*",
2020
"@graphprotocol/hypergraph-react": "workspace:*",
2121
"@heroicons/react": "^2.2.0",

apps/events/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test:script": "tsx test-script.ts"
1111
},
1212
"dependencies": {
13-
"@geoprotocol/geo-sdk": "^0.1.1",
13+
"@geoprotocol/geo-sdk": "^0.2.0",
1414
"@graphprotocol/hypergraph": "workspace:*",
1515
"@graphprotocol/hypergraph-react": "workspace:*",
1616
"@noble/hashes": "^1.8.0",

apps/next-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"type": "module",
1313
"dependencies": {
14-
"@geoprotocol/geo-sdk": "^0.1.1",
14+
"@geoprotocol/geo-sdk": "^0.2.0",
1515
"@graphprotocol/hypergraph": "workspace:*",
1616
"@graphprotocol/hypergraph-react": "workspace:*",
1717
"next": "15.5.9",

apps/privy-login-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"typesync": "hypergraph typesync"
1010
},
1111
"dependencies": {
12-
"@geoprotocol/geo-sdk": "^0.1.1",
12+
"@geoprotocol/geo-sdk": "^0.2.0",
1313
"@graphprotocol/hypergraph": "workspace:*",
1414
"@graphprotocol/hypergraph-react": "workspace:*",
1515
"@noble/hashes": "^1.8.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@changesets/cli": "^2.29.8",
2222
"@effect/language-service": "^0.40.0",
2323
"@effect/vitest": "^0.25.1",
24-
"@geoprotocol/geo-sdk": "^0.1.1",
24+
"@geoprotocol/geo-sdk": "^0.2.0",
2525
"babel-plugin-annotate-pure-calls": "^0.5.0",
2626
"glob": "^11.0.3",
2727
"pkg-pr-new": "^0.0.56",

packages/hypergraph-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@automerge/automerge": "^3.1.1",
4848
"@automerge/automerge-repo": "^2.2.0",
4949
"@automerge/automerge-repo-react-hooks": "^2.2.0",
50-
"@geoprotocol/geo-sdk": "^0.1.1",
50+
"@geoprotocol/geo-sdk": "^0.2.0",
5151
"@noble/hashes": "^1.8.0",
5252
"@tanstack/react-query": "^5.85.5",
5353
"effect": "^3.17.13",

packages/hypergraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@effect/platform-node": "^0.96.1",
7373
"@effect/printer": "^0.45.0",
7474
"@effect/printer-ansi": "^0.45.0",
75-
"@geoprotocol/geo-sdk": "^0.1.1",
75+
"@geoprotocol/geo-sdk": "^0.2.0",
7676
"@noble/ciphers": "^1.3.0",
7777
"@noble/curves": "^1.9.7",
7878
"@noble/hashes": "^1.8.0",

packages/typesync-studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@base-ui-components/react": "1.0.0-beta.2",
17-
"@geoprotocol/geo-sdk": "^0.1.1",
17+
"@geoprotocol/geo-sdk": "^0.2.0",
1818
"@graphprotocol/hypergraph": "workspace:*",
1919
"@graphprotocol/hypergraph-react": "workspace:*",
2020
"@graphql-typed-document-node/core": "^3.2.0",

pnpm-lock.yaml

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)