@xyo-network/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,32 @@
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
+ BlockchainPayloadPlugins: () => BlockchainPayloadPlugins,
25
+ default: () => src_default
26
+ });
27
+ module.exports = __toCommonJS(src_exports);
28
+ __reExport(src_exports, require("@xyo-network/ethereum-blockchain-payload-plugins"), module.exports);
29
+ var import_ethereum_blockchain_payload_plugins = require("@xyo-network/ethereum-blockchain-payload-plugins");
30
+ var BlockchainPayloadPlugins = [...import_ethereum_blockchain_payload_plugins.EthereumPayloadPlugins];
31
+ var src_default = BlockchainPayloadPlugins;
32
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-payload-plugins'\n\nimport { EthereumPayloadPlugins } from '@xyo-network/ethereum-blockchain-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const BlockchainPayloadPlugins: PayloadPluginFunc[] = [...EthereumPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,6DAAd;AAEA,iDAAuC;AAGhC,IAAM,2BAAgD,CAAC,GAAG,iEAAsB;AAGvF,IAAO,cAAQ;","names":[]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,kDAAkD,CAAA;AAGhE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAE/D,eAAO,MAAM,wBAAwB,EAAE,iBAAiB,EAAgC,CAAA;AAGxF,eAAe,wBAAwB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,kDAAkD,CAAA;AAGhE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAE/D,eAAO,MAAM,wBAAwB,EAAE,iBAAiB,EAAgC,CAAA;AAGxF,eAAe,wBAAwB,CAAA"}
@@ -0,0 +1,5 @@
1
+ export * from '@xyo-network/ethereum-blockchain-payload-plugins';
2
+ import { PayloadPluginFunc } from '@xyo-network/payload-plugin';
3
+ export declare const BlockchainPayloadPlugins: PayloadPluginFunc[];
4
+ export default BlockchainPayloadPlugins;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,kDAAkD,CAAA;AAGhE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAE/D,eAAO,MAAM,wBAAwB,EAAE,iBAAiB,EAAgC,CAAA;AAGxF,eAAe,wBAAwB,CAAA"}
@@ -0,0 +1,9 @@
1
+ export * from "@xyo-network/ethereum-blockchain-payload-plugins";
2
+ import { EthereumPayloadPlugins } from "@xyo-network/ethereum-blockchain-payload-plugins";
3
+ const BlockchainPayloadPlugins = [...EthereumPayloadPlugins];
4
+ var src_default = BlockchainPayloadPlugins;
5
+ export {
6
+ BlockchainPayloadPlugins,
7
+ src_default as default
8
+ };
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-payload-plugins'\n\nimport { EthereumPayloadPlugins } from '@xyo-network/ethereum-blockchain-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const BlockchainPayloadPlugins: PayloadPluginFunc[] = [...EthereumPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPayloadPlugins\n"],"mappings":"AAAA,cAAc;AAEd,SAAS,8BAA8B;AAGhC,MAAM,2BAAgD,CAAC,GAAG,sBAAsB;AAGvF,IAAO,cAAQ;","names":[]}
package/dist/docs.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "fileName": "src/index.ts",
17
17
  "line": 9,
18
18
  "character": 0,
19
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/dda7db621a/packages/plugins/packages/payload/packages/blockchain/src/index.ts#L9"
19
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca3276aa9c376/packages/plugins/packages/payload/packages/blockchain/src/index.ts#L9"
20
20
  }
21
21
  ],
22
22
  "target": 1
@@ -36,7 +36,7 @@
36
36
  "flags": {},
