@towns-protocol/xchain-monitor 0.0.445 → 0.0.447

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.
@@ -11,4 +11,4 @@ $ bun ./esbuild.config.mjs
11
11
  dist/pino-pretty.cjs.map 203.6kb
12
12
  dist/thread-stream-worker.cjs.map 12.0kb
13
13
 
14
- ⚡ Done in 1256ms
14
+ ⚡ Done in 1326ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@towns-protocol/xchain-monitor",
3
- "version": "0.0.445",
3
+ "version": "0.0.447",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -9,8 +9,8 @@
9
9
  "dev": "bun run tsx src/index.ts"
10
10
  },
11
11
  "dependencies": {
12
- "@towns-protocol/generated": "^0.0.445",
13
- "@towns-protocol/web3": "^0.0.445",
12
+ "@towns-protocol/generated": "^0.0.447",
13
+ "@towns-protocol/web3": "^0.0.447",
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": "ca8ea1d07173c81d12b170ebdda6943ef7a362f2"
31
+ "gitHead": "4847ff18b339d18d11d2c2cb8d22cdb425affe84"
32
32
  }