@xyo-network/crypto-market-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,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.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,13 +31,15 @@
31
31
  "README.md"
32
32
  ],
33
33
  "dependencies": {
34
- "@xyo-network/coingecko-crypto-market-plugin": "~7.0.3",
35
- "@xyo-network/crypto-asset-plugin": "~7.0.3",
36
- "@xyo-network/uniswap-crypto-market-plugin": "~7.0.3"
34
+ "@xyo-network/payloadset-plugins": "~7.0.4"
37
35
  },
38
36
  "devDependencies": {
39
- "@ariestools/sdk": "~8.0.2",
40
- "@ariestools/threads": "~8.0.2",
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",
41
43
  "@bitauth/libauth": "~3.0.0",
42
44
  "@metamask/providers": "~22.1.1",
43
45
  "@noble/post-quantum": "~0.6.1",
@@ -46,29 +48,53 @@
46
48
  "@scure/base": "~2.2.0",
47
49
  "@scure/bip39": "~2.2.0",
48
50
  "@uniswap/v3-sdk": "~3.31.0",
49
- "@xylabs/toolchain": "~8.6.5",
50
- "@xylabs/tsconfig": "~8.6.5",
51
+ "@xyo-network/diviner-hash-lease": "~7.0.11",
52
+ "@xyo-network/diviner-indexing": "~7.0.11",
51
53
  "@xyo-network/open-zeppelin-typechain": "~4.1.3",
52
- "@xyo-network/sdk": "~7.0.9",
53
- "@xyo-network/sdk-protocol": "~7.0.14",
54
+ "@xyo-network/sdk": "~7.0.11",
55
+ "@xyo-network/sdk-protocol": "~7.0.15",
54
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",
55
60
  "ajv": "~8.20.0",
56
61
  "async-mutex": "~0.5.0",
62
+ "base64-js": "~1.5.1",
63
+ "bowser": "~2.14.1",
64
+ "crypto-js": "~4.2.0",
57
65
  "debug": "~4.4.3",
66
+ "es6-dynamic-template": "~2.0.0",
58
67
  "eslint": "~10.6.0",
59
68
  "eslint-import-resolver-typescript": "~4.4.5",
60
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",
61
76
  "hash-wasm": "~4.12.0",
62
77
  "idb": "~8.0.3",
63
78
  "lru-cache": "~11.5.1",
79
+ "node-screenlogic": "~2.1.1",
64
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",
65
87
  "typescript": "~6.0.3",
88
+ "uuid": "~14.0.1",
66
89
  "webextension-polyfill": "~0.12.0",
90
+ "xml2js": "~0.6.2",
67
91
  "zod": "~4.4.3"
68
92
  },
69
93
  "peerDependencies": {
70
- "@ariestools/sdk": "^8.0.2",
71
- "@ariestools/threads": "^8.0.2",
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",
72
98
  "@bitauth/libauth": "^3.0.0",
73
99
  "@metamask/providers": "^22.1.1",
74
100
  "@noble/post-quantum": "^0.6.1",
@@ -77,19 +103,43 @@
77
103
  "@scure/base": "^2.2.0",
78
104
  "@scure/bip39": "^2.2.0",
79
105
  "@uniswap/v3-sdk": "^3.31.0",
106
+ "@xyo-network/diviner-hash-lease": "^7.0.11",
107
+ "@xyo-network/diviner-indexing": "^7.0.11",
80
108
  "@xyo-network/open-zeppelin-typechain": "^4.1.3",
81
- "@xyo-network/sdk": "^7.0.9",
82
- "@xyo-network/sdk-protocol": "^7.0.14",
109
+ "@xyo-network/sdk": "^7.0.11",
110
+ "@xyo-network/sdk-protocol": "^7.0.15",
83
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",
84
115
  "ajv": "^8.20.0",
85
116
  "async-mutex": "^0.5.0",
117
+ "base64-js": "^1.5.1",
118
+ "bowser": "^2.14.1",
119
+ "crypto-js": "^4.2.0",
86
120
  "debug": "^4.4.3",
121
+ "es6-dynamic-template": "^2.0.0",
87
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",
88
129
  "hash-wasm": "^4.12.0",
89
130
  "idb": "^8.0.3",
90
131
  "lru-cache": "^11.5.1",
132
+ "node-screenlogic": "^2.1.1",
91
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",
92
141
  "webextension-polyfill": "^0.12.0",
142
+ "xml2js": "^0.6.2",
93
143
  "zod": "^4.4.3"
94
144
  },
95
145
  "engines": {
@@ -97,5 +147,6 @@
97
147
  },
98
148
  "publishConfig": {
99
149
  "access": "public"
100
- }
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."
101
152
  }