@xyo-network/signature-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.
@@ -1,2 +1,2 @@
1
- export * from '@xyo-network/signature-payload-plugin';
1
+ export * from '@xyo-network/payload-plugins/signature-plugins';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uCAAuC,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,cAAc,gDAAgD,CAAA"}
@@ -1,3 +1,3 @@
1
1
  // src/index.ts
2
- export * from "@xyo-network/signature-payload-plugin";
2
+ export * from "@xyo-network/payload-plugins/signature-plugins";
3
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/signature-payload-plugin'\n"],
5
- "mappings": ";AAAA,cAAc;",
4
+ "sourcesContent": ["// Compatibility shim: this package re-exports from @xyo-network/payload-plugins/signature-plugins.\nexport * from '@xyo-network/payload-plugins/signature-plugins'\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/signature-payload-plugins",
3
- "version": "7.0.2",
3
+ "version": "7.0.4",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -31,62 +31,72 @@
31
31
  "README.md"
32
32
  ],
33
33
  "dependencies": {
34
- "@xyo-network/signature-payload-plugin": "~7.0.2"
34
+ "@xyo-network/payload-plugins": "~7.0.4"
35
35
  },
36
36
  "devDependencies": {
37
- "@ariestools/sdk": "^7.0.5",
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.8.0",
76
+ "@opentelemetry/sdk-trace-base": "^2.9.0",
42
77
  "@scure/base": "^2.2.0",
43
- "@scure/bip39": "~2.2.0",
44
- "@xylabs/geo": "^7.0.5",
45
- "@xylabs/threads": "^7.0.5",
46
- "@xylabs/toolchain": "~8.5.15",
47
- "@xylabs/tsconfig": "~8.5.15",
48
- "@xyo-network/sdk": "~7.0.5",
49
- "@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",
50
82
  "ajv": "^8.20.0",
51
83
  "async-mutex": "^0.5.0",
52
- "browserslist": "4.28.4",
53
- "debug": "~4.4.3",
54
- "eslint": "^10.6.0",
55
- "eslint-import-resolver-typescript": "^4.4.5",
84
+ "bowser": "^2.14.1",
85
+ "crypto-js": "^4.2.0",
86
+ "debug": "^4.4.3",
56
87
  "ethers": "^6.17.0",
57
88
  "hash-wasm": "^4.12.0",
58
89
  "idb": "^8.0.3",
59
- "lru-cache": "^11.5.1",
60
- "observable-fns": "~0.6.1",
61
- "typescript": "~6.0.3",
90
+ "node-screenlogic": "^2.1.1",
91
+ "observable-fns": "^0.6.1",
92
+ "webextension-polyfill": "^0.12.0",
62
93
  "zod": "^4.4.3"
63
94
  },
64
- "peerDependencies": {
65
- "@ariestools/sdk": "^7.0",
66
- "@bitauth/libauth": "~3.0",
67
- "@noble/post-quantum": "~0.6.1",
68
- "@opentelemetry/api": "^1.9",
69
- "@opentelemetry/sdk-trace-base": "^2.7",
70
- "@scure/base": "^2.2",
71
- "@scure/bip39": "~2.2",
72
- "@xylabs/geo": "^7.0",
73
- "@xylabs/threads": "^7.0",
74
- "@xyo-network/sdk": "^7.0",
75
- "@xyo-network/sdk-protocol": "^7.0",
76
- "ajv": "^8.20",
77
- "async-mutex": "^0.5",
78
- "debug": "~4.4",
79
- "ethers": "^6.16",
80
- "hash-wasm": "^4.12",
81
- "idb": "^8.0",
82
- "lru-cache": "^11.3",
83
- "observable-fns": "~0.6",
84
- "zod": "^4.4"
85
- },
86
95
  "engines": {
87
96
  "node": "^24"
88
97
  },
89
98
  "publishConfig": {
90
99
  "access": "public"
91
- }
100
+ },
101
+ "deprecated": "Use @xyo-network/payload-plugins/signature-plugins instead. Replace @xyo-network/signature-payload-plugins with @xyo-network/payload-plugins/signature-plugins. This package is a compatibility shim only and will not receive further updates."
92
102
  }