37
37
  "sources": [
38
38
  {
39
- "fileName": "packages/ethereum/packages/gas/packages/etherchain/packages/v2/dist/Payload.d.ts",
39
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherchain/packages/v2/dist/Payload.d.ts",
57
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherchain/packages/v2/dist/Payload.d.ts",
79
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherchain/packages/v2/dist/Payload.d.ts",
97
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherchain/packages/v2/dist/Payload.d.ts",
115
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherchain/packages/v2/dist/Payload.d.ts",
133
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherchain/packages/v2/dist/Payload.d.ts",
151
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherchain/packages/v2/dist/Payload.d.ts",
169
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherchain/packages/v2/dist/Payload.d.ts",
195
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherchain/packages/v2/dist/Payload.d.ts",
215
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherscan/dist/Payload.d.ts",
244
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherscan/dist/Payload.d.ts",
262
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherscan/dist/Payload.d.ts",
292
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherscan/dist/Payload.d.ts",
318
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherscan/dist/Payload.d.ts",
344
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherscan/dist/Payload.d.ts",
370
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherscan/dist/Payload.d.ts",
396
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherscan/dist/Payload.d.ts",
422
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherscan/dist/Payload.d.ts",
448
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherscan/dist/Payload.d.ts",
464
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherscan/dist/Payload.d.ts",
487
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherchain/packages/v2/dist/Payload.d.ts",
501
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherchain/packages/v2/dist/Payload.d.ts",
539
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherchain/packages/v2/dist/Payload.d.ts",
559
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherchain/packages/v2/dist/Payload.d.ts",
581
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherchain/packages/v2/dist/Schema.d.ts",
603
+ "fileName": "packages/ethereum/packages/gas/packages/etherchain/packages/v2/dist/node/Schema.d.ts",
604
604
  "line": 1,
605
605
  "character": 12
606
606
  },
607
607
  {
608
- "fileName": "packages/ethereum/packages/gas/packages/etherchain/packages/v2/dist/Schema.d.ts",
608
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherscan/dist/Payload.d.ts",
626
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherscan/dist/Payload.d.ts",
664
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherscan/dist/Payload.d.ts",
684
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherscan/dist/Payload.d.ts",
706
+ "fileName": "packages/ethereum/packages/gas/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/ethereum/packages/gas/packages/etherscan/dist/Schema.d.ts",
728
+ "fileName": "packages/ethereum/packages/gas/packages/etherscan/dist/node/Schema.d.ts",
729
729
  "line": 1,
730
730
  "character": 12
731
731
  },
732
732
  {
733
- "fileName": "packages/ethereum/packages/gas/packages/etherscan/dist/Schema.d.ts",
733
+ "fileName": "packages/ethereum/packages/gas/packages/etherscan/dist/node/Schema.d.ts",
734
734
  "line": 2,
735
735
  "character": 21
736
736
  }
@@ -753,7 +753,7 @@
753
753
  "fileName": "src/index.ts",
754
754
  "line": 6,
755
755
  "character": 13,
756
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/dda7db621a/packages/plugins/packages/payload/packages/blockchain/src/index.ts#L6"
756
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca3276aa9c376/packages/plugins/packages/payload/packages/blockchain/src/index.ts#L6"
757
757
  }
758
758
  ],
759
759
  "type": {
@@ -780,7 +780,7 @@
780
780
  },
