@xyo-network/sentinel 6.0.3 → 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 -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": "6.0.3",
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.3",
50
- "@xyo-network/sentinel-wrapper": "~6.0.3",
51
- "@xyo-network/sentinel-model": "~6.0.3",
52
- "@xyo-network/sentinel-abstract": "~6.0.3"
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.7",
63
- "@xylabs/sdk-js": "^6.0.7",
64
- "@xylabs/threads": "^6.0.7",
65
- "@xylabs/toolchain": "~8.1.15",
66
- "@xylabs/tsconfig": "~8.1.15",
67
- "@xylabs/vitest-extended": "~6.0.7",
68
- "@xyo-network/sdk-protocol-js": "~6.0.8",
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",
@@ -77,22 +75,21 @@
77
75
  "idb": "^8.0.3",
78
76
  "lru-cache": "^11.5.1",
79
77
  "observable-fns": "~0.6.1",
80
- "pako": "~2.1.0",
81
78
  "typescript": "~6.0.3",
82
79
  "vite": "^8.0.16",
83
80
  "vitest": "~4.1.8",
84
81
  "webextension-polyfill": "^0.12.0",
85
82
  "zod": "^4.4.3",
86
- "@xyo-network/archivist-memory": "~6.0.3",
87
- "@xyo-network/archivist-model": "~6.0.3",
88
- "@xyo-network/module-abstract": "~6.0.3",
89
- "@xyo-network/module-model": "~6.0.3",
90
- "@xyo-network/module-wrapper": "~6.0.3",
91
- "@xyo-network/diviner-model": "~6.0.3",
92
- "@xyo-network/witness-model": "~6.0.3",
93
- "@xyo-network/witness-abstract": "~6.0.3",
94
- "@xyo-network/node-memory": "~6.0.3",
95
- "@xyo-network/witness-adhoc": "~6.0.3"
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"
96
93
  },
97
94
  "peerDependencies": {
98
95
  "@bitauth/libauth": "~3.0",
@@ -105,21 +102,21 @@
105
102
  "@xylabs/geo": "^6.0",
106
103
  "@xylabs/sdk-js": "^6.0",
107
104
  "@xylabs/threads": "^6.0",
108
- "@xyo-network/sdk-protocol-js": "~6.0",
105
+ "@xyo-network/sdk-protocol-js": "^6.1",
109
106
  "ajv": "^8.20",
110
107
  "async-mutex": "^0.5",
111
- "bn.js": "^5.2",
112
- "buffer": "^6.0",
113
108
  "debug": "~4.4",
114
109
  "ethers": "^6.16",
115
110
  "hash-wasm": "~4.12",
116
111
  "idb": "^8.0",
117
112
  "lru-cache": "^11.3",
118
113
  "observable-fns": "~0.6",
119
- "pako": "~2.1",
120
114
  "webextension-polyfill": "^0.12",
121
115
  "zod": "^4.4"
122
116
  },
117
+ "engines": {
118
+ "node": "^24"
119
+ },
123
120
  "publishConfig": {
124
121
  "access": "public"
125
122
  }