@xyo-network/sentinel 6.0.4 → 7.0.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.
- package/README.md +3 -1
- package/package.json +28 -29
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": "
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -46,32 +46,30 @@
|
|
|
46
46
|
"README.md"
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@xyo-network/sentinel-memory": "~
|
|
50
|
-
"@xyo-network/sentinel-
|
|
51
|
-
"@xyo-network/sentinel-
|
|
52
|
-
"@xyo-network/sentinel-
|
|
49
|
+
"@xyo-network/sentinel-memory": "~7.0.0",
|
|
50
|
+
"@xyo-network/sentinel-wrapper": "~7.0.0",
|
|
51
|
+
"@xyo-network/sentinel-abstract": "~7.0.0",
|
|
52
|
+
"@xyo-network/sentinel-model": "~7.0.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@bitauth/libauth": "~3.0.0",
|
|
56
56
|
"@metamask/providers": "^22.1.1",
|
|
57
57
|
"@noble/post-quantum": "~0.6.1",
|
|
58
58
|
"@opentelemetry/api": "^1.9.1",
|
|
59
|
-
"@opentelemetry/sdk-trace-base": "^2.
|
|
59
|
+
"@opentelemetry/sdk-trace-base": "^2.8.0",
|
|
60
60
|
"@scure/base": "~2.2.0",
|
|
61
61
|
"@scure/bip39": "~2.2.0",
|
|
62
|
-
"@xylabs/geo": "^6.
|
|
63
|
-
"@xylabs/sdk-js": "^6.
|
|
64
|
-
"@xylabs/threads": "^6.
|
|
65
|
-
"@xylabs/toolchain": "
|
|
66
|
-
"@xylabs/tsconfig": "
|
|
67
|
-
"@xylabs/vitest-extended": "
|
|
68
|
-
"@xyo-network/sdk-protocol-js": "~
|
|
62
|
+
"@xylabs/geo": "^6.1.1",
|
|
63
|
+
"@xylabs/sdk-js": "^6.1.1",
|
|
64
|
+
"@xylabs/threads": "^6.1.1",
|
|
65
|
+
"@xylabs/toolchain": "^8.1.20",
|
|
66
|
+
"@xylabs/tsconfig": "^8.1.20",
|
|
67
|
+
"@xylabs/vitest-extended": "^6.1.1",
|
|
68
|
+
"@xyo-network/sdk-protocol-js": "~7.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
|
-
"eslint": "^10.
|
|
72
|
+
"eslint": "^10.5.0",
|
|
75
73
|
"ethers": "^6.16.0",
|
|
76
74
|
"hash-wasm": "~4.12.0",
|
|
77
75
|
"idb": "^8.0.3",
|
|
@@ -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": "~
|
|
86
|
-
"@xyo-network/archivist-model": "~
|
|
87
|
-
"@xyo-network/diviner-model": "~
|
|
88
|
-
"@xyo-network/module-
|
|
89
|
-
"@xyo-network/module-
|
|
90
|
-
"@xyo-network/
|
|
91
|
-
"@xyo-network/
|
|
92
|
-
"@xyo-network/
|
|
93
|
-
"@xyo-network/witness-adhoc": "~
|
|
94
|
-
"@xyo-network/witness-
|
|
83
|
+
"@xyo-network/archivist-memory": "~7.0.0",
|
|
84
|
+
"@xyo-network/archivist-model": "~7.0.0",
|
|
85
|
+
"@xyo-network/diviner-model": "~7.0.0",
|
|
86
|
+
"@xyo-network/module-abstract": "~7.0.0",
|
|
87
|
+
"@xyo-network/module-model": "~7.0.0",
|
|
88
|
+
"@xyo-network/witness-abstract": "~7.0.0",
|
|
89
|
+
"@xyo-network/module-wrapper": "~7.0.0",
|
|
90
|
+
"@xyo-network/node-memory": "~7.0.0",
|
|
91
|
+
"@xyo-network/witness-adhoc": "~7.0.0",
|
|
92
|
+
"@xyo-network/witness-model": "~7.0.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": "
|
|
105
|
+
"@xyo-network/sdk-protocol-js": "^7.0",
|
|
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
|
}
|