@cero-base/tools 1.8.1 → 1.10.0

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cero-base/tools",
3
- "version": "1.8.1",
3
+ "version": "1.10.0",
4
4
  "description": "Passive devtools for cero — observe data, events, and p2p/replication stats over a local out-of-band pipe.",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -76,10 +76,10 @@
76
76
  "test:node": "ls test/*.test.js | xargs -P1 -n1 brittle-node"
77
77
  },
78
78
  "dependencies": {
79
- "@cero-base/cero": "^1.8.1",
79
+ "@cero-base/cero": "^1.10.0",
80
80
  "b4a": "^1.8.1",
81
81
  "bare-crypto": "^1.15.3",
82
- "bare-net": "^2.3.2",
82
+ "bare-net": "^2.3.3",
83
83
  "bare-process": "^4.5.1",
84
84
  "streamx": "^2.28.0"
85
85
  },
@@ -87,9 +87,9 @@
87
87
  "@hyperswarm/testnet": "^3.1.4",
88
88
  "bare-abort-controller": "^1.1.2",
89
89
  "bare-fetch": "^3.2.0",
90
- "bare-fs": "^4.7.4",
90
+ "bare-fs": "^4.8.0",
91
91
  "bare-path": "^3.1.1",
92
- "bare-url": "^2.4.6",
92
+ "bare-url": "^2.5.2",
93
93
  "brittle": "^4.1.0",
94
94
  "typescript": "^5.9.3"
95
95
  },