@xyo-network/sentinel 7.0.8 → 7.0.10
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/dist/neutral/abstract.d.ts +1 -1
- package/dist/neutral/abstract.d.ts.map +1 -1
- package/dist/neutral/abstract.mjs +1 -1
- package/dist/neutral/abstract.mjs.map +2 -2
- package/dist/neutral/index.d.ts +1 -4
- package/dist/neutral/index.d.ts.map +1 -1
- package/dist/neutral/index.mjs +1 -4
- package/dist/neutral/index.mjs.map +2 -2
- package/dist/neutral/model.d.ts +1 -1
- package/dist/neutral/model.d.ts.map +1 -1
- package/dist/neutral/model.mjs +1 -1
- package/dist/neutral/model.mjs.map +2 -2
- package/dist/neutral/wrapper.d.ts +1 -1
- package/dist/neutral/wrapper.d.ts.map +1 -1
- package/dist/neutral/wrapper.mjs +1 -1
- package/dist/neutral/wrapper.mjs.map +2 -2
- package/package.json +12 -17
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from '@xyo-network/sentinel-abstract';
|
|
1
|
+
export * from '@xyo-network/sdk/sentinel-abstract';
|
|
2
2
|
//# sourceMappingURL=abstract.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"abstract.d.ts","sourceRoot":"","sources":["../../src/abstract.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"abstract.d.ts","sourceRoot":"","sources":["../../src/abstract.ts"],"names":[],"mappings":"AACA,cAAc,oCAAoC,CAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/abstract.ts"],
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": ";
|
|
4
|
+
"sourcesContent": ["// Compatibility shim: this package re-exports from @xyo-network/sdk.\nexport * from '@xyo-network/sdk/sentinel-abstract'\n"],
|
|
5
|
+
"mappings": ";AACA,cAAc;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/neutral/index.d.ts
CHANGED
|
@@ -1,5 +1,2 @@
|
|
|
1
|
-
export * from '@xyo-network/sentinel
|
|
2
|
-
export * from '@xyo-network/sentinel-memory';
|
|
3
|
-
export * from '@xyo-network/sentinel-model';
|
|
4
|
-
export * from '@xyo-network/sentinel-wrapper';
|
|
1
|
+
export * from '@xyo-network/sdk/sentinel';
|
|
5
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,cAAc,2BAA2B,CAAA"}
|
package/dist/neutral/index.mjs
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
// src/index.ts
|
|
2
|
-
export * from "@xyo-network/sentinel
|
|
3
|
-
export * from "@xyo-network/sentinel-memory";
|
|
4
|
-
export * from "@xyo-network/sentinel-model";
|
|
5
|
-
export * from "@xyo-network/sentinel-wrapper";
|
|
2
|
+
export * from "@xyo-network/sdk/sentinel";
|
|
6
3
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.ts"],
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": ";
|
|
4
|
+
"sourcesContent": ["// Compatibility shim: this package re-exports from @xyo-network/sdk.\nexport * from '@xyo-network/sdk/sentinel'\n"],
|
|
5
|
+
"mappings": ";AACA,cAAc;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/neutral/model.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from '@xyo-network/sentinel-model';
|
|
1
|
+
export * from '@xyo-network/sdk/sentinel-model';
|
|
2
2
|
//# sourceMappingURL=model.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../src/model.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../src/model.ts"],"names":[],"mappings":"AACA,cAAc,iCAAiC,CAAA"}
|
package/dist/neutral/model.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/model.ts"],
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": ";
|
|
4
|
+
"sourcesContent": ["// Compatibility shim: this package re-exports from @xyo-network/sdk.\nexport * from '@xyo-network/sdk/sentinel-model'\n"],
|
|
5
|
+
"mappings": ";AACA,cAAc;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from '@xyo-network/sentinel-wrapper';
|
|
1
|
+
export * from '@xyo-network/sdk/sentinel-wrapper';
|
|
2
2
|
//# sourceMappingURL=wrapper.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wrapper.d.ts","sourceRoot":"","sources":["../../src/wrapper.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"wrapper.d.ts","sourceRoot":"","sources":["../../src/wrapper.ts"],"names":[],"mappings":"AACA,cAAc,mCAAmC,CAAA"}
|
package/dist/neutral/wrapper.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/wrapper.ts"],
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": ";
|
|
4
|
+
"sourcesContent": ["// Compatibility shim: this package re-exports from @xyo-network/sdk.\nexport * from '@xyo-network/sdk/sentinel-wrapper'\n"],
|
|
5
|
+
"mappings": ";AACA,cAAc;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/sentinel",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.10",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -46,13 +46,11 @@
|
|
|
46
46
|
"README.md"
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@xyo-network/
|
|
50
|
-
"@xyo-network/sentinel-model": "~7.0.8",
|
|
51
|
-
"@xyo-network/sentinel-abstract": "~7.0.8",
|
|
52
|
-
"@xyo-network/sentinel-wrapper": "~7.0.8"
|
|
49
|
+
"@xyo-network/sdk": "~7.0.10"
|
|
53
50
|
},
|
|
54
51
|
"devDependencies": {
|
|
55
|
-
"@ariestools/sdk": "~
|
|
52
|
+
"@ariestools/sdk": "~8.0.2",
|
|
53
|
+
"@ariestools/threads": "~8.0.2",
|
|
56
54
|
"@bitauth/libauth": "~3.0.0",
|
|
57
55
|
"@metamask/providers": "~22.1.1",
|
|
58
56
|
"@noble/post-quantum": "~0.6.1",
|
|
@@ -60,14 +58,11 @@
|
|
|
60
58
|
"@opentelemetry/sdk-trace-base": "~2.9.0",
|
|
61
59
|
"@scure/base": "~2.2.0",
|
|
62
60
|
"@scure/bip39": "~2.2.0",
|
|
63
|
-
"@xylabs/
|
|
64
|
-
"@xylabs/
|
|
65
|
-
"@
|
|
66
|
-
"@xylabs/tsconfig": "~8.6.2",
|
|
67
|
-
"@xyo-network/sdk-protocol": "~7.0.13",
|
|
61
|
+
"@xylabs/toolchain": "~8.6.8",
|
|
62
|
+
"@xylabs/tsconfig": "~8.6.8",
|
|
63
|
+
"@xyo-network/sdk-protocol": "~7.0.15",
|
|
68
64
|
"ajv": "~8.20.0",
|
|
69
65
|
"async-mutex": "~0.5.0",
|
|
70
|
-
"browserslist": "~4.28.4",
|
|
71
66
|
"debug": "~4.4.3",
|
|
72
67
|
"eslint": "~10.6.0",
|
|
73
68
|
"eslint-import-resolver-typescript": "~4.4.5",
|
|
@@ -81,7 +76,8 @@
|
|
|
81
76
|
"zod": "~4.4.3"
|
|
82
77
|
},
|
|
83
78
|
"peerDependencies": {
|
|
84
|
-
"@ariestools/sdk": "^
|
|
79
|
+
"@ariestools/sdk": "^8.0.2",
|
|
80
|
+
"@ariestools/threads": "^8.0.2",
|
|
85
81
|
"@bitauth/libauth": "^3.0.0",
|
|
86
82
|
"@metamask/providers": "^22.1.1",
|
|
87
83
|
"@noble/post-quantum": "^0.6.1",
|
|
@@ -89,9 +85,7 @@
|
|
|
89
85
|
"@opentelemetry/sdk-trace-base": "^2.9.0",
|
|
90
86
|
"@scure/base": "^2.2.0",
|
|
91
87
|
"@scure/bip39": "^2.2.0",
|
|
92
|
-
"@
|
|
93
|
-
"@xylabs/threads": "^7.0.8",
|
|
94
|
-
"@xyo-network/sdk-protocol": "^7.0.13",
|
|
88
|
+
"@xyo-network/sdk-protocol": "^7.0.15",
|
|
95
89
|
"ajv": "^8.20.0",
|
|
96
90
|
"async-mutex": "^0.5.0",
|
|
97
91
|
"debug": "^4.4.3",
|
|
@@ -108,5 +102,6 @@
|
|
|
108
102
|
},
|
|
109
103
|
"publishConfig": {
|
|
110
104
|
"access": "public"
|
|
111
|
-
}
|
|
105
|
+
},
|
|
106
|
+
"deprecated": "Use @xyo-network/sdk/sentinel instead. Replace @xyo-network/sentinel with @xyo-network/sdk/sentinel. This package is a compatibility shim only and will not receive further updates."
|
|
112
107
|
}
|