@xyo-network/xns-payload-plugins 7.0.3 → 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.
@@ -1,5 +1,2 @@
1
- export * from '@xyo-network/xns-record-payload-plugins';
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":"AAAA,cAAc,yCAAyC,CAAA;AAEvD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAA;AAEzD,eAAO,MAAM,uBAAuB,EAAE,iBAAiB,EAEtD,CAAA;AAED,eAAe,uBAAuB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,cAAc,kCAAkC,CAAA"}
@@ -1,11 +1,3 @@
1
1
  // src/index.ts
2
- export * from "@xyo-network/xns-record-payload-plugins";
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": ["export * from '@xyo-network/xns-record-payload-plugins'\n\nimport type { PayloadPluginFunc } from '@xyo-network/sdk'\n\nexport const XnsRecordPayloadPlugins: PayloadPluginFunc[] = [\n // TODO: Exports from xns-record-payload-plugins\n]\n\nexport default XnsRecordPayloadPlugins\n"],
5
- "mappings": ";AAAA,cAAc;AAIP,IAAM,0BAA+C;AAAA;AAE5D;AAEA,IAAO,gBAAQ;",
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",
3
+ "version": "7.0.4",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -31,11 +31,14 @@
31
31
  "README.md"
32
32
  ],
33
33
  "dependencies": {
34
- "@xyo-network/xns-record-payload-plugins": "~7.0.3"
34
+ "@xyo-network/payload-plugins": "~7.0.4"
35
35
  },
36
36
  "devDependencies": {
37
- "@ariestools/sdk": "~8.0.2",
38
- "@ariestools/threads": "~8.0.2",
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",
39
42
  "@bitauth/libauth": "~3.0.0",
40
43
  "@metamask/providers": "~22.1.1",
41
44
  "@noble/post-quantum": "~0.6.1",
@@ -43,28 +46,29 @@
43
46
  "@opentelemetry/sdk-trace-base": "~2.9.0",
44
47
  "@scure/base": "~2.2.0",
45
48
  "@scure/bip39": "~2.2.0",
46
- "@xylabs/toolchain": "~8.6.5",
47
- "@xylabs/tsconfig": "~8.6.5",
48
- "@xyo-network/diviner-hash-lease": "~7.0.9",
49
- "@xyo-network/sdk": "~7.0.9",
50
- "@xyo-network/sdk-protocol": "~7.0.14",
49
+ "@xyo-network/diviner-hash-lease": "~7.0.11",
50
+ "@xyo-network/sdk": "~7.0.11",
51
+ "@xyo-network/sdk-protocol": "~7.0.15",
51
52
  "ajv": "~8.20.0",
52
53
  "async-mutex": "~0.5.0",
54
+ "bowser": "~2.14.1",
55
+ "crypto-js": "~4.2.0",
53
56
  "debug": "~4.4.3",
54
57
  "eslint": "~10.6.0",
55
58
  "eslint-import-resolver-typescript": "~4.4.5",
56
59
  "ethers": "~6.17.0",
57
60
  "hash-wasm": "~4.12.0",
58
61
  "idb": "~8.0.3",
59
- "lru-cache": "~11.5.1",
62
+ "node-screenlogic": "~2.1.1",
60
63
  "observable-fns": "~0.6.1",
61
64
  "typescript": "~6.0.3",
62
65
  "webextension-polyfill": "~0.12.0",
63
66
  "zod": "~4.4.3"
64
67
  },
65
68
  "peerDependencies": {
66
- "@ariestools/sdk": "^8.0.2",
67
- "@ariestools/threads": "^8.0.2",
69
+ "@ariestools/crypto": "^8.0.3",
70
+ "@ariestools/sdk": "^8.0.3",
71
+ "@ariestools/threads": "^8.0.3",
68
72
  "@bitauth/libauth": "^3.0.0",
69
73
  "@metamask/providers": "^22.1.1",
70
74
  "@noble/post-quantum": "^0.6.1",
@@ -72,16 +76,18 @@
72
76
  "@opentelemetry/sdk-trace-base": "^2.9.0",
73
77
  "@scure/base": "^2.2.0",
74
78
  "@scure/bip39": "^2.2.0",
75
- "@xyo-network/diviner-hash-lease": "^7.0.9",
76
- "@xyo-network/sdk": "^7.0.9",
77
- "@xyo-network/sdk-protocol": "^7.0.14",
79
+ "@xyo-network/diviner-hash-lease": "^7.0.11",
80
+ "@xyo-network/sdk": "^7.0.11",
81
+ "@xyo-network/sdk-protocol": "^7.0.15",
78
82
  "ajv": "^8.20.0",
79
83
  "async-mutex": "^0.5.0",
84
+ "bowser": "^2.14.1",
85
+ "crypto-js": "^4.2.0",
80
86
  "debug": "^4.4.3",
81
87
  "ethers": "^6.17.0",
82
88
  "hash-wasm": "^4.12.0",
83
89
  "idb": "^8.0.3",
84
- "lru-cache": "^11.5.1",
90
+ "node-screenlogic": "^2.1.1",
85
91
  "observable-fns": "^0.6.1",
86
92
  "webextension-polyfill": "^0.12.0",
87
93
  "zod": "^4.4.3"
@@ -91,5 +97,6 @@
91
97
  },
92
98
  "publishConfig": {
93
99
  "access": "public"
94
- }
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."
95
102
  }