@latticexyz/store-indexer 2.2.15-841a74b149ebb80e4337c8fcf9f38035fb897d6f → 2.2.15-8fcf9c8f508ec818696f366a41f2b8a2e42c11b1

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.
Files changed (1) hide show
  1. 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-841a74b149ebb80e4337c8fcf9f38035fb897d6f",
3
+ "version": "2.2.15-8fcf9c8f508ec818696f366a41f2b8a2e42c11b1",
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/common": "2.2.15-841a74b149ebb80e4337c8fcf9f38035fb897d6f",
55
- "@latticexyz/protocol-parser": "2.2.15-841a74b149ebb80e4337c8fcf9f38035fb897d6f",
56
- "@latticexyz/store": "2.2.15-841a74b149ebb80e4337c8fcf9f38035fb897d6f",
57
- "@latticexyz/store-sync": "2.2.15-841a74b149ebb80e4337c8fcf9f38035fb897d6f",
58
- "@latticexyz/block-logs-stream": "2.2.15-841a74b149ebb80e4337c8fcf9f38035fb897d6f"
53
+ "@latticexyz/block-logs-stream": "2.2.15-8fcf9c8f508ec818696f366a41f2b8a2e42c11b1",
54
+ "@latticexyz/common": "2.2.15-8fcf9c8f508ec818696f366a41f2b8a2e42c11b1",
55
+ "@latticexyz/protocol-parser": "2.2.15-8fcf9c8f508ec818696f366a41f2b8a2e42c11b1",
56
+ "@latticexyz/store": "2.2.15-8fcf9c8f508ec818696f366a41f2b8a2e42c11b1",
57
+ "@latticexyz/store-sync": "2.2.15-8fcf9c8f508ec818696f366a41f2b8a2e42c11b1"
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
  },