@xyo-network/sentinel 6.0.4 → 6.1.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 (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +26 -27
package/README.md CHANGED
@@ -38,10 +38,12 @@ bun add {{name}}
38
38
 
39
39
  See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
40
40
 
41
+ ## Credits
41
42
 
43
+ [Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)
42
44
 
43
- [logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
44
45
  [npm-badge]: https://img.shields.io/npm/v/@xyo-network/sentinel.svg
45
46
  [npm-link]: https://www.npmjs.com/package/@xyo-network/sentinel
46
47
  [license-badge]: https://img.shields.io/npm/l/@xyo-network/sentinel.svg
47
48
  [license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
49
+ [logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/sentinel",
3
- "version": "6.0.4",
3
+ "version": "6.1.0",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -46,10 +46,10 @@
46
46
  "README.md"
47
47
  ],
48
48
  "dependencies": {
49
- "@xyo-network/sentinel-memory": "~6.0.4",
50
- "@xyo-network/sentinel-abstract": "~6.0.4",
51
- "@xyo-network/sentinel-model": "~6.0.4",
52
- "@xyo-network/sentinel-wrapper": "~6.0.4"
49
+ "@xyo-network/sentinel-abstract": "~6.1.0",
50
+ "@xyo-network/sentinel-memory": "~6.1.0",
51
+ "@xyo-network/sentinel-model": "~6.1.0",
52
+ "@xyo-network/sentinel-wrapper": "~6.1.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@bitauth/libauth": "~3.0.0",
@@ -59,17 +59,15 @@
59
59
  "@opentelemetry/sdk-trace-base": "^2.7.1",
60
60
  "@scure/base": "~2.2.0",
61
61
  "@scure/bip39": "~2.2.0",
62
- "@xylabs/geo": "^6.0.8",
63
- "@xylabs/sdk-js": "^6.0.8",
64
- "@xylabs/threads": "^6.0.8",
65
- "@xylabs/toolchain": "~8.1.16",
66
- "@xylabs/tsconfig": "~8.1.16",
67
- "@xylabs/vitest-extended": "~6.0.8",
68
- "@xyo-network/sdk-protocol-js": "~6.0.9",
62
+ "@xylabs/geo": "^6.1.0",
63
+ "@xylabs/sdk-js": "^6.1.0",
64
+ "@xylabs/threads": "^6.1.0",
65
+ "@xylabs/toolchain": "^8.1.20",
66
+ "@xylabs/tsconfig": "^8.1.20",
67
+ "@xylabs/vitest-extended": "^6.1.0",
68
+ "@xyo-network/sdk-protocol-js": "^6.1.0",
69
69
  "ajv": "^8.20.0",
70
70
  "async-mutex": "^0.5.0",
71
- "bn.js": "^5.2.3",
72
- "buffer": "^6.0.3",
73
71
  "debug": "~4.4.3",
74
72
  "eslint": "^10.4.1",
75
73
  "ethers": "^6.16.0",
@@ -82,16 +80,16 @@
82
80
  "vitest": "~4.1.8",
83
81
  "webextension-polyfill": "^0.12.0",
84
82
  "zod": "^4.4.3",
85
- "@xyo-network/archivist-memory": "~6.0.4",
86
- "@xyo-network/archivist-model": "~6.0.4",
87
- "@xyo-network/diviner-model": "~6.0.4",
88
- "@xyo-network/module-model": "~6.0.4",
89
- "@xyo-network/module-abstract": "~6.0.4",
90
- "@xyo-network/module-wrapper": "~6.0.4",
91
- "@xyo-network/node-memory": "~6.0.4",
92
- "@xyo-network/witness-model": "~6.0.4",
93
- "@xyo-network/witness-adhoc": "~6.0.4",
94
- "@xyo-network/witness-abstract": "~6.0.4"
83
+ "@xyo-network/archivist-memory": "~6.1.0",
84
+ "@xyo-network/archivist-model": "~6.1.0",
85
+ "@xyo-network/diviner-model": "~6.1.0",
86
+ "@xyo-network/module-model": "~6.1.0",
87
+ "@xyo-network/module-abstract": "~6.1.0",
88
+ "@xyo-network/module-wrapper": "~6.1.0",
89
+ "@xyo-network/node-memory": "~6.1.0",
90
+ "@xyo-network/witness-abstract": "~6.1.0",
91
+ "@xyo-network/witness-model": "~6.1.0",
92
+ "@xyo-network/witness-adhoc": "~6.1.0"
95
93
  },
96
94
  "peerDependencies": {
97
95
  "@bitauth/libauth": "~3.0",
@@ -104,11 +102,9 @@
104
102
  "@xylabs/geo": "^6.0",
105
103
  "@xylabs/sdk-js": "^6.0",
106
104
  "@xylabs/threads": "^6.0",
107
- "@xyo-network/sdk-protocol-js": "~6.0",
105
+ "@xyo-network/sdk-protocol-js": "^6.1",
108
106
  "ajv": "^8.20",
109
107
  "async-mutex": "^0.5",
110
- "bn.js": "^5.2",
111
- "buffer": "^6.0",
112
108
  "debug": "~4.4",
113
109
  "ethers": "^6.16",
114
110
  "hash-wasm": "~4.12",
@@ -118,6 +114,9 @@
118
114
  "webextension-polyfill": "^0.12",
119
115
  "zod": "^4.4"
120
116
  },
117
+ "engines": {
118
+ "node": "^24"
119
+ },
121
120
  "publishConfig": {
122
121
  "access": "public"
123
122
  }