@xyo-network/crypto-market-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,7 +1,2 @@
1
- export * from '@xyo-network/coingecko-crypto-market-plugin';
2
- export * from '@xyo-network/crypto-asset-plugin';
3
- export * from '@xyo-network/uniswap-crypto-market-plugin';
4
- import type { PayloadSetPluginFunc } from '@xyo-network/sdk';
5
- export declare const CryptoMarketPlugins: PayloadSetPluginFunc[];
6
- export default CryptoMarketPlugins;
1
+ export * from '@xyo-network/payloadset-plugins/crypto-market';
7
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,6CAA6C,CAAA;AAC3D,cAAc,kCAAkC,CAAA;AAChD,cAAc,2CAA2C,CAAA;AAIzD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAA;AAG5D,eAAO,MAAM,mBAAmB,EAAE,oBAAoB,EAAsF,CAAA;AAE5I,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,cAAc,+CAA+C,CAAA"}
@@ -1,14 +1,3 @@
1
1
  // src/index.ts
2
- export * from "@xyo-network/coingecko-crypto-market-plugin";
3
- export * from "@xyo-network/crypto-asset-plugin";
4
- export * from "@xyo-network/uniswap-crypto-market-plugin";
5
- import { CoingeckoCryptoMarketPlugin } from "@xyo-network/coingecko-crypto-market-plugin";
6
- import { CryptoMarketAssetPlugin } from "@xyo-network/crypto-asset-plugin";
7
- import { UniswapCryptoMarketPlugin } from "@xyo-network/uniswap-crypto-market-plugin";
8
- var CryptoMarketPlugins = [CoingeckoCryptoMarketPlugin, UniswapCryptoMarketPlugin, CryptoMarketAssetPlugin];
9
- var index_default = CryptoMarketPlugins;
10
- export {
11
- CryptoMarketPlugins,
12
- index_default as default
13
- };
2
+ export * from "@xyo-network/payloadset-plugins/crypto-market";
14
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/coingecko-crypto-market-plugin'\nexport * from '@xyo-network/crypto-asset-plugin'\nexport * from '@xyo-network/uniswap-crypto-market-plugin'\n\nimport { CoingeckoCryptoMarketPlugin } from '@xyo-network/coingecko-crypto-market-plugin'\nimport { CryptoMarketAssetPlugin } from '@xyo-network/crypto-asset-plugin'\nimport type { PayloadSetPluginFunc } from '@xyo-network/sdk'\nimport { UniswapCryptoMarketPlugin } from '@xyo-network/uniswap-crypto-market-plugin'\n\nexport const CryptoMarketPlugins: PayloadSetPluginFunc[] = [CoingeckoCryptoMarketPlugin, UniswapCryptoMarketPlugin, CryptoMarketAssetPlugin]\n\nexport default CryptoMarketPlugins\n"],
5
- "mappings": ";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AAEd,SAAS,mCAAmC;AAC5C,SAAS,+BAA+B;AAExC,SAAS,iCAAiC;AAEnC,IAAM,sBAA8C,CAAC,6BAA6B,2BAA2B,uBAAuB;AAE3I,IAAO,gBAAQ;",
4
+ "sourcesContent": ["// Compatibility shim: this package re-exports from @xyo-network/payloadset-plugins/crypto-market.\nexport * from '@xyo-network/payloadset-plugins/crypto-market'\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/crypto-market-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,70 +31,122 @@
31
31
  "README.md"
32
32
  ],
33
33
  "dependencies": {
34
- "@xyo-network/coingecko-crypto-market-plugin": "~7.0.2",
35
- "@xyo-network/crypto-asset-plugin": "~7.0.2",
36
- "@xyo-network/uniswap-crypto-market-plugin": "~7.0.2"
34
+ "@xyo-network/payloadset-plugins": "~7.0.4"
37
35
  },
