@latticexyz/store-indexer 2.2.15-crosschain-08179949754e0b748e52ad2a51e7a4aa2547795e → 2.2.15-d368857657aeb4bd63a3ce49e059e4e588c240aa
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 +10 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@latticexyz/store-indexer",
|
3
|
-
"version": "2.2.15-
|
3
|
+
"version": "2.2.15-d368857657aeb4bd63a3ce49e059e4e588c240aa",
|
4
4
|
"description": "Minimal Typescript indexer for Store",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -49,13 +49,12 @@
|
|
49
49
|
"rxjs": "7.5.5",
|
50
50
|
"superjson": "^1.12.4",
|
51
51
|
"trpc-koa-adapter": "^1.1.3",
|
52
|
-
"viem": "2.21.19",
|
53
52
|
"zod": "3.23.8",
|
54
|
-
"@latticexyz/
|
55
|
-
"@latticexyz/
|
56
|
-
"@latticexyz/
|
57
|
-
"@latticexyz/store": "2.2.15-
|
58
|
-
"@latticexyz/
|
53
|
+
"@latticexyz/common": "2.2.15-d368857657aeb4bd63a3ce49e059e4e588c240aa",
|
54
|
+
"@latticexyz/protocol-parser": "2.2.15-d368857657aeb4bd63a3ce49e059e4e588c240aa",
|
55
|
+
"@latticexyz/store": "2.2.15-d368857657aeb4bd63a3ce49e059e4e588c240aa",
|
56
|
+
"@latticexyz/store-sync": "2.2.15-d368857657aeb4bd63a3ce49e059e4e588c240aa",
|
57
|
+
"@latticexyz/block-logs-stream": "2.2.15-d368857657aeb4bd63a3ce49e059e4e588c240aa"
|
59
58
|
},
|
60
59
|
"devDependencies": {
|
61
60
|
"@types/accepts": "^1.3.7",
|
@@ -67,8 +66,12 @@
|
|
67
66
|
"@types/koa__router": "^12.0.4",
|
68
67
|
"concurrently": "^8.2.2",
|
69
68
|
"tsup": "^6.7.0",
|
69
|
+
"viem": "2.21.19",
|
70
70
|
"vitest": "0.34.6"
|
71
71
|
},
|
72
|
+
"peerDependencies": {
|
73
|
+
"viem": "2.x"
|
74
|
+
},
|
72
75
|
"publishConfig": {
|
73
76
|
"access": "public"
|
74
77
|
},
|