@xyo-network/sentinel 5.5.1 → 5.5.3

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 +21 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/sentinel",
3
- "version": "5.5.1",
3
+ "version": "5.5.3",
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": "~5.5.1",
50
- "@xyo-network/sentinel-abstract": "~5.5.1",
51
- "@xyo-network/sentinel-model": "~5.5.1",
52
- "@xyo-network/sentinel-wrapper": "~5.5.1"
49
+ "@xyo-network/sentinel-abstract": "~5.5.3",
50
+ "@xyo-network/sentinel-wrapper": "~5.5.3",
51
+ "@xyo-network/sentinel-memory": "~5.5.3",
52
+ "@xyo-network/sentinel-model": "~5.5.3"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@bitauth/libauth": "~3.0.0",
@@ -59,8 +59,8 @@
59
59
  "@types/node": "^25.6.0",
60
60
  "@xylabs/sdk-js": "^5.0.100",
61
61
  "@xylabs/threads": "~5.0.100",
62
- "@xylabs/toolchain": "~7.11.3",
63
- "@xylabs/tsconfig": "~7.11.3",
62
+ "@xylabs/toolchain": "~7.11.7",
63
+ "@xylabs/tsconfig": "~7.11.7",
64
64
  "@xylabs/vitest-extended": "~5.0.100",
65
65
  "@xylabs/vitest-matchers": "~5.0.100",
66
66
  "@xyo-network/account": "~5.5",
@@ -100,45 +100,38 @@
100
100
  "vitest": "~4.1.5",
101
101
  "wasm-feature-detect": "~1.8.0",
102
102
  "zod": "^4.3.6",
103
- "@xyo-network/archivist-generic": "~5.5.1",
104
- "@xyo-network/archivist-memory": "~5.5.1",
105
- "@xyo-network/archivist-abstract": "~5.5.1",
106
- "@xyo-network/diviner-model": "~5.5.1",
107
- "@xyo-network/archivist-model": "~5.5.1",
108
- "@xyo-network/module-abstract": "~5.5.1",
109
- "@xyo-network/module-wrapper": "~5.5.1",
110
- "@xyo-network/witness-abstract": "~5.5.1",
111
- "@xyo-network/diviner-payload-model": "~5.5.1",
112
- "@xyo-network/module-resolver": "~5.5.1",
113
- "@xyo-network/node-memory": "~5.5.1",
114
- "@xyo-network/node-abstract": "~5.5.1",
115
- "@xyo-network/module-model": "~5.5.1",
116
- "@xyo-network/witness-adhoc": "~5.5.1",
117
- "@xyo-network/node-model": "~5.5.1",
118
- "@xyo-network/witness-model": "~5.5.1"
103
+ "@xyo-network/archivist-memory": "~5.5.3",
104
+ "@xyo-network/archivist-model": "~5.5.3",
105
+ "@xyo-network/diviner-model": "~5.5.3",
106
+ "@xyo-network/module-wrapper": "~5.5.3",
107
+ "@xyo-network/module-abstract": "~5.5.3",
108
+ "@xyo-network/node-memory": "~5.5.3",
109
+ "@xyo-network/module-model": "~5.5.3",
110
+ "@xyo-network/witness-abstract": "~5.5.3",
111
+ "@xyo-network/witness-model": "~5.5.3",
112
+ "@xyo-network/witness-adhoc": "~5.5.3"
119
113
  },
120
114
  "peerDependencies": {
121
115
  "@scure/base": "~2.2.0",
122
116
  "@xylabs/sdk-js": "^5.0.100",
117
+ "@xyo-network/account": "~5.5",
123
118
  "@xyo-network/account-model": "~5.5",
124
- "@xyo-network/archivist-model": "~5.5",
125
119
  "@xyo-network/boundwitness-builder": "~5.5",
126
120
  "@xyo-network/boundwitness-model": "~5.5",
127
121
  "@xyo-network/boundwitness-validator": "~5.5",
128
122
  "@xyo-network/boundwitness-wrapper": "~5.5",
123
+ "@xyo-network/config-payload-plugin": "~5.5",
129
124
  "@xyo-network/data": "~5.5",
130
- "@xyo-network/diviner-model": "~5.5",
131
125
  "@xyo-network/elliptic": "~5.5",
132
126
  "@xyo-network/hash": "~5.5",
133
127
  "@xyo-network/manifest-model": "~5.5",
134
- "@xyo-network/module-abstract": "~5.5",
135
- "@xyo-network/module-model": "~5.5",
136
128
  "@xyo-network/payload-builder": "~5.5",
137
129
  "@xyo-network/payload-model": "~5.5",
138
130
  "@xyo-network/payload-validator": "~5.5",
139
131
  "@xyo-network/payload-wrapper": "~5.5",
140
132
  "@xyo-network/previous-hash-store-model": "~5.5",
141
- "@xyo-network/witness-model": "~5.5",
133
+ "@xyo-network/query-payload-plugin": "~5.5",
134
+ "@xyo-network/wallet-model": "~5.5",
142
135
  "async-mutex": "~0.5.0",
143
136
  "ethers": "^6",
144
137
  "lru-cache": "~11.3.5",