38
36
  "devDependencies": {
39
- "@ariestools/sdk": "^7.0.5",
37
+ "@ariestools/crypto": "~8.0.3",
38
+ "@ariestools/eth-address": "~8.0.3",
39
+ "@ariestools/sdk": "~8.0.3",
40
+ "@ariestools/threads": "~8.0.3",
41
+ "@ariestools/toolchain": "~8.6.12",
42
+ "@ariestools/tsconfig": "~8.6.12",
40
43
  "@bitauth/libauth": "~3.0.0",
44
+ "@metamask/providers": "~22.1.1",
41
45
  "@noble/post-quantum": "~0.6.1",
46
+ "@opentelemetry/api": "~1.9.1",
47
+ "@opentelemetry/sdk-trace-base": "~2.9.0",
48
+ "@scure/base": "~2.2.0",
49
+ "@scure/bip39": "~2.2.0",
50
+ "@uniswap/v3-sdk": "~3.31.0",
51
+ "@xyo-network/diviner-hash-lease": "~7.0.11",
52
+ "@xyo-network/diviner-indexing": "~7.0.11",
53
+ "@xyo-network/open-zeppelin-typechain": "~4.1.3",
54
+ "@xyo-network/sdk": "~7.0.11",
55
+ "@xyo-network/sdk-protocol": "~7.0.15",
56
+ "@xyo-network/uniswap-typechain": "~4.1.3",
57
+ "@xyo-network/witness-blockchain-abstract": "~7.0.11",
58
+ "@xyo-network/witness-evm-abstract": "~7.0.11",
59
+ "@xyo-network/witness-timestamp": "~7.0.11",
60
+ "ajv": "~8.20.0",
61
+ "async-mutex": "~0.5.0",
62
+ "base64-js": "~1.5.1",
63
+ "bowser": "~2.14.1",
64
+ "crypto-js": "~4.2.0",
65
+ "debug": "~4.4.3",
66
+ "es6-dynamic-template": "~2.0.0",
67
+ "eslint": "~10.6.0",
68
+ "eslint-import-resolver-typescript": "~4.4.5",
69
+ "ethers": "~6.17.0",
70
+ "file-type": "~22.0.1",
71
+ "fluent-ffmpeg": "~2.1.3",
72
+ "geotiff": "~3.0.5",
73
+ "gm": "~1.25.1",
74
+ "graphql": "~17.0.2",
75
+ "hasbin": "~1.2.3",
76
+ "hash-wasm": "~4.12.0",
77
+ "idb": "~8.0.3",
78
+ "lru-cache": "~11.5.1",
79
+ "node-screenlogic": "~2.1.1",
80
+ "observable-fns": "~0.6.1",
81
+ "parse-data-url": "~6.0.0",
82
+ "prom-client": "~15.1.3",
83
+ "regression": "~2.0.1",
84
+ "sha.js": "~2.4.12",
85
+ "svg-parser": "~2.0.4",
86
+ "systeminformation": "~5.31.14",
87
+ "typescript": "~6.0.3",
88
+ "uuid": "~14.0.1",
89
+ "webextension-polyfill": "~0.12.0",
90
+ "xml2js": "~0.6.2",
91
+ "zod": "~4.4.3"
92
+ },
93
+ "peerDependencies": {
94
+ "@ariestools/crypto": "^8.0.3",
95
+ "@ariestools/eth-address": "^8.0.3",
96
+ "@ariestools/sdk": "^8.0.3",
97
+ "@ariestools/threads": "^8.0.3",
98
+ "@bitauth/libauth": "^3.0.0",
99
+ "@metamask/providers": "^22.1.1",
100
+ "@noble/post-quantum": "^0.6.1",
42
101
  "@opentelemetry/api": "^1.9.1",
43
- "@opentelemetry/sdk-trace-base": "^2.8.0",
102
+ "@opentelemetry/sdk-trace-base": "^2.9.0",
44
103
  "@scure/base": "^2.2.0",
45
- "@scure/bip39": "~2.2.0",
104
+ "@scure/bip39": "^2.2.0",
46
105
  "@uniswap/v3-sdk": "^3.31.0",
47
- "@xylabs/geo": "^7.0.5",
48
- "@xylabs/threads": "^7.0.5",
49
- "@xylabs/toolchain": "~8.5.15",
50
- "@xylabs/tsconfig": "~8.5.15",
106
+ "@xyo-network/diviner-hash-lease": "^7.0.11",
107
+ "@xyo-network/diviner-indexing": "^7.0.11",
51
108
  "@xyo-network/open-zeppelin-typechain": "^4.1.3",
52
- "@xyo-network/sdk": "~7.0.5",
53
- "@xyo-network/sdk-protocol": "^7.0.8",
109
+ "@xyo-network/sdk": "^7.0.11",
110
+ "@xyo-network/sdk-protocol": "^7.0.15",
54
111
  "@xyo-network/uniswap-typechain": "^4.1.3",
112
+ "@xyo-network/witness-blockchain-abstract": "^7.0.11",
113
+ "@xyo-network/witness-evm-abstract": "^7.0.11",
114
+ "@xyo-network/witness-timestamp": "^7.0.11",
55
115
  "ajv": "^8.20.0",
56
116
  "async-mutex": "^0.5.0",
57
- "browserslist": "4.28.4",
58
- "debug": "~4.4.3",
59
- "eslint": "^10.6.0",
60
- "eslint-import-resolver-typescript": "^4.4.5",
117
+ "base64-js": "^1.5.1",
118
+ "bowser": "^2.14.1",
119
+ "crypto-js": "^4.2.0",
120
+ "debug": "^4.4.3",
121
+ "es6-dynamic-template": "^2.0.0",
61
122
  "ethers": "^6.17.0",
123
+ "file-type": "^22.0.1",
124
+ "fluent-ffmpeg": "^2.1.3",
125
+ "geotiff": "^3.0.5",
126
+ "gm": "^1.25.1",
127
+ "graphql": "^17.0.2",
128
+ "hasbin": "^1.2.3",
62
129
  "hash-wasm": "^4.12.0",
63
130
  "idb": "^8.0.3",
64
131
  "lru-cache": "^11.5.1",
65
- "observable-fns": "~0.6.1",
66
- "typescript": "~6.0.3",
132
+ "node-screenlogic": "^2.1.1",
133
+ "observable-fns": "^0.6.1",
134
+ "parse-data-url": "^6.0.0",
135
+ "prom-client": "^15.1.3",
136
+ "regression": "^2.0.1",
137
+ "sha.js": "^2.4.12",
138
+ "svg-parser": "^2.0.4",
139
+ "systeminformation": "^5.31.14",
140
+ "uuid": "^14.0.1",
141
+ "webextension-polyfill": "^0.12.0",
142
+ "xml2js": "^0.6.2",
67
143
  "zod": "^4.4.3"
68
144
  },
