@latticexyz/store-indexer 2.2.15-09e9bd533704e7c1885872a8a1f9dca9e78bda4b → 2.2.15-1673ff9c3edf534aff2bde811475a8d8da2e5e5a
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 -10
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-1673ff9c3edf534aff2bde811475a8d8da2e5e5a",
|
4
4
|
"description": "Minimal Typescript indexer for Store",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -49,12 +49,13 @@
|
|
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",
|
52
53
|
"zod": "3.23.8",
|
53
|
-
"@latticexyz/block-logs-stream": "2.2.15-
|
54
|
-
"@latticexyz/common": "2.2.15-
|
55
|
-
"@latticexyz/protocol-parser": "2.2.15-
|
56
|
-
"@latticexyz/store": "2.2.15-
|
57
|
-
"@latticexyz/store
|
54
|
+
"@latticexyz/block-logs-stream": "2.2.15-1673ff9c3edf534aff2bde811475a8d8da2e5e5a",
|
55
|
+
"@latticexyz/common": "2.2.15-1673ff9c3edf534aff2bde811475a8d8da2e5e5a",
|
56
|
+
"@latticexyz/protocol-parser": "2.2.15-1673ff9c3edf534aff2bde811475a8d8da2e5e5a",
|
57
|
+
"@latticexyz/store-sync": "2.2.15-1673ff9c3edf534aff2bde811475a8d8da2e5e5a",
|
58
|
+
"@latticexyz/store": "2.2.15-1673ff9c3edf534aff2bde811475a8d8da2e5e5a"
|
58
59
|
},
|
59
60
|
"devDependencies": {
|
60
61
|
"@types/accepts": "^1.3.7",
|
@@ -66,12 +67,8 @@
|
|
66
67
|
"@types/koa__router": "^12.0.4",
|
67
68
|
"concurrently": "^8.2.2",
|
68
69
|
"tsup": "^6.7.0",
|
69
|
-
"viem": "2.21.19",
|
70
70
|
"vitest": "0.34.6"
|
71
71
|
},
|
72
|
-
"peerDependencies": {
|
73
|
-
"viem": "2.x"
|
74
|
-
},
|
75
72
|
"publishConfig": {
|
76
73
|
"access": "public"
|
77
74
|
},
|