@xyo-network/sentinel-wrapper 5.5.6 → 5.6.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 +31 -32
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/sentinel-wrapper",
3
- "version": "5.5.6",
3
+ "version": "5.6.0",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -34,24 +34,23 @@
34
34
  "README.md"
35
35
  ],
36
36
  "dependencies": {
37
- "@xyo-network/archivist-model": "~5.5.6",
38
- "@xyo-network/module-model": "~5.5.6",
39
- "@xyo-network/sentinel-model": "~5.5.6",
40
- "@xyo-network/witness-model": "~5.5.6",
41
- "@xyo-network/module-wrapper": "~5.5.6"
37
+ "@xyo-network/archivist-model": "~5.6.0",
38
+ "@xyo-network/witness-model": "~5.6.0",
39
+ "@xyo-network/module-wrapper": "~5.6.0",
40
+ "@xyo-network/module-model": "~5.6.0",
41
+ "@xyo-network/sentinel-model": "~5.6.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@bitauth/libauth": "~3.0.0",
45
45
  "@opentelemetry/api": "^1.9.1",
46
- "@opentelemetry/sdk-trace-base": "^2.7.0",
46
+ "@opentelemetry/sdk-trace-base": "^2.7.1",
47
47
  "@scure/base": "~2.2.0",
48
48
  "@types/node": "^25.6.0",
49
- "@xylabs/sdk-js": "^5.0.100",
50
- "@xylabs/threads": "~5.0.100",
51
- "@xylabs/toolchain": "~7.11.12",
52
- "@xylabs/tsconfig": "~7.11.12",
53
- "@xylabs/vitest-extended": "~5.0.100",
54
- "@xylabs/vitest-matchers": "~5.0.100",
49
+ "@xylabs/sdk-js": "^5.1.0",
50
+ "@xylabs/threads": "~5.0.102",
51
+ "@xylabs/toolchain": "~7.12.3",
52
+ "@xylabs/tsconfig": "~7.12.3",
53
+ "@xylabs/vitest-extended": "~5.1.0",
55
54
  "@xyo-network/account": "~5.5.2",
56
55
  "@xyo-network/account-model": "~5.5.2",
57
56
  "@xyo-network/boundwitness-builder": "~5.5.2",
@@ -70,37 +69,37 @@
70
69
  "chalk": "^5.6.2",
71
70
  "debug": "~4.4.3",
72
71
  "esbuild": "^0.28.0",
73
- "eslint": "^10.2.1",
72
+ "eslint": "^10.3.0",
74
73
  "ethers": "^6.16.0",
75
74
  "hash-wasm": "~4.12.0",
76
- "lru-cache": "^11.3.5",
75
+ "lru-cache": "^11.3.6",
77
76
  "observable-fns": "~0.6.1",
78
77
  "pako": "~2.1.0",
79
78
  "typescript": "~5.9.3",
80
79
  "vite": "^8.0.10",
81
80
  "vitest": "~4.1.5",
82
81
  "wasm-feature-detect": "~1.8.0",
83
- "zod": "^4.3.6",
84
- "@xyo-network/archivist-memory": "~5.5.6",
85
- "@xyo-network/witness-abstract": "~5.5.6",
86
- "@xyo-network/node-memory": "~5.5.6",
87
- "@xyo-network/sentinel-memory": "~5.5.6",
88
- "@xyo-network/witness-adhoc": "~5.5.6"
82
+ "zod": "^4.4.3",
83
+ "@xyo-network/archivist-memory": "~5.6.0",
84
+ "@xyo-network/node-memory": "~5.6.0",
85
+ "@xyo-network/sentinel-memory": "~5.6.0",
86
+ "@xyo-network/witness-abstract": "~5.6.0",
87
+ "@xyo-network/witness-adhoc": "~5.6.0"
89
88
  },
90
89
  "peerDependencies": {
91
- "@scure/base": ">=2.2.0 <3",
92
- "@xylabs/sdk-js": ">=5.0.100 <6",
93
- "@xyo-network/account-model": ">=5.5.2 <6",
94
- "@xyo-network/boundwitness-builder": ">=5.5.2 <6",
95
- "@xyo-network/boundwitness-model": ">=5.5.2 <6",
96
- "@xyo-network/boundwitness-wrapper": ">=5.5.2 <6",
97
- "@xyo-network/manifest-model": ">=5.5.2 <6",
98
- "@xyo-network/payload-builder": ">=5.5.2 <6",
99
- "@xyo-network/payload-model": ">=5.5.2 <6",
90
+ "@scure/base": ">=2.2.0 <2.3",
91
+ "@xylabs/sdk-js": ">=5.1.0 <6",
92
+ "@xyo-network/account-model": ">=5.5.2 <5.6",
93
+ "@xyo-network/boundwitness-builder": ">=5.5.2 <5.6",
94
+ "@xyo-network/boundwitness-model": ">=5.5.2 <5.6",
95
+ "@xyo-network/boundwitness-wrapper": ">=5.5.2 <5.6",
96
+ "@xyo-network/manifest-model": ">=5.5.2 <5.6",
97
+ "@xyo-network/payload-builder": ">=5.5.2 <5.6",
98
+ "@xyo-network/payload-model": ">=5.5.2 <5.6",
100
99
  "async-mutex": ">=0.5.0 <1",
101
100
  "ethers": ">=6.16.0 <7",
102
- "lru-cache": ">=11.3.5 <12",
103
- "zod": ">=4.3.6 <5"
101
+ "lru-cache": ">=11.3.6 <12",
102
+ "zod": ">=4.4.3 <5"
104
103
  },
105
104
  "publishConfig": {
106
105
  "access": "public"