69
- "peerDependencies": {
70
- "@ariestools/sdk": "^7.0",
71
- "@bitauth/libauth": "~3.0",
72
- "@noble/post-quantum": "~0.6.1",
73
- "@opentelemetry/api": "^1.9",
74
- "@opentelemetry/sdk-trace-base": "^2.7",
75
- "@scure/base": "^2.2",
76
- "@scure/bip39": "~2.2",
77
- "@uniswap/v3-sdk": "^3.30",
78
- "@xylabs/geo": "^7.0",
79
- "@xylabs/threads": "^7.0",
80
- "@xyo-network/open-zeppelin-typechain": "^4.1",
81
- "@xyo-network/sdk": "^7.0",
82
- "@xyo-network/sdk-protocol": "^7.0",
83
- "@xyo-network/uniswap-typechain": "^4.1",
84
- "ajv": "^8.20",
85
- "async-mutex": "^0.5",
86
- "debug": "~4.4",
87
- "ethers": "^6.16",
88
- "hash-wasm": "^4.12",
89
- "idb": "^8.0",
90
- "lru-cache": "^11.3",
91
- "observable-fns": "~0.6",
92
- "zod": "^4.4"
93
- },
94
145
  "engines": {
95
146
  "node": "^24"
96
147
  },
97
148
  "publishConfig": {
98
149
  "access": "public"
99
- }
150
+ },
151
+ "deprecated": "Use @xyo-network/payloadset-plugins/crypto-market instead. Replace @xyo-network/crypto-market-plugins with @xyo-network/payloadset-plugins/crypto-market. This package is a compatibility shim only and will not receive further updates."
100
152
  }