@latticexyz/store-indexer 2.2.22-5f6c71d4a2949cf6ccc576cb3932460e44efa430 → 2.2.22-5fa416eb3cdce964723463b48b91c49aabdf9f0b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@latticexyz/store-indexer",
|
3
|
-
"version": "2.2.22-
|
3
|
+
"version": "2.2.22-5fa416eb3cdce964723463b48b91c49aabdf9f0b",
|
4
4
|
"description": "Minimal Typescript indexer for Store",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -53,11 +53,11 @@
|
|
53
53
|
"superjson": "^1.12.4",
|
54
54
|
"trpc-koa-adapter": "^1.1.3",
|
55
55
|
"zod": "3.23.8",
|
56
|
-
"@latticexyz/block-logs-stream": "2.2.22-
|
57
|
-
"@latticexyz/common": "2.2.22-
|
58
|
-
"@latticexyz/
|
59
|
-
"@latticexyz/
|
60
|
-
"@latticexyz/store-sync": "2.2.22-
|
56
|
+
"@latticexyz/block-logs-stream": "2.2.22-5fa416eb3cdce964723463b48b91c49aabdf9f0b",
|
57
|
+
"@latticexyz/common": "2.2.22-5fa416eb3cdce964723463b48b91c49aabdf9f0b",
|
58
|
+
"@latticexyz/store": "2.2.22-5fa416eb3cdce964723463b48b91c49aabdf9f0b",
|
59
|
+
"@latticexyz/protocol-parser": "2.2.22-5fa416eb3cdce964723463b48b91c49aabdf9f0b",
|
60
|
+
"@latticexyz/store-sync": "2.2.22-5fa416eb3cdce964723463b48b91c49aabdf9f0b"
|
61
61
|
},
|
62
62
|
"devDependencies": {
|
63
63
|
"@types/accepts": "^1.3.7",
|
@@ -68,7 +68,7 @@
|
|
68
68
|
"@types/koa__cors": "^4.0.3",
|
69
69
|
"@types/koa__router": "^12.0.4",
|
70
70
|
"concurrently": "^8.2.2",
|
71
|
-
"viem": "2.
|
71
|
+
"viem": "2.30.6"
|
72
72
|
},
|
73
73
|
"peerDependencies": {
|
74
74
|
"viem": "2.x"
|