@xyo-network/gas-ethereum-blockchain-plugins 2.74.5 → 2.75.2
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.
- package/dist/browser/index.cjs +34 -0
- package/dist/browser/index.cjs.map +1 -0
- package/dist/browser/index.d.cts.map +1 -0
- package/dist/browser/index.d.mts.map +1 -0
- package/dist/browser/index.d.ts +6 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +11 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/docs.json +2795 -2795
- package/dist/node/index.d.cts +6 -0
- package/dist/node/index.d.cts.map +1 -0
- package/dist/node/index.d.mts +6 -0
- package/dist/node/index.d.mts.map +1 -0
- package/dist/node/index.d.ts +6 -0
- package/dist/node/index.d.ts.map +1 -0
- package/dist/node/index.js.map +1 -0
- package/dist/node/index.mjs.map +1 -0
- package/package.json +27 -24
- package/dist/index.d.mts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/index.mjs.map +0 -1
- /package/dist/{index.d.mts → browser/index.d.cts} +0 -0
- /package/dist/{index.d.ts → browser/index.d.mts} +0 -0
- /package/dist/{index.js → node/index.js} +0 -0
- /package/dist/{index.mjs → node/index.mjs} +0 -0
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins';
|
|
2
|
+
export * from '@xyo-network/etherscan-ethereum-gas-plugin';
|
|
3
|
+
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
4
|
+
export declare const EthereumGasPlugins: PayloadSetPluginFunc[];
|
|
5
|
+
export default EthereumGasPlugins;
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yDAAyD,CAAA;AACvE,cAAc,4CAA4C,CAAA;AAI1D,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,kBAAkB,EAAE,oBAAoB,EAAkE,CAAA;AAGvH,eAAe,kBAAkB,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins';
|
|
2
|
+
export * from '@xyo-network/etherscan-ethereum-gas-plugin';
|
|
3
|
+
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
4
|
+
export declare const EthereumGasPlugins: PayloadSetPluginFunc[];
|
|
5
|
+
export default EthereumGasPlugins;
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yDAAyD,CAAA;AACvE,cAAc,4CAA4C,CAAA;AAI1D,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,kBAAkB,EAAE,oBAAoB,EAAkE,CAAA;AAGvH,eAAe,kBAAkB,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins';
|
|
2
|
+
export * from '@xyo-network/etherscan-ethereum-gas-plugin';
|
|
3
|
+
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
4
|
+
export declare const EthereumGasPlugins: PayloadSetPluginFunc[];
|
|
5
|
+
export default EthereumGasPlugins;
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yDAAyD,CAAA;AACvE,cAAc,4CAA4C,CAAA;AAI1D,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,kBAAkB,EAAE,oBAAoB,EAAkE,CAAA;AAGvH,eAAe,kBAAkB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-plugin'\n\nimport { EthereumGasEtherchainPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nimport { EthereumGasEtherscanPlugin } from '@xyo-network/etherscan-ethereum-gas-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumGasPlugins: PayloadSetPluginFunc[] = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,oEAAd;AACA,wBAAc,uDADd;AAGA,wDAA6C;AAC7C,2CAA2C;AAGpC,IAAM,qBAA6C,CAAC,GAAG,gFAA8B,+DAA0B;AAGtH,IAAO,cAAQ;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-plugin'\n\nimport { EthereumGasEtherchainPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nimport { EthereumGasEtherscanPlugin } from '@xyo-network/etherscan-ethereum-gas-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumGasPlugins: PayloadSetPluginFunc[] = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,SAAS,oCAAoC;AAC7C,SAAS,kCAAkC;AAGpC,IAAM,qBAA6C,CAAC,GAAG,8BAA8B,0BAA0B;AAGtH,IAAO,cAAQ;","names":[]}
|
package/package.json
CHANGED
|
@@ -10,45 +10,48 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~2.
|
|
14
|
-
"@xyo-network/etherscan-ethereum-gas-plugin": "~2.
|
|
15
|
-
"@xyo-network/payloadset-plugin": "~2.
|
|
13
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~2.75.2",
|
|
14
|
+
"@xyo-network/etherscan-ethereum-gas-plugin": "~2.75.2",
|
|
15
|
+
"@xyo-network/payloadset-plugin": "~2.75.2"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@xylabs/ts-scripts-yarn3": "^3.0.
|
|
19
|
-
"@xylabs/tsconfig": "^3.0.
|
|
18
|
+
"@xylabs/ts-scripts-yarn3": "^3.0.77",
|
|
19
|
+
"@xylabs/tsconfig": "^3.0.77",
|
|
20
20
|
"typescript": "^5.2.2"
|
|
21
21
|
},
|
|
22
22
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
23
23
|
"docs": "dist/docs.json",
|
|
24
|
-
"types": "dist/index.d.ts",
|
|
24
|
+
"types": "dist/node/index.d.ts",
|
|
25
25
|
"exports": {
|
|
26
26
|
".": {
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
|
|
27
|
+
"browser": {
|
|
28
|
+
"require": {
|
|
29
|
+
"types": "./dist/browser/index.d.cts",
|
|
30
|
+
"default": "./dist/browser/index.cjs"
|
|
31
|
+
},
|
|
32
|
+
"import": {
|
|
33
|
+
"types": "./dist/browser/index.d.mts",
|
|
34
|
+
"default": "./dist/browser/index.js"
|
|
35
|
+
}
|
|
30
36
|
},
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
|
|
37
|
+
"node": {
|
|
38
|
+
"require": {
|
|
39
|
+
"types": "./dist/node/index.d.ts",
|
|
40
|
+
"default": "./dist/node/index.js"
|
|
41
|
+
},
|
|
42
|
+
"import": {
|
|
43
|
+
"types": "./dist/node/index.d.mts",
|
|
44
|
+
"default": "./dist/node/index.mjs"
|
|
45
|
+
}
|
|
34
46
|
}
|
|
35
47
|
},
|
|
36
|
-
"./dist/docs.json": {
|
|
37
|
-
"default": "./dist/docs.json"
|
|
38
|
-
},
|
|
39
|
-
"./cjs": {
|
|
40
|
-
"default": "./dist/index.js"
|
|
41
|
-
},
|
|
42
48
|
"./docs": {
|
|
43
49
|
"default": "./dist/docs.json"
|
|
44
50
|
},
|
|
45
|
-
"./esm": {
|
|
46
|
-
"default": "./dist/index.mjs"
|
|
47
|
-
},
|
|
48
51
|
"./package.json": "./package.json"
|
|
49
52
|
},
|
|
50
|
-
"main": "dist/index.js",
|
|
51
|
-
"module": "dist/index.mjs",
|
|
53
|
+
"main": "dist/node/index.js",
|
|
54
|
+
"module": "dist/node/index.mjs",
|
|
52
55
|
"homepage": "https://xyo.network",
|
|
53
56
|
"license": "LGPL-3.0",
|
|
54
57
|
"publishConfig": {
|
|
@@ -59,5 +62,5 @@
|
|
|
59
62
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
60
63
|
},
|
|
61
64
|
"sideEffects": false,
|
|
62
|
-
"version": "2.
|
|
65
|
+
"version": "2.75.2"
|
|
63
66
|
}
|
package/dist/index.d.mts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yDAAyD,CAAA;AACvE,cAAc,4CAA4C,CAAA;AAI1D,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,kBAAkB,EAAE,oBAAoB,EAAkE,CAAA;AAGvH,eAAe,kBAAkB,CAAA"}
|
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yDAAyD,CAAA;AACvE,cAAc,4CAA4C,CAAA;AAI1D,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,kBAAkB,EAAE,oBAAoB,EAAkE,CAAA;AAGvH,eAAe,kBAAkB,CAAA"}
|
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-plugin'\n\nimport { EthereumGasEtherchainPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nimport { EthereumGasEtherscanPlugin } from '@xyo-network/etherscan-ethereum-gas-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumGasPlugins: PayloadSetPluginFunc[] = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,oEAAd;AACA,wBAAc,uDADd;AAGA,wDAA6C;AAC7C,2CAA2C;AAGpC,IAAM,qBAA6C,CAAC,GAAG,gFAA8B,+DAA0B;AAGtH,IAAO,cAAQ;","names":[]}
|
package/dist/index.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-plugin'\n\nimport { EthereumGasEtherchainPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nimport { EthereumGasEtherscanPlugin } from '@xyo-network/etherscan-ethereum-gas-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumGasPlugins: PayloadSetPluginFunc[] = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,SAAS,oCAAoC;AAC7C,SAAS,kCAAkC;AAGpC,IAAM,qBAA6C,CAAC,GAAG,8BAA8B,0BAA0B;AAGtH,IAAO,cAAQ;","names":[]}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|