@xyo-network/blockchain-plugins 2.83.0 → 2.84.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.
- package/dist/browser/index.cjs +0 -3
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.d.cts +0 -3
- package/dist/browser/index.d.cts.map +1 -1
- package/dist/browser/index.d.mts +0 -3
- package/dist/browser/index.d.mts.map +1 -1
- package/dist/browser/index.d.ts +0 -3
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +0 -3
- package/dist/browser/index.js.map +1 -1
- package/dist/node/index.cjs +37 -0
- package/dist/node/index.cjs.map +1 -0
- package/dist/node/index.d.cts +0 -3
- package/dist/node/index.d.cts.map +1 -1
- package/dist/node/index.d.mts +0 -3
- package/dist/node/index.d.mts.map +1 -1
- package/dist/node/index.d.ts +0 -3
- package/dist/node/index.d.ts.map +1 -1
- package/dist/node/index.js +6 -39
- package/dist/node/index.js.map +1 -1
- package/package.json +11 -14
- package/src/index.ts +0 -3
- package/dist/node/index.mjs +0 -13
- package/dist/node/index.mjs.map +0 -1
package/dist/browser/index.cjs
CHANGED
|
@@ -25,9 +25,6 @@ __export(src_exports, {
|
|
|
25
25
|
default: () => src_default
|
|
26
26
|
});
|
|
27
27
|
module.exports = __toCommonJS(src_exports);
|
|
28
|
-
__reExport(src_exports, require("@xyo-network/blockchain-call-witness"), module.exports);
|
|
29
|
-
__reExport(src_exports, require("@xyo-network/blockchain-contract-witness"), module.exports);
|
|
30
|
-
__reExport(src_exports, require("@xyo-network/blockchain-erc1967-witness"), module.exports);
|
|
31
28
|
__reExport(src_exports, require("@xyo-network/ethereum-blockchain-plugins"), module.exports);
|
|
32
29
|
var import_ethereum_blockchain_plugins = require("@xyo-network/ethereum-blockchain-plugins");
|
|
33
30
|
var BlockchainPlugins = [...import_ethereum_blockchain_plugins.EthereumPlugins];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-plugins'\n\nimport { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const BlockchainPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,qDAAd;AAEA,yCAAgC;AAGzB,IAAM,oBAA4C,CAAC,GAAG,kDAAe;AAG5E,IAAO,cAAQ;","names":[]}
|
package/dist/browser/index.d.cts
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
export * from '@xyo-network/blockchain-call-witness';
|
|
2
|
-
export * from '@xyo-network/blockchain-contract-witness';
|
|
3
|
-
export * from '@xyo-network/blockchain-erc1967-witness';
|
|
4
1
|
export * from '@xyo-network/ethereum-blockchain-plugins';
|
|
5
2
|
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
6
3
|
export declare const BlockchainPlugins: PayloadSetPluginFunc[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0CAA0C,CAAA;AAGxD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAAyB,CAAA;AAG7E,eAAe,iBAAiB,CAAA"}
|
package/dist/browser/index.d.mts
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
export * from '@xyo-network/blockchain-call-witness';
|
|
2
|
-
export * from '@xyo-network/blockchain-contract-witness';
|
|
3
|
-
export * from '@xyo-network/blockchain-erc1967-witness';
|
|
4
1
|
export * from '@xyo-network/ethereum-blockchain-plugins';
|
|
5
2
|
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
6
3
|
export declare const BlockchainPlugins: PayloadSetPluginFunc[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0CAA0C,CAAA;AAGxD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAAyB,CAAA;AAG7E,eAAe,iBAAiB,CAAA"}
|
package/dist/browser/index.d.ts
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
export * from '@xyo-network/blockchain-call-witness';
|
|
2
|
-
export * from '@xyo-network/blockchain-contract-witness';
|
|
3
|
-
export * from '@xyo-network/blockchain-erc1967-witness';
|
|
4
1
|
export * from '@xyo-network/ethereum-blockchain-plugins';
|
|
5
2
|
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
6
3
|
export declare const BlockchainPlugins: PayloadSetPluginFunc[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0CAA0C,CAAA;AAGxD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAAyB,CAAA;AAG7E,eAAe,iBAAiB,CAAA"}
|
package/dist/browser/index.js
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
// src/index.ts
|
|
2
|
-
export * from "@xyo-network/blockchain-call-witness";
|
|
3
|
-
export * from "@xyo-network/blockchain-contract-witness";
|
|
4
|
-
export * from "@xyo-network/blockchain-erc1967-witness";
|
|
5
2
|
export * from "@xyo-network/ethereum-blockchain-plugins";
|
|
6
3
|
import { EthereumPlugins } from "@xyo-network/ethereum-blockchain-plugins";
|
|
7
4
|
var BlockchainPlugins = [...EthereumPlugins];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-plugins'\n\nimport { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const BlockchainPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,uBAAuB;AAGzB,IAAM,oBAA4C,CAAC,GAAG,eAAe;AAG5E,IAAO,cAAQ;","names":[]}
|
|
@@ -0,0 +1,37 @@
|
|
|
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
|
+
BlockchainPlugins: () => BlockchainPlugins,
|
|
25
|
+
default: () => src_default
|
|
26
|
+
});
|
|
27
|
+
module.exports = __toCommonJS(src_exports);
|
|
28
|
+
__reExport(src_exports, require("@xyo-network/ethereum-blockchain-plugins"), module.exports);
|
|
29
|
+
var import_ethereum_blockchain_plugins = require("@xyo-network/ethereum-blockchain-plugins");
|
|
30
|
+
var BlockchainPlugins = [...import_ethereum_blockchain_plugins.EthereumPlugins];
|
|
31
|
+
var src_default = BlockchainPlugins;
|
|
32
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
33
|
+
0 && (module.exports = {
|
|
34
|
+
BlockchainPlugins,
|
|
35
|
+
...require("@xyo-network/ethereum-blockchain-plugins")
|
|
36
|
+
});
|
|
37
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-plugins'\n\nimport { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const BlockchainPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,qDAAd;AAEA,yCAAgC;AAGzB,IAAM,oBAA4C,CAAC,GAAG,kDAAe;AAG5E,IAAO,cAAQ;","names":[]}
|
package/dist/node/index.d.cts
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
export * from '@xyo-network/blockchain-call-witness';
|
|
2
|
-
export * from '@xyo-network/blockchain-contract-witness';
|
|
3
|
-
export * from '@xyo-network/blockchain-erc1967-witness';
|
|
4
1
|
export * from '@xyo-network/ethereum-blockchain-plugins';
|
|
5
2
|
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
6
3
|
export declare const BlockchainPlugins: PayloadSetPluginFunc[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0CAA0C,CAAA;AAGxD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAAyB,CAAA;AAG7E,eAAe,iBAAiB,CAAA"}
|
package/dist/node/index.d.mts
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
export * from '@xyo-network/blockchain-call-witness';
|
|
2
|
-
export * from '@xyo-network/blockchain-contract-witness';
|
|
3
|
-
export * from '@xyo-network/blockchain-erc1967-witness';
|
|
4
1
|
export * from '@xyo-network/ethereum-blockchain-plugins';
|
|
5
2
|
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
6
3
|
export declare const BlockchainPlugins: PayloadSetPluginFunc[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0CAA0C,CAAA;AAGxD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAAyB,CAAA;AAG7E,eAAe,iBAAiB,CAAA"}
|
package/dist/node/index.d.ts
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
export * from '@xyo-network/blockchain-call-witness';
|
|
2
|
-
export * from '@xyo-network/blockchain-contract-witness';
|
|
3
|
-
export * from '@xyo-network/blockchain-erc1967-witness';
|
|
4
1
|
export * from '@xyo-network/ethereum-blockchain-plugins';
|
|
5
2
|
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
6
3
|
export declare const BlockchainPlugins: PayloadSetPluginFunc[];
|
package/dist/node/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0CAA0C,CAAA;AAGxD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAAyB,CAAA;AAG7E,eAAe,iBAAiB,CAAA"}
|
package/dist/node/index.js
CHANGED
|
@@ -1,43 +1,10 @@
|
|
|
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
1
|
// src/index.ts
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
default: () => src_default
|
|
26
|
-
});
|
|
27
|
-
module.exports = __toCommonJS(src_exports);
|
|
28
|
-
__reExport(src_exports, require("@xyo-network/blockchain-call-witness"), module.exports);
|
|
29
|
-
__reExport(src_exports, require("@xyo-network/blockchain-contract-witness"), module.exports);
|
|
30
|
-
__reExport(src_exports, require("@xyo-network/blockchain-erc1967-witness"), module.exports);
|
|
31
|
-
__reExport(src_exports, require("@xyo-network/ethereum-blockchain-plugins"), module.exports);
|
|
32
|
-
var import_ethereum_blockchain_plugins = require("@xyo-network/ethereum-blockchain-plugins");
|
|
33
|
-
var BlockchainPlugins = [...import_ethereum_blockchain_plugins.EthereumPlugins];
|
|
2
|
+
export * from "@xyo-network/ethereum-blockchain-plugins";
|
|
3
|
+
import { EthereumPlugins } from "@xyo-network/ethereum-blockchain-plugins";
|
|
4
|
+
var BlockchainPlugins = [...EthereumPlugins];
|
|
34
5
|
var src_default = BlockchainPlugins;
|
|
35
|
-
|
|
36
|
-
0 && (module.exports = {
|
|
6
|
+
export {
|
|
37
7
|
BlockchainPlugins,
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
...require("@xyo-network/blockchain-erc1967-witness"),
|
|
41
|
-
...require("@xyo-network/ethereum-blockchain-plugins")
|
|
42
|
-
});
|
|
8
|
+
src_default as default
|
|
9
|
+
};
|
|
43
10
|
//# sourceMappingURL=index.js.map
|
package/dist/node/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-plugins'\n\nimport { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const BlockchainPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,uBAAuB;AAGzB,IAAM,oBAA4C,CAAC,GAAG,eAAe;AAG5E,IAAO,cAAQ;","names":[]}
|
package/package.json
CHANGED
|
@@ -10,19 +10,15 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/plugins/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/blockchain-
|
|
14
|
-
"@xyo-network/
|
|
15
|
-
"@xyo-network/blockchain-erc1967-witness": "~2.83.0",
|
|
16
|
-
"@xyo-network/ethereum-blockchain-plugins": "~2.83.0",
|
|
17
|
-
"@xyo-network/payloadset-plugin": "^2.83.2"
|
|
13
|
+
"@xyo-network/ethereum-blockchain-plugins": "~2.84.1",
|
|
14
|
+
"@xyo-network/payloadset-plugin": "^2.84.3"
|
|
18
15
|
},
|
|
19
16
|
"devDependencies": {
|
|
20
|
-
"@xylabs/ts-scripts-yarn3": "^3.2.
|
|
21
|
-
"@xylabs/tsconfig": "^3.2.
|
|
17
|
+
"@xylabs/ts-scripts-yarn3": "^3.2.19",
|
|
18
|
+
"@xylabs/tsconfig": "^3.2.19",
|
|
22
19
|
"typescript": "^5.3.3"
|
|
23
20
|
},
|
|
24
21
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
25
|
-
"docs": "dist/docs.json",
|
|
26
22
|
"types": "dist/node/index.d.ts",
|
|
27
23
|
"exports": {
|
|
28
24
|
".": {
|
|
@@ -38,19 +34,19 @@
|
|
|
38
34
|
},
|
|
39
35
|
"node": {
|
|
40
36
|
"require": {
|
|
41
|
-
"types": "./dist/node/index.d.
|
|
42
|
-
"default": "./dist/node/index.
|
|
37
|
+
"types": "./dist/node/index.d.cts",
|
|
38
|
+
"default": "./dist/node/index.cjs"
|
|
43
39
|
},
|
|
44
40
|
"import": {
|
|
45
41
|
"types": "./dist/node/index.d.mts",
|
|
46
|
-
"default": "./dist/node/index.
|
|
42
|
+
"default": "./dist/node/index.js"
|
|
47
43
|
}
|
|
48
44
|
}
|
|
49
45
|
},
|
|
50
46
|
"./package.json": "./package.json"
|
|
51
47
|
},
|
|
52
|
-
"main": "dist/node/index.
|
|
53
|
-
"module": "dist/node/index.
|
|
48
|
+
"main": "dist/node/index.cjs",
|
|
49
|
+
"module": "dist/node/index.js",
|
|
54
50
|
"homepage": "https://xyo.network",
|
|
55
51
|
"license": "LGPL-3.0-only",
|
|
56
52
|
"publishConfig": {
|
|
@@ -61,5 +57,6 @@
|
|
|
61
57
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
62
58
|
},
|
|
63
59
|
"sideEffects": false,
|
|
64
|
-
"version": "2.
|
|
60
|
+
"version": "2.84.1",
|
|
61
|
+
"type": "module"
|
|
65
62
|
}
|
package/src/index.ts
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
export * from '@xyo-network/blockchain-call-witness'
|
|
2
|
-
export * from '@xyo-network/blockchain-contract-witness'
|
|
3
|
-
export * from '@xyo-network/blockchain-erc1967-witness'
|
|
4
1
|
export * from '@xyo-network/ethereum-blockchain-plugins'
|
|
5
2
|
|
|
6
3
|
import { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'
|
package/dist/node/index.mjs
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
// src/index.ts
|
|
2
|
-
export * from "@xyo-network/blockchain-call-witness";
|
|
3
|
-
export * from "@xyo-network/blockchain-contract-witness";
|
|
4
|
-
export * from "@xyo-network/blockchain-erc1967-witness";
|
|
5
|
-
export * from "@xyo-network/ethereum-blockchain-plugins";
|
|
6
|
-
import { EthereumPlugins } from "@xyo-network/ethereum-blockchain-plugins";
|
|
7
|
-
var BlockchainPlugins = [...EthereumPlugins];
|
|
8
|
-
var src_default = BlockchainPlugins;
|
|
9
|
-
export {
|
|
10
|
-
BlockchainPlugins,
|
|
11
|
-
src_default as default
|
|
12
|
-
};
|
|
13
|
-
//# sourceMappingURL=index.mjs.map
|
package/dist/node/index.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/blockchain-call-witness'\nexport * from '@xyo-network/blockchain-contract-witness'\nexport * from '@xyo-network/blockchain-erc1967-witness'\nexport * from '@xyo-network/ethereum-blockchain-plugins'\n\nimport { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const BlockchainPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEd,SAAS,uBAAuB;AAGzB,IAAM,oBAA4C,CAAC,GAAG,eAAe;AAG5E,IAAO,cAAQ;","names":[]}
|