@xyo-network/gas-ethereum-blockchain-payload-plugins 2.74.5 → 2.75.1

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.
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
19
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
+
21
+ // src/index.ts
22
+ var src_exports = {};
23
+ __export(src_exports, {
24
+ EthereumGasPayloadPlugins: () => EthereumGasPayloadPlugins,
25
+ default: () => src_default
26
+ });
27
+ module.exports = __toCommonJS(src_exports);
28
+ __reExport(src_exports, require("@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins"), module.exports);
29
+ __reExport(src_exports, require("@xyo-network/etherscan-ethereum-gas-payload-plugin"), module.exports);
30
+ var import_etherchain_gas_ethereum_blockchain_payload_plugins = require("@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins");
31
+ var import_etherscan_ethereum_gas_payload_plugin = require("@xyo-network/etherscan-ethereum-gas-payload-plugin");
32
+ var EthereumGasPayloadPlugins = [...import_etherchain_gas_ethereum_blockchain_payload_plugins.EthereumGasEtherchainPayloadPlugins, import_etherscan_ethereum_gas_payload_plugin.EthereumGasEtherscanPayloadPlugin];
33
+ var src_default = EthereumGasPayloadPlugins;
34
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-payload-plugin'\n\nimport { EthereumGasEtherchainPayloadPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins'\nimport { EthereumGasEtherscanPayloadPlugin } from '@xyo-network/etherscan-ethereum-gas-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const EthereumGasPayloadPlugins: PayloadPluginFunc[] = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,4EAAd;AACA,wBAAc,+DADd;AAGA,gEAAoD;AACpD,mDAAkD;AAG3C,IAAM,4BAAiD,CAAC,GAAG,+FAAqC,8EAAiC;AAGxI,IAAO,cAAQ;","names":[]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,iEAAiE,CAAA;AAC/E,cAAc,oDAAoD,CAAA;AAIlE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAE/D,eAAO,MAAM,yBAAyB,EAAE,iBAAiB,EAAgF,CAAA;AAGzI,eAAe,yBAAyB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,iEAAiE,CAAA;AAC/E,cAAc,oDAAoD,CAAA;AAIlE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAE/D,eAAO,MAAM,yBAAyB,EAAE,iBAAiB,EAAgF,CAAA;AAGzI,eAAe,yBAAyB,CAAA"}
@@ -0,0 +1,6 @@
1
+ export * from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins';
2
+ export * from '@xyo-network/etherscan-ethereum-gas-payload-plugin';
3
+ import { PayloadPluginFunc } from '@xyo-network/payload-plugin';
4
+ export declare const EthereumGasPayloadPlugins: PayloadPluginFunc[];
5
+ export default EthereumGasPayloadPlugins;
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,iEAAiE,CAAA;AAC/E,cAAc,oDAAoD,CAAA;AAIlE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAE/D,eAAO,MAAM,yBAAyB,EAAE,iBAAiB,EAAgF,CAAA;AAGzI,eAAe,yBAAyB,CAAA"}
@@ -0,0 +1,11 @@
1
+ export * from "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins";
2
+ export * from "@xyo-network/etherscan-ethereum-gas-payload-plugin";
3
+ import { EthereumGasEtherchainPayloadPlugins } from "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins";
4
+ import { EthereumGasEtherscanPayloadPlugin } from "@xyo-network/etherscan-ethereum-gas-payload-plugin";
5
+ const EthereumGasPayloadPlugins = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin];
6
+ var src_default = EthereumGasPayloadPlugins;
7
+ export {
8
+ EthereumGasPayloadPlugins,
9
+ src_default as default
10
+ };
11
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-payload-plugin'\n\nimport { EthereumGasEtherchainPayloadPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins'\nimport { EthereumGasEtherscanPayloadPlugin } from '@xyo-network/etherscan-ethereum-gas-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const EthereumGasPayloadPlugins: PayloadPluginFunc[] = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPayloadPlugins\n"],"mappings":"AAAA,cAAc;AACd,cAAc;AAEd,SAAS,2CAA2C;AACpD,SAAS,yCAAyC;AAG3C,MAAM,4BAAiD,CAAC,GAAG,qCAAqC,iCAAiC;AAGxI,IAAO,cAAQ;","names":[]}
package/dist/docs.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "fileName": "src/index.ts",
17
17
  "line": 11,