781
781
  "sources": [
782
782
  {
783
- "fileName": "packages/ethereum/packages/gas/packages/etherchain/dist/index.d.ts",
783
+ "fileName": "packages/ethereum/packages/gas/packages/etherchain/dist/node/index.d.ts",
784
784
  "line": 3,
785
785
  "character": 21
786
786
  }
@@ -806,12 +806,12 @@
806
806
  "flags": {},
807
807
  "sources": [
808
808
  {
809
- "fileName": "packages/ethereum/packages/gas/packages/etherchain/packages/v2/dist/Schema.d.ts",
809
+ "fileName": "packages/ethereum/packages/gas/packages/etherchain/packages/v2/dist/node/Schema.d.ts",
810
810
  "line": 1,
811
811
  "character": 12
812
812
  },
813
813
  {
814
- "fileName": "packages/ethereum/packages/gas/packages/etherchain/packages/v2/dist/Schema.d.ts",
814
+ "fileName": "packages/ethereum/packages/gas/packages/etherchain/packages/v2/dist/node/Schema.d.ts",
815
815
  "line": 2,
816
816
  "character": 21
817
817
  }
@@ -829,12 +829,12 @@
829
829
  "flags": {},
830
830
  "sources": [
831
831
  {
832
- "fileName": "packages/ethereum/packages/gas/packages/etherscan/dist/Schema.d.ts",
832
+ "fileName": "packages/ethereum/packages/gas/packages/etherscan/dist/node/Schema.d.ts",
833
833
  "line": 1,
834
834
  "character": 12
835
835
  },
836
836
  {
837
- "fileName": "packages/ethereum/packages/gas/packages/etherscan/dist/Schema.d.ts",
837
+ "fileName": "packages/ethereum/packages/gas/packages/etherscan/dist/node/Schema.d.ts",
838
838
  "line": 2,
839
839
  "character": 21
840
840
  }
@@ -854,7 +854,7 @@
854
854
  },
855
855
  "sources": [
856
856
  {
857
- "fileName": "packages/ethereum/packages/gas/dist/index.d.ts",
857
+ "fileName": "packages/ethereum/packages/gas/dist/node/index.d.ts",
858
858
  "line": 4,
859
859
  "character": 21
860
860
  }
@@ -882,7 +882,7 @@
882
882
  },
883
883
  "sources": [
884
884
  {
885
- "fileName": "packages/ethereum/dist/index.d.ts",
885
+ "fileName": "packages/ethereum/dist/node/index.d.ts",
886
886
  "line": 3,
887
887
  "character": 21
888
888
  }
@@ -908,7 +908,7 @@
908
908
  "flags": {},
909
909
  "sources": [
910
910
  {
911
- "fileName": "packages/ethereum/packages/gas/packages/etherchain/packages/v2/dist/Plugin.d.ts",
911
+ "fileName": "packages/ethereum/packages/gas/packages/etherchain/packages/v2/dist/node/Plugin.d.ts",
912
912
  "line": 1,
913
913
  "character": 21
914
914
  }
@@ -922,7 +922,7 @@
922
922
  "flags": {},
923
923
  "sources": [
924
924
  {
925
- "fileName": "packages/ethereum/packages/gas/packages/etherchain/packages/v2/dist/Plugin.d.ts",
925
+ "fileName": "packages/ethereum/packages/gas/packages/etherchain/packages/v2/dist/node/Plugin.d.ts",
926
926
  "line": 1,
927
927
  "character": 59
928
928
  }
@@ -978,7 +978,7 @@
978
978
  "flags": {},
979
979
  "sources": [
980
980
  {
981
- "fileName": "packages/ethereum/packages/gas/packages/etherchain/packages/v2/dist/Plugin.d.ts",
981
+ "fileName": "packages/ethereum/packages/gas/packages/etherchain/packages/v2/dist/node/Plugin.d.ts",
982
982
  "line": 2,
983
983
  "character": 4
984
984
  }
@@ -996,7 +996,7 @@
996
996
  "flags": {},
997
997
  "sources": [
998
998
  {
999
- "fileName": "packages/ethereum/packages/gas/packages/etherchain/packages/v2/dist/Plugin.d.ts",
999
+ "fileName": "packages/ethereum/packages/gas/packages/etherchain/packages/v2/dist/node/Plugin.d.ts",
1000
1000
  "line": 3,
1001
1001
  "character": 4
1002
1002
  }
@@ -1018,7 +1018,7 @@
1018
1018
  ],
1019
1019
  "sources": [
1020
1020
  {
1021
- "fileName": "packages/ethereum/packages/gas/packages/etherchain/packages/v2/dist/Plugin.d.ts",
1021
+ "fileName": "packages/ethereum/packages/gas/packages/etherchain/packages/v2/dist/node/Plugin.d.ts",
1022
1022
  "line": 1,
1023
1023
  "character": 276
1024
1024
  }
@@ -1042,7 +1042,7 @@
1042
1042
  "flags": {},
1043
1043
  "sources": [
1044
1044
  {
1045
- "fileName": "packages/ethereum/packages/gas/packages/etherscan/dist/Plugin.d.ts",
1045
+ "fileName": "packages/ethereum/packages/gas/packages/etherscan/dist/node/Plugin.d.ts",
1046
1046
  "line": 1,
1047
1047
  "character": 21
1048
1048
  }
@@ -1056,7 +1056,7 @@
1056
1056
  "flags": {},
1057
1057
  "sources": [
1058
1058
  {
1059
- "fileName": "packages/ethereum/packages/gas/packages/etherscan/dist/Plugin.d.ts",
1059
+ "fileName": "packages/ethereum/packages/gas/packages/etherscan/dist/node/Plugin.d.ts",
1060
1060
  "line": 1,
1061
1061
  "character": 56
1062
1062
  }
@@ -1112,7 +1112,7 @@
1112
1112
  "flags": {},
1113
1113
  "sources": [
1114
1114
  {
1115
- "fileName": "packages/ethereum/packages/gas/packages/etherscan/dist/Plugin.d.ts",
1115
+ "fileName": "packages/ethereum/packages/gas/packages/etherscan/dist/node/Plugin.d.ts",
1116
1116
  "line": 2,
1117
1117
  "character": 4
1118
1118
  }
@@ -1130,7 +1130,7 @@
1130
1130
  "flags": {},
1131
1131
  "sources": [
1132
1132
  {
1133
- "fileName": "packages/ethereum/packages/gas/packages/etherscan/dist/Plugin.d.ts",
1133
+ "fileName": "packages/ethereum/packages/gas/packages/etherscan/dist/node/Plugin.d.ts",
1134
1134
  "line": 3,
1135
1135
  "character": 4
1136
1136
  }
@@ -1152,7 +1152,7 @@
1152
1152
  ],
1153
1153
  "sources": [
1154
1154
  {
1155
- "fileName": "packages/ethereum/packages/gas/packages/etherscan/dist/Plugin.d.ts",
1155
+ "fileName": "packages/ethereum/packages/gas/packages/etherscan/dist/node/Plugin.d.ts",
1156
1156
  "line": 1,
1157
1157
  "character": 270
1158
1158
  }
@@ -0,0 +1,5 @@
1
+ export * from '@xyo-network/ethereum-blockchain-payload-plugins';
2
+ import { PayloadPluginFunc } from '@xyo-network/payload-plugin';
3
+ export declare const BlockchainPayloadPlugins: PayloadPluginFunc[];
4
+ export default BlockchainPayloadPlugins;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,kDAAkD,CAAA;AAGhE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAE/D,eAAO,MAAM,wBAAwB,EAAE,iBAAiB,EAAgC,CAAA;AAGxF,eAAe,wBAAwB,CAAA"}
@@ -0,0 +1,5 @@
1
+ export * from '@xyo-network/ethereum-blockchain-payload-plugins';
2
+ import { PayloadPluginFunc } from '@xyo-network/payload-plugin';
3
+ export declare const BlockchainPayloadPlugins: PayloadPluginFunc[];
4
+ export default BlockchainPayloadPlugins;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,kDAAkD,CAAA;AAGhE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAE/D,eAAO,MAAM,wBAAwB,EAAE,iBAAiB,EAAgC,CAAA;AAGxF,eAAe,wBAAwB,CAAA"}
@@ -0,0 +1,5 @@
1
+ export * from '@xyo-network/ethereum-blockchain-payload-plugins';
2
+ import { PayloadPluginFunc } from '@xyo-network/payload-plugin';
3
+ export declare const BlockchainPayloadPlugins: PayloadPluginFunc[];
4
+ export default BlockchainPayloadPlugins;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,kDAAkD,CAAA;AAGhE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAE/D,eAAO,MAAM,wBAAwB,EAAE,iBAAiB,EAAgC,CAAA;AAGxF,eAAe,wBAAwB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-payload-plugins'\n\nimport { EthereumPayloadPlugins } from '@xyo-network/ethereum-blockchain-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const BlockchainPayloadPlugins: PayloadPluginFunc[] = [...EthereumPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,6DAAd;AAEA,iDAAuC;AAGhC,IAAM,2BAAgD,CAAC,GAAG,iEAAsB;AAGvF,IAAO,cAAQ;","names":[]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-payload-plugins'\n\nimport { EthereumPayloadPlugins } from '@xyo-network/ethereum-blockchain-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const BlockchainPayloadPlugins: PayloadPluginFunc[] = [...EthereumPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPayloadPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,8BAA8B;AAGhC,IAAM,2BAAgD,CAAC,GAAG,sBAAsB;AAGvF,IAAO,cAAQ;","names":[]}
package/package.json CHANGED
@@ -10,43 +10,46 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/ethereum-blockchain-payload-plugins": "~2.74.5",
14
- "@xyo-network/payload-plugin": "~2.74.5"
13
+ "@xyo-network/ethereum-blockchain-payload-plugins": "~2.75.1",
14
+ "@xyo-network/payload-plugin": "~2.75.1"
15
15
  },
16
16
  "devDependencies": {
17
- "@xylabs/ts-scripts-yarn3": "^3.0.28",
18
- "@xylabs/tsconfig": "^3.0.28",
17
+ "@xylabs/ts-scripts-yarn3": "^3.0.77",
18
+ "@xylabs/tsconfig": "^3.0.77",
19
19
  "typescript": "^5.2.2"
20
20
  },
21
21
  "description": "Primary SDK for using XYO Protocol 2.0",
22
22
  "docs": "dist/docs.json",
23
23
  "exports": {
24
24
  ".": {
25
- "require": {
26
- "types": "./dist/index.d.ts",
27
- "default": "./dist/index.js"
25
+ "browser": {
26
+ "require": {
27
+ "types": "./dist/browser/index.d.cts",
28
+ "default": "./dist/browser/index.cjs"
29
+ },
30
+ "import": {
31
+ "types": "./dist/browser/index.d.mts",
32
+ "default": "./dist/browser/index.js"
33
+ }
28
34
  },
29
- "import": {
30
- "types": "./dist/index.d.mts",
31
- "default": "./dist/index.mjs"
35
+ "node": {
36
+ "require": {
37
+ "types": "./dist/node/index.d.ts",
38
+ "default": "./dist/node/index.js"
39
+ },
40
+ "import": {
41
+ "types": "./dist/node/index.d.mts",
42
+ "default": "./dist/node/index.mjs"
43
+ }
32
44
  }
33
45
  },
34
- "./dist/docs.json": {
35
- "default": "./dist/docs.json"
36
- },
37
- "./cjs": {
38
- "default": "./dist/index.js"
39
- },
40
46
  "./docs": {
41
47
  "default": "./dist/docs.json"
42
48
  },
43
- "./esm": {
44
- "default": "./dist/index.mjs"
45
- },
46
49
  "./package.json": "./package.json"
47
50
  },
48
- "main": "dist/index.js",
49
- "module": "dist/index.mjs",
51
+ "main": "dist/node/index.js",
52
+ "module": "dist/node/index.mjs",
50
53
  "homepage": "https://xyo.network",
51
54
  "license": "LGPL-3.0",
52
55
  "publishConfig": {
@@ -57,6 +60,6 @@
57
60
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
58
61
  },
59
62
  "sideEffects": false,
60
- "types": "dist/index.d.ts",
61
- "version": "2.74.5"
63
+ "types": "dist/node/index.d.ts",
64
+ "version": "2.75.1"
62
65
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,kDAAkD,CAAA;AAGhE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAE/D,eAAO,MAAM,wBAAwB,EAAE,iBAAiB,EAAgC,CAAA;AAGxF,eAAe,wBAAwB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,kDAAkD,CAAA;AAGhE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAE/D,eAAO,MAAM,wBAAwB,EAAE,iBAAiB,EAAgC,CAAA;AAGxF,eAAe,wBAAwB,CAAA"}
package/dist/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-payload-plugins'\n\nimport { EthereumPayloadPlugins } from '@xyo-network/ethereum-blockchain-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const BlockchainPayloadPlugins: PayloadPluginFunc[] = [...EthereumPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,6DAAd;AAEA,iDAAuC;AAGhC,IAAM,2BAAgD,CAAC,GAAG,iEAAsB;AAGvF,IAAO,cAAQ;","names":[]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-payload-plugins'\n\nimport { EthereumPayloadPlugins } from '@xyo-network/ethereum-blockchain-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const BlockchainPayloadPlugins: PayloadPluginFunc[] = [...EthereumPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPayloadPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,8BAA8B;AAGhC,IAAM,2BAAgD,CAAC,GAAG,sBAAsB;AAGvF,IAAO,cAAQ;","names":[]}
File without changes
File without changes
File without changes
File without changes