@towns-protocol/xchain-monitor 0.0.429 → 0.0.430

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.
@@ -10,4 +10,4 @@
10
10
  dist/pino-pretty.cjs.map 200.2kb
11
11
  dist/thread-stream-worker.cjs.map 12.0kb
12
12
 
13
- ⚡ Done in 1032ms
13
+ ⚡ Done in 1010ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@towns-protocol/xchain-monitor",
3
- "version": "0.0.429",
3
+ "version": "0.0.430",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -9,8 +9,8 @@
9
9
  "dev": "yarn tsx src/index.ts"
10
10
  },
11
11
  "dependencies": {
12
- "@towns-protocol/generated": "^0.0.429",
13
- "@towns-protocol/web3": "^0.0.429",
12
+ "@towns-protocol/generated": "^0.0.430",
13
+ "@towns-protocol/web3": "^0.0.430",
14
14
  "dotenv": "^17.2.3",
15
15
  "esbuild-plugin-pino": "^2.2.0",
16
16
  "pino": "^9.0.0",
@@ -28,5 +28,5 @@
28
28
  "publishConfig": {
29
29
  "access": "public"
30
30
  },
31
- "gitHead": "6c6d601c2121dd95801e7fa51ee3df95be4da372"
31
+ "gitHead": "200adfdd8222b53b62d2af9609ed04f3eb831584"
32
32
  }