@xyo-network/stock-market-payload-plugins 6.0.3 → 7.0.0

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 (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +18 -18
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
+ [![logo][]](https://xyo.network)
2
+
1
3
  # @xyo-network/stock-market-payload-plugins
2
4
 
5
+ > ⚠️ **DEPRECATED** — This package is deprecated and is no longer maintained.
6
+
3
7
  [![npm][npm-badge]][npm-link]
4
8
  [![license][license-badge]][license-link]
5
9
 
@@ -36,9 +40,12 @@ bun add {{name}}
36
40
 
37
41
  See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
38
42
 
43
+ ## Credits
39
44
 
45
+ [Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)
40
46
 
41
47
  [npm-badge]: https://img.shields.io/npm/v/@xyo-network/stock-market-payload-plugins.svg
42
48
  [npm-link]: https://www.npmjs.com/package/@xyo-network/stock-market-payload-plugins
43
49
  [license-badge]: https://img.shields.io/npm/l/@xyo-network/stock-market-payload-plugins.svg
44
50
  [license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
51
+ [logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/stock-market-payload-plugins",
3
- "version": "6.0.3",
3
+ "version": "7.0.0",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -31,29 +31,27 @@
31
31
  "README.md"
32
32
  ],
33
33
  "dependencies": {
34
- "@xyo-network/tzero-stock-market-payload-plugin": "~6.0.3"
34
+ "@xyo-network/tzero-stock-market-payload-plugin": "~7.0.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@bitauth/libauth": "~3.0.0",
38
38
  "@metamask/providers": "^22.1.1",
39
39
  "@noble/post-quantum": "~0.6.1",
40
40
  "@opentelemetry/api": "^1.9.1",
41
- "@opentelemetry/sdk-trace-base": "^2.7.1",
41
+ "@opentelemetry/sdk-trace-base": "^2.8.0",
42
42
  "@scure/base": "^2.2.0",
43
43
  "@scure/bip39": "~2.2.0",
44
- "@xylabs/geo": "^6.0.8",
45
- "@xylabs/sdk-js": "^6.0.8",
46
- "@xylabs/threads": "^6.0.8",
47
- "@xylabs/toolchain": "~8.1.16",
48
- "@xylabs/tsconfig": "~8.1.16",
49
- "@xyo-network/sdk-js": "^6.0.4",
50
- "@xyo-network/sdk-protocol-js": "~6.0.9",
44
+ "@xylabs/geo": "^6.1.3",
45
+ "@xylabs/sdk-js": "^6.1.3",
46
+ "@xylabs/threads": "^6.1.3",
47
+ "@xylabs/toolchain": "~8.2.7",
48
+ "@xylabs/tsconfig": "~8.2.7",
49
+ "@xyo-network/sdk-js": "^7.0.0",
50
+ "@xyo-network/sdk-protocol-js": "~7.0",
51
51
  "ajv": "^8.20.0",
52
52
  "async-mutex": "^0.5.0",
53
- "bn.js": "^5.2.3",
54
- "buffer": "^6.0.3",
55
53
  "debug": "~4.4.3",
56
- "eslint": "^10.4.1",
54
+ "eslint": "^10.5.0",
57
55
  "ethers": "^6.16.0",
58
56
  "hash-wasm": "^4.12.0",
59
57
  "idb": "^8.0.3",
@@ -74,12 +72,10 @@
74
72
  "@xylabs/geo": "^6.0",
75
73
  "@xylabs/sdk-js": "^6.0",
76
74
  "@xylabs/threads": "^6.0",
77
- "@xyo-network/sdk-js": "^6.0",
78
- "@xyo-network/sdk-protocol-js": "~6.0",
75
+ "@xyo-network/sdk-js": "^7.0",
76
+ "@xyo-network/sdk-protocol-js": "^7.0",
79
77
  "ajv": "^8.20",
80
78
  "async-mutex": "^0.5",
81
- "bn.js": "^5.2",
82
- "buffer": "^6.0",
83
79
  "debug": "~4.4",
84
80
  "ethers": "^6.16",
85
81
  "hash-wasm": "^4.12",
@@ -89,7 +85,11 @@
89
85
  "webextension-polyfill": "^0.12",
90
86
  "zod": "^4.4"
91
87
  },
88
+ "engines": {
89
+ "node": "^24"
90
+ },
92
91
  "publishConfig": {
93
92
  "access": "public"
94
- }
93
+ },
94
+ "deprecated": "This package is deprecated and is no longer maintained."
95
95
  }