@latticexyz/store-indexer 2.0.0-main-5f808d2d → 2.0.0-main-d52e7c79
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 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@latticexyz/store-indexer",
|
3
|
-
"version": "2.0.0-main-
|
3
|
+
"version": "2.0.0-main-d52e7c79",
|
4
4
|
"description": "Minimal Typescript indexer for Store",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -27,10 +27,10 @@
|
|
27
27
|
"superjson": "^1.12.4",
|
28
28
|
"viem": "1.6.0",
|
29
29
|
"zod": "^3.21.4",
|
30
|
-
"@latticexyz/block-logs-stream": "2.0.0-main-
|
31
|
-
"@latticexyz/common": "2.0.0-main-
|
32
|
-
"@latticexyz/store": "2.0.0-main-
|
33
|
-
"@latticexyz/store-sync": "2.0.0-main-
|
30
|
+
"@latticexyz/block-logs-stream": "2.0.0-main-d52e7c79",
|
31
|
+
"@latticexyz/common": "2.0.0-main-d52e7c79",
|
32
|
+
"@latticexyz/store": "2.0.0-main-d52e7c79",
|
33
|
+
"@latticexyz/store-sync": "2.0.0-main-d52e7c79"
|
34
34
|
},
|
35
35
|
"devDependencies": {
|
36
36
|
"@types/better-sqlite3": "^7.6.4",
|
@@ -59,6 +59,7 @@
|
|
59
59
|
"start:sqlite:local": "SQLITE_FILENAME=anvil.db CHAIN_ID=31337 pnpm start:sqlite",
|
60
60
|
"start:sqlite:testnet": "SQLITE_FILENAME=testnet.db CHAIN_ID=4242 START_BLOCK=19037160 pnpm start:sqlite",
|
61
61
|
"start:sqlite:testnet2": "SQLITE_FILENAME=testnet2.db CHAIN_ID=4243 pnpm start:sqlite",
|
62
|
-
"test": "tsc --noEmit --skipLibCheck"
|
62
|
+
"test": "tsc --noEmit --skipLibCheck",
|
63
|
+
"test:ci": "pnpm run test"
|
63
64
|
}
|
64
65
|
}
|