18
18
  "character": 0,
19
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/dda7db621a/packages/plugins/packages/payload/packages/blockchain/packages/ethereum/packages/gas/src/index.ts#L11"
19
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca3276aa9c376/packages/plugins/packages/payload/packages/blockchain/packages/ethereum/packages/gas/src/index.ts#L11"
20
20
  }
21
21
  ],
22
22
  "target": 1
@@ -36,7 +36,7 @@
36
36
  "flags": {},
37
37
  "sources": [
38
38
  {
39
- "fileName": "packages/etherchain/packages/v2/dist/Payload.d.ts",
39
+ "fileName": "packages/etherchain/packages/v2/dist/node/Payload.d.ts",
40
40
  "line": 4,
41
41
  "character": 4
42
42
  }
@@ -54,7 +54,7 @@
54
54
  "flags": {},
55
55
  "sources": [
56
56
  {
57
- "fileName": "packages/etherchain/packages/v2/dist/Payload.d.ts",
57
+ "fileName": "packages/etherchain/packages/v2/dist/node/Payload.d.ts",
58
58
  "line": 5,
59
59
  "character": 4
60
60
  }
@@ -76,7 +76,7 @@
76
76
  "flags": {},
77
77
  "sources": [
78
78
  {
79
- "fileName": "packages/etherchain/packages/v2/dist/Payload.d.ts",
79
+ "fileName": "packages/etherchain/packages/v2/dist/node/Payload.d.ts",
80
80
  "line": 6,
81
81
  "character": 8
82
82
  }
@@ -94,7 +94,7 @@
94
94
  "flags": {},
95
95
  "sources": [
96
96
  {
97
- "fileName": "packages/etherchain/packages/v2/dist/Payload.d.ts",
97
+ "fileName": "packages/etherchain/packages/v2/dist/node/Payload.d.ts",
98
98
  "line": 7,
99
99
  "character": 8
100
100
  }
@@ -112,7 +112,7 @@
112
112
  "flags": {},
113
113
  "sources": [
114
114
  {
115
- "fileName": "packages/etherchain/packages/v2/dist/Payload.d.ts",
115
+ "fileName": "packages/etherchain/packages/v2/dist/node/Payload.d.ts",
116
116
  "line": 8,
117
117
  "character": 8
118
118
  }
@@ -130,7 +130,7 @@
130
130
  "flags": {},
131
131
  "sources": [
132
132
  {
133
- "fileName": "packages/etherchain/packages/v2/dist/Payload.d.ts",
133
+ "fileName": "packages/etherchain/packages/v2/dist/node/Payload.d.ts",
134
134
  "line": 9,
135
135
  "character": 8
136
136
  }
@@ -148,7 +148,7 @@
148
148
  "flags": {},
149
149
  "sources": [
150
150
  {
151
- "fileName": "packages/etherchain/packages/v2/dist/Payload.d.ts",
151
+ "fileName": "packages/etherchain/packages/v2/dist/node/Payload.d.ts",
152
152
  "line": 10,
153
153
  "character": 8
154
154
  }
@@ -166,7 +166,7 @@
166
166
  "flags": {},
167
167
  "sources": [
168
168
  {
169
- "fileName": "packages/etherchain/packages/v2/dist/Payload.d.ts",
169
+ "fileName": "packages/etherchain/packages/v2/dist/node/Payload.d.ts",
170
170
  "line": 11,
171
171
  "character": 8
172
172
  }
@@ -192,7 +192,7 @@
192
192
  ],
193
193
  "sources": [
194
194
  {
195
- "fileName": "packages/etherchain/packages/v2/dist/Payload.d.ts",
195
+ "fileName": "packages/etherchain/packages/v2/dist/node/Payload.d.ts",
196
196
  "line": 5,
197
197
  "character": 10
198
198
  }
@@ -212,7 +212,7 @@
212
212
  ],
213
213
  "sources": [
214
214
  {
215
- "fileName": "packages/etherchain/packages/v2/dist/Payload.d.ts",
215
+ "fileName": "packages/etherchain/packages/v2/dist/node/Payload.d.ts",
216
216
  "line": 3,
217
217
  "character": 17
218
218
  }
@@ -241,7 +241,7 @@
241
241
  "flags": {},
242
242
  "sources": [
243
243
  {
244
- "fileName": "packages/etherscan/dist/Payload.d.ts",
244
+ "fileName": "packages/etherscan/dist/node/Payload.d.ts",
245
245
  "line": 7,
246
246
  "character": 4
247
247
  }
@@ -259,7 +259,7 @@
259
259
  "flags": {},
260
260
  "sources": [
261
261
  {
262
- "fileName": "packages/etherscan/dist/Payload.d.ts",
262
+ "fileName": "packages/etherscan/dist/node/Payload.d.ts",
263
263
  "line": 8,
264
264
  "character": 4
265
265
  }
@@ -289,7 +289,7 @@
289
289
  },
290
290
  "sources": [
291
291
  {
292
- "fileName": "packages/etherscan/dist/Payload.d.ts",
292
+ "fileName": "packages/etherscan/dist/node/Payload.d.ts",
293
293
  "line": 12,
294
294
  "character": 8
295
295
  }
@@ -315,7 +315,7 @@
315
315
  },
316
316
  "sources": [
317
317
  {
318
- "fileName": "packages/etherscan/dist/Payload.d.ts",
318
+ "fileName": "packages/etherscan/dist/node/Payload.d.ts",
319
319
  "line": 16,
320
320
  "character": 8
321
321
  }
@@ -341,7 +341,7 @@
341
341
  },
342
342
  "sources": [
343
343
  {
344
- "fileName": "packages/etherscan/dist/Payload.d.ts",
344
+ "fileName": "packages/etherscan/dist/node/Payload.d.ts",
345
345
  "line": 20,
346
346
  "character": 8
347
347
  }
@@ -367,7 +367,7 @@
367
367
  },
368
368
  "sources": [
369
369
  {
370
- "fileName": "packages/etherscan/dist/Payload.d.ts",
370
+ "fileName": "packages/etherscan/dist/node/Payload.d.ts",
371
371
  "line": 24,
372
372
  "character": 8
373
373
  }
@@ -393,7 +393,7 @@
393
393
  },
394
394
  "sources": [
395
395
  {
396
- "fileName": "packages/etherscan/dist/Payload.d.ts",
396
+ "fileName": "packages/etherscan/dist/node/Payload.d.ts",
397
397
  "line": 28,
398
398
  "character": 8
399
399
  }
@@ -419,7 +419,7 @@
419
419
  },
420
420
  "sources": [
421
421
  {
422
- "fileName": "packages/etherscan/dist/Payload.d.ts",
422
+ "fileName": "packages/etherscan/dist/node/Payload.d.ts",
423
423
  "line": 32,
424
424
  "character": 8
425
425
  }
@@ -445,7 +445,7 @@
445
445
  ],
446
446
  "sources": [
447
447
  {
448
- "fileName": "packages/etherscan/dist/Payload.d.ts",
448
+ "fileName": "packages/etherscan/dist/node/Payload.d.ts",
449
449
  "line": 8,
450
450
  "character": 12
451
451
  }
@@ -461,7 +461,7 @@
461
461
  "flags": {},
462
462
  "sources": [
463
463
  {
464
- "fileName": "packages/etherscan/dist/Payload.d.ts",
464
+ "fileName": "packages/etherscan/dist/node/Payload.d.ts",
465
465
  "line": 34,
466
466
  "character": 4
467
467
  }
@@ -484,7 +484,7 @@
484
484
  ],
485
485
  "sources": [
486
486
  {
487
- "fileName": "packages/etherscan/dist/Payload.d.ts",
487
+ "fileName": "packages/etherscan/dist/node/Payload.d.ts",
488
488
  "line": 6,
489
489
  "character": 17
490
490
  }
@@ -498,7 +498,7 @@
498
498
  "flags": {},
499
499
  "sources": [
500
500
  {
501
- "fileName": "packages/etherchain/packages/v2/dist/Payload.d.ts",
501
+ "fileName": "packages/etherchain/packages/v2/dist/node/Payload.d.ts",
502
502
  "line": 14,
503
503
  "character": 12
504
504
  }
@@ -536,7 +536,7 @@
536
536
  "flags": {},
537
537
  "sources": [
538
538
  {
539
- "fileName": "packages/etherchain/packages/v2/dist/Payload.d.ts",
539
+ "fileName": "packages/etherchain/packages/v2/dist/node/Payload.d.ts",
540
540
  "line": 15,
541
541
  "character": 4
542
542
  }
@@ -556,7 +556,7 @@
556
556
  "flags": {},
557
557
  "sources": [
558
558
  {
559
- "fileName": "packages/etherchain/packages/v2/dist/Payload.d.ts",
559
+ "fileName": "packages/etherchain/packages/v2/dist/node/Payload.d.ts",
560
560
  "line": 16,
561
561
  "character": 4
562
562
  }
@@ -578,7 +578,7 @@
578
578
  ],
579
579
  "sources": [
580
580
  {
581
- "fileName": "packages/etherchain/packages/v2/dist/Payload.d.ts",
581
+ "fileName": "packages/etherchain/packages/v2/dist/node/Payload.d.ts",
582
582
  "line": 14,
583
583
  "character": 87
584
584
  }
@@ -600,12 +600,12 @@
600
600
  "flags": {},
601
601
  "sources": [
602
602
  {
603
- "fileName": "packages/etherchain/packages/v2/dist/Schema.d.ts",
603
+ "fileName": "packages/etherchain/packages/v2/dist/node/Schema.d.ts",
604
604
  "line": 1,
605
605
  "character": 12
606
606
  },
607
607
  {
608
- "fileName": "packages/etherchain/packages/v2/dist/Schema.d.ts",
608
+ "fileName": "packages/etherchain/packages/v2/dist/node/Schema.d.ts",
609
609
  "line": 2,
610
610
  "character": 21
611
611
  }
@@ -623,7 +623,7 @@
623
623
  "flags": {},
624
624
  "sources": [
625
625
  {
626
- "fileName": "packages/etherscan/dist/Payload.d.ts",
626
+ "fileName": "packages/etherscan/dist/node/Payload.d.ts",
627
627
  "line": 36,
628
628
  "character": 12
629
629
  }
@@ -661,7 +661,7 @@
661
661
  "flags": {},
662
662
  "sources": [
663
663
  {
664
- "fileName": "packages/etherscan/dist/Payload.d.ts",
664
+ "fileName": "packages/etherscan/dist/node/Payload.d.ts",
665
665
  "line": 37,
666
666
  "character": 4
667
667
  }
@@ -681,7 +681,7 @@
681
681
  "flags": {},
682
682
  "sources": [
683
683
  {
684
- "fileName": "packages/etherscan/dist/Payload.d.ts",
684
+ "fileName": "packages/etherscan/dist/node/Payload.d.ts",
685
685
  "line": 38,
686
686
  "character": 4
687
687
  }
@@ -703,7 +703,7 @@
703
703
  ],
704
704
  "sources": [
705
705
  {
706
- "fileName": "packages/etherscan/dist/Payload.d.ts",
706
+ "fileName": "packages/etherscan/dist/node/Payload.d.ts",
707
707
  "line": 36,
708
708
  "character": 81
709
709
  }
@@ -725,12 +725,12 @@
725
725
  "flags": {},
726
726
  "sources": [
727
727
  {
728
- "fileName": "packages/etherscan/dist/Schema.d.ts",
728
+ "fileName": "packages/etherscan/dist/node/Schema.d.ts",
729
729
  "line": 1,
730
730
  "character": 12
731
731
  },
732
732
  {
733
- "fileName": "packages/etherscan/dist/Schema.d.ts",
733
+ "fileName": "packages/etherscan/dist/node/Schema.d.ts",
734
734
  "line": 2,
735
735
  "character": 21
736
736
  }
@@ -750,7 +750,7 @@
750
750
  },
751
751
  "sources": [
752
752
  {
753
- "fileName": "packages/etherchain/dist/index.d.ts",
753
+ "fileName": "packages/etherchain/dist/node/index.d.ts",
754
754
  "line": 3,
755
755
  "character": 21
756
756
  }
@@ -776,12 +776,12 @@
776
776
  "flags": {},
777
777
  "sources": [
778
778
  {
779
- "fileName": "packages/etherchain/packages/v2/dist/Schema.d.ts",
779
+ "fileName": "packages/etherchain/packages/v2/dist/node/Schema.d.ts",
780
780
  "line": 1,
781
781
  "character": 12
782
782
  },
783
783
  {
784
- "fileName": "packages/etherchain/packages/v2/dist/Schema.d.ts",
784
+ "fileName": "packages/etherchain/packages/v2/dist/node/Schema.d.ts",
785
785
  "line": 2,
786
786
  "character": 21
787
787
  }
@@ -799,12 +799,12 @@
799
799
  "flags": {},
800
800
  "sources": [
801
801
  {
802
- "fileName": "packages/etherscan/dist/Schema.d.ts",
802
+ "fileName": "packages/etherscan/dist/node/Schema.d.ts",
803
803
  "line": 1,
804
804
  "character": 12
805
805
  },
806
806
  {
807
- "fileName": "packages/etherscan/dist/Schema.d.ts",
807
+ "fileName": "packages/etherscan/dist/node/Schema.d.ts",
808
808
  "line": 2,
809
809
  "character": 21
810
810
  }
@@ -827,7 +827,7 @@
827
827
  "fileName": "src/index.ts",
828
828
  "line": 8,
829
829
  "character": 13,
830
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/dda7db621a/packages/plugins/packages/payload/packages/blockchain/packages/ethereum/packages/gas/src/index.ts#L8"
830
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca3276aa9c376/packages/plugins/packages/payload/packages/blockchain/packages/ethereum/packages/gas/src/index.ts#L8"
831
831
  }
832
832
  ],
833
833
  "type": {
@@ -852,7 +852,7 @@
852
852
  "flags": {},
853
853
  "sources": [
854
854
  {
855
- "fileName": "packages/etherchain/packages/v2/dist/Plugin.d.ts",
855
+ "fileName": "packages/etherchain/packages/v2/dist/node/Plugin.d.ts",
856
856
  "line": 1,
857
857
  "character": 21
858
858
  }
@@ -866,7 +866,7 @@
866
866
  "flags": {},
867
867
  "sources": [
868
868
  {
869
- "fileName": "packages/etherchain/packages/v2/dist/Plugin.d.ts",
869
+ "fileName": "packages/etherchain/packages/v2/dist/node/Plugin.d.ts",
870
870
  "line": 1,
871
871
  "character": 59
872
872
  }
@@ -922,7 +922,7 @@
922
922
  "flags": {},
923
923
  "sources": [
924
924
  {
925
- "fileName": "packages/etherchain/packages/v2/dist/Plugin.d.ts",
925
+ "fileName": "packages/etherchain/packages/v2/dist/node/Plugin.d.ts",
926
926
  "line": 2,
927
927
  "character": 4
928
928
  }
@@ -940,7 +940,7 @@
940
940
  "flags": {},
941
941
  "sources": [
942
942
  {
943
- "fileName": "packages/etherchain/packages/v2/dist/Plugin.d.ts",
943
+ "fileName": "packages/etherchain/packages/v2/dist/node/Plugin.d.ts",
944
944
  "line": 3,
945
945
  "character": 4
946
946
  }
@@ -962,7 +962,7 @@
962
962
  ],
963
963
  "sources": [
964
964
  {
965
- "fileName": "packages/etherchain/packages/v2/dist/Plugin.d.ts",
965
+ "fileName": "packages/etherchain/packages/v2/dist/node/Plugin.d.ts",
966
966
  "line": 1,
967
967
  "character": 276
968
968
  }
@@ -986,7 +986,7 @@
986
986
  "flags": {},
987
987
  "sources": [
988
988
  {
989
- "fileName": "packages/etherscan/dist/Plugin.d.ts",
989
+ "fileName": "packages/etherscan/dist/node/Plugin.d.ts",
990
990
  "line": 1,
991
991
  "character": 21
992
992
  }
@@ -1000,7 +1000,7 @@
1000
1000
  "flags": {},
1001
1001
  "sources": [
1002
1002
  {
1003
- "fileName": "packages/etherscan/dist/Plugin.d.ts",
1003
+ "fileName": "packages/etherscan/dist/node/Plugin.d.ts",
1004
1004
  "line": 1,
1005
1005
  "character": 56
1006
1006
  }
@@ -1056,7 +1056,7 @@
1056
1056
  "flags": {},
1057
1057
  "sources": [
1058
1058
  {
1059
- "fileName": "packages/etherscan/dist/Plugin.d.ts",
1059
+ "fileName": "packages/etherscan/dist/node/Plugin.d.ts",
1060
1060
  "line": 2,
1061
1061
  "character": 4
1062
1062
  }
@@ -1074,7 +1074,7 @@
1074
1074
  "flags": {},
1075
1075
  "sources": [
1076
1076
  {
1077
- "fileName": "packages/etherscan/dist/Plugin.d.ts",
1077
+ "fileName": "packages/etherscan/dist/node/Plugin.d.ts",
1078
1078
  "line": 3,
1079
1079
  "character": 4
1080
1080
  }
@@ -1096,7 +1096,7 @@
1096
1096
  ],
1097
1097
  "sources": [
1098
1098
  {
1099
- "fileName": "packages/etherscan/dist/Plugin.d.ts",
1099
+ "fileName": "packages/etherscan/dist/node/Plugin.d.ts",
1100
1100
  "line": 1,
1101
1101
  "character": 270
1102
1102
  }
@@ -0,0 +1,6 @@
1
+ export * from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins';
2
+ export * from '@xyo-network/etherscan-ethereum-gas-payload-plugin';
3
+ import { PayloadPluginFunc } from '@xyo-network/payload-plugin';
4
+ export declare const EthereumGasPayloadPlugins: PayloadPluginFunc[];
5
+ export default EthereumGasPayloadPlugins;
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,iEAAiE,CAAA;AAC/E,cAAc,oDAAoD,CAAA;AAIlE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAE/D,eAAO,MAAM,yBAAyB,EAAE,iBAAiB,EAAgF,CAAA;AAGzI,eAAe,yBAAyB,CAAA"}
@@ -0,0 +1,6 @@
1
+ export * from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins';
2
+ export * from '@xyo-network/etherscan-ethereum-gas-payload-plugin';
3
+ import { PayloadPluginFunc } from '@xyo-network/payload-plugin';
4
+ export declare const EthereumGasPayloadPlugins: PayloadPluginFunc[];
5
+ export default EthereumGasPayloadPlugins;
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,iEAAiE,CAAA;AAC/E,cAAc,oDAAoD,CAAA;AAIlE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAE/D,eAAO,MAAM,yBAAyB,EAAE,iBAAiB,EAAgF,CAAA;AAGzI,eAAe,yBAAyB,CAAA"}
@@ -0,0 +1,6 @@
1
+ export * from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins';
2
+ export * from '@xyo-network/etherscan-ethereum-gas-payload-plugin';
3
+ import { PayloadPluginFunc } from '@xyo-network/payload-plugin';
4
+ export declare const EthereumGasPayloadPlugins: PayloadPluginFunc[];
5
+ export default EthereumGasPayloadPlugins;
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,iEAAiE,CAAA;AAC/E,cAAc,oDAAoD,CAAA;AAIlE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAE/D,eAAO,MAAM,yBAAyB,EAAE,iBAAiB,EAAgF,CAAA;AAGzI,eAAe,yBAAyB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-payload-plugin'\n\nimport { EthereumGasEtherchainPayloadPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins'\nimport { EthereumGasEtherscanPayloadPlugin } from '@xyo-network/etherscan-ethereum-gas-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const EthereumGasPayloadPlugins: PayloadPluginFunc[] = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,4EAAd;AACA,wBAAc,+DADd;AAGA,gEAAoD;AACpD,mDAAkD;AAG3C,IAAM,4BAAiD,CAAC,GAAG,+FAAqC,8EAAiC;AAGxI,IAAO,cAAQ;","names":[]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-payload-plugin'\n\nimport { EthereumGasEtherchainPayloadPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins'\nimport { EthereumGasEtherscanPayloadPlugin } from '@xyo-network/etherscan-ethereum-gas-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const EthereumGasPayloadPlugins: PayloadPluginFunc[] = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPayloadPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,SAAS,2CAA2C;AACpD,SAAS,yCAAyC;AAG3C,IAAM,4BAAiD,CAAC,GAAG,qCAAqC,iCAAiC;AAGxI,IAAO,cAAQ;","names":[]}
package/package.json CHANGED
@@ -10,44 +10,47 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~2.74.5",
14
- "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~2.74.5",
15
- "@xyo-network/payload-plugin": "~2.74.5"
13
+ "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~2.75.1",
14
+ "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~2.75.1",
15
+ "@xyo-network/payload-plugin": "~2.75.1"
16
16
  },
17
17
  "devDependencies": {
18
- "@xylabs/ts-scripts-yarn3": "^3.0.28",
19
- "@xylabs/tsconfig": "^3.0.28",
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
24
  "exports": {
25
25
  ".": {
26
- "require": {
27
- "types": "./dist/index.d.ts",
28
- "default": "./dist/index.js"
26
+ "browser": {
27
+ "require": {
28
+ "types": "./dist/browser/index.d.cts",
29
+ "default": "./dist/browser/index.cjs"
30
+ },
31
+ "import": {
32
+ "types": "./dist/browser/index.d.mts",
33
+ "default": "./dist/browser/index.js"
34
+ }
29
35
  },
30
- "import": {
31
- "types": "./dist/index.d.mts",
32
- "default": "./dist/index.mjs"
36
+ "node": {
37
+ "require": {
38
+ "types": "./dist/node/index.d.ts",
39
+ "default": "./dist/node/index.js"
40
+ },
41
+ "import": {
42
+ "types": "./dist/node/index.d.mts",
43
+ "default": "./dist/node/index.mjs"
44
+ }
33
45
  }
34
46
  },
35
- "./dist/docs.json": {
36
- "default": "./dist/docs.json"
37
- },
38
- "./cjs": {
39
- "default": "./dist/index.js"
40
- },
41
47
  "./docs": {
42
48
  "default": "./dist/docs.json"
43
49
  },
44
- "./esm": {
45
- "default": "./dist/index.mjs"
46
- },
47
50
  "./package.json": "./package.json"
48
51
  },
49
- "main": "dist/index.js",
50
- "module": "dist/index.mjs",
52
+ "main": "dist/node/index.js",
53
+ "module": "dist/node/index.mjs",
51
54
  "homepage": "https://xyo.network",
52
55
  "license": "LGPL-3.0",
53
56
  "publishConfig": {
@@ -58,6 +61,6 @@
58
61
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
59
62
  },
60
63
  "sideEffects": false,
61
- "types": "dist/index.d.ts",
62
- "version": "2.74.5"
64
+ "types": "dist/node/index.d.ts",
65
+ "version": "2.75.1"
63
66
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,iEAAiE,CAAA;AAC/E,cAAc,oDAAoD,CAAA;AAIlE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAE/D,eAAO,MAAM,yBAAyB,EAAE,iBAAiB,EAAgF,CAAA;AAGzI,eAAe,yBAAyB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,iEAAiE,CAAA;AAC/E,cAAc,oDAAoD,CAAA;AAIlE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAE/D,eAAO,MAAM,yBAAyB,EAAE,iBAAiB,EAAgF,CAAA;AAGzI,eAAe,yBAAyB,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-payload-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-payload-plugin'\n\nimport { EthereumGasEtherchainPayloadPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins'\nimport { EthereumGasEtherscanPayloadPlugin } from '@xyo-network/etherscan-ethereum-gas-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const EthereumGasPayloadPlugins: PayloadPluginFunc[] = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,4EAAd;AACA,wBAAc,+DADd;AAGA,gEAAoD;AACpD,mDAAkD;AAG3C,IAAM,4BAAiD,CAAC,GAAG,+FAAqC,8EAAiC;AAGxI,IAAO,cAAQ;","names":[]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-payload-plugin'\n\nimport { EthereumGasEtherchainPayloadPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins'\nimport { EthereumGasEtherscanPayloadPlugin } from '@xyo-network/etherscan-ethereum-gas-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const EthereumGasPayloadPlugins: PayloadPluginFunc[] = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPayloadPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,SAAS,2CAA2C;AACpD,SAAS,yCAAyC;AAG3C,IAAM,4BAAiD,CAAC,GAAG,qCAAqC,iCAAiC;AAGxI,IAAO,cAAQ;","names":[]}
File without changes
File without changes
File without changes
File without changes