@xyo-network/xns-payload-plugins 7.0.2 → 7.0.4
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/index.d.ts
CHANGED
|
@@ -1,5 +1,2 @@
|
|
|
1
|
-
export * from '@xyo-network/
|
|
2
|
-
import type { PayloadPluginFunc } from '@xyo-network/sdk';
|
|
3
|
-
export declare const XnsRecordPayloadPlugins: PayloadPluginFunc[];
|
|
4
|
-
export default XnsRecordPayloadPlugins;
|
|
1
|
+
export * from '@xyo-network/payload-plugins/xns';
|
|
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,kCAAkC,CAAA"}
|
package/dist/neutral/index.mjs
CHANGED
|
@@ -1,11 +1,3 @@
|
|
|
1
1
|
// src/index.ts
|
|
2
|
-
export * from "@xyo-network/
|
|
3
|
-
var XnsRecordPayloadPlugins = [
|
|
4
|
-
// TODO: Exports from xns-record-payload-plugins
|
|
5
|
-
];
|
|
6
|
-
var index_default = XnsRecordPayloadPlugins;
|
|
7
|
-
export {
|
|
8
|
-
XnsRecordPayloadPlugins,
|
|
9
|
-
index_default as default
|
|
10
|
-
};
|
|
2
|
+
export * from "@xyo-network/payload-plugins/xns";
|
|
11
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/payload-plugins/xns.\nexport * from '@xyo-network/payload-plugins/xns'\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/xns-payload-plugins",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.4",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -31,64 +31,72 @@
|
|
|
31
31
|
"README.md"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@xyo-network/
|
|
34
|
+
"@xyo-network/payload-plugins": "~7.0.4"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@ariestools/
|
|
37
|
+
"@ariestools/crypto": "~8.0.3",
|
|
38
|
+
"@ariestools/sdk": "~8.0.3",
|
|
39
|
+
"@ariestools/threads": "~8.0.3",
|
|
40
|
+
"@ariestools/toolchain": "~8.6.12",
|
|
41
|
+
"@ariestools/tsconfig": "~8.6.12",
|
|
38
42
|
"@bitauth/libauth": "~3.0.0",
|
|
43
|
+
"@metamask/providers": "~22.1.1",
|
|
39
44
|
"@noble/post-quantum": "~0.6.1",
|
|
45
|
+
"@opentelemetry/api": "~1.9.1",
|
|
46
|
+
"@opentelemetry/sdk-trace-base": "~2.9.0",
|
|
47
|
+
"@scure/base": "~2.2.0",
|
|
48
|
+
"@scure/bip39": "~2.2.0",
|
|
49
|
+
"@xyo-network/diviner-hash-lease": "~7.0.11",
|
|
50
|
+
"@xyo-network/sdk": "~7.0.11",
|
|
51
|
+
"@xyo-network/sdk-protocol": "~7.0.15",
|
|
52
|
+
"ajv": "~8.20.0",
|
|
53
|
+
"async-mutex": "~0.5.0",
|
|
54
|
+
"bowser": "~2.14.1",
|
|
55
|
+
"crypto-js": "~4.2.0",
|
|
56
|
+
"debug": "~4.4.3",
|
|
57
|
+
"eslint": "~10.6.0",
|
|
58
|
+
"eslint-import-resolver-typescript": "~4.4.5",
|
|
59
|
+
"ethers": "~6.17.0",
|
|
60
|
+
"hash-wasm": "~4.12.0",
|
|
61
|
+
"idb": "~8.0.3",
|
|
62
|
+
"node-screenlogic": "~2.1.1",
|
|
63
|
+
"observable-fns": "~0.6.1",
|
|
64
|
+
"typescript": "~6.0.3",
|
|
65
|
+
"webextension-polyfill": "~0.12.0",
|
|
66
|
+
"zod": "~4.4.3"
|
|
67
|
+
},
|
|
68
|
+
"peerDependencies": {
|
|
69
|
+
"@ariestools/crypto": "^8.0.3",
|
|
70
|
+
"@ariestools/sdk": "^8.0.3",
|
|
71
|
+
"@ariestools/threads": "^8.0.3",
|
|
72
|
+
"@bitauth/libauth": "^3.0.0",
|
|
73
|
+
"@metamask/providers": "^22.1.1",
|
|
74
|
+
"@noble/post-quantum": "^0.6.1",
|
|
40
75
|
"@opentelemetry/api": "^1.9.1",
|
|
41
|
-
"@opentelemetry/sdk-trace-base": "^2.
|
|
76
|
+
"@opentelemetry/sdk-trace-base": "^2.9.0",
|
|
42
77
|
"@scure/base": "^2.2.0",
|
|
43
|
-
"@scure/bip39": "
|
|
44
|
-
"@
|
|
45
|
-
"@
|
|
46
|
-
"@
|
|
47
|
-
"@xylabs/tsconfig": "~8.5.15",
|
|
48
|
-
"@xyo-network/diviner-hash-lease": "^7.0.5",
|
|
49
|
-
"@xyo-network/sdk": "~7.0.5",
|
|
50
|
-
"@xyo-network/sdk-protocol": "^7.0.8",
|
|
78
|
+
"@scure/bip39": "^2.2.0",
|
|
79
|
+
"@xyo-network/diviner-hash-lease": "^7.0.11",
|
|
80
|
+
"@xyo-network/sdk": "^7.0.11",
|
|
81
|
+
"@xyo-network/sdk-protocol": "^7.0.15",
|
|
51
82
|
"ajv": "^8.20.0",
|
|
52
83
|
"async-mutex": "^0.5.0",
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"eslint-import-resolver-typescript": "^4.4.5",
|
|
84
|
+
"bowser": "^2.14.1",
|
|
85
|
+
"crypto-js": "^4.2.0",
|
|
86
|
+
"debug": "^4.4.3",
|
|
57
87
|
"ethers": "^6.17.0",
|
|
58
88
|
"hash-wasm": "^4.12.0",
|
|
59
89
|
"idb": "^8.0.3",
|
|
60
|
-
"
|
|
61
|
-
"observable-fns": "
|
|
62
|
-
"
|
|
90
|
+
"node-screenlogic": "^2.1.1",
|
|
91
|
+
"observable-fns": "^0.6.1",
|
|
92
|
+
"webextension-polyfill": "^0.12.0",
|
|
63
93
|
"zod": "^4.4.3"
|
|
64
94
|
},
|
|
65
|
-
"peerDependencies": {
|
|
66
|
-
"@ariestools/sdk": "^7.0",
|
|
67
|
-
"@bitauth/libauth": "~3.0",
|
|
68
|
-
"@noble/post-quantum": "~0.6.1",
|
|
69
|
-
"@opentelemetry/api": "^1.9",
|
|
70
|
-
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
71
|
-
"@scure/base": "^2.2",
|
|
72
|
-
"@scure/bip39": "~2.2",
|
|
73
|
-
"@xylabs/geo": "^7.0",
|
|
74
|
-
"@xylabs/threads": "^7.0",
|
|
75
|
-
"@xyo-network/diviner-hash-lease": "^7.0",
|
|
76
|
-
"@xyo-network/sdk": "^7.0",
|
|
77
|
-
"@xyo-network/sdk-protocol": "^7.0",
|
|
78
|
-
"ajv": "^8.20",
|
|
79
|
-
"async-mutex": "^0.5",
|
|
80
|
-
"debug": "~4.4",
|
|
81
|
-
"ethers": "^6.16",
|
|
82
|
-
"hash-wasm": "^4.12",
|
|
83
|
-
"idb": "^8.0",
|
|
84
|
-
"lru-cache": "^11.3",
|
|
85
|
-
"observable-fns": "~0.6",
|
|
86
|
-
"zod": "^4.4"
|
|
87
|
-
},
|
|
88
95
|
"engines": {
|
|
89
96
|
"node": "^24"
|
|
90
97
|
},
|
|
91
98
|
"publishConfig": {
|
|
92
99
|
"access": "public"
|
|
93
|
-
}
|
|
100
|
+
},
|
|
101
|
+
"deprecated": "Use @xyo-network/payload-plugins/xns instead. Replace @xyo-network/xns-payload-plugins with @xyo-network/payload-plugins/xns. This package is a compatibility shim only and will not receive further updates."
|
|
94
102
|
}
|