@xyo-network/evm-plugins 2.99.5 → 3.0.0

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.
@@ -5,6 +5,7 @@ export * from '@xyo-network/evm-abi-diviner';
5
5
  export * from '@xyo-network/evm-call-witness';
6
6
  export * from '@xyo-network/evm-contract-witness';
7
7
  import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
8
- export declare const EvmPlugins: PayloadSetPluginFunc[];
9
- export default EvmPlugins;
10
- //# sourceMappingURL=index.d.ts.map
8
+
9
+ declare const EvmPlugins: PayloadSetPluginFunc[];
10
+
11
+ export { EvmPlugins, EvmPlugins as default };
@@ -6,9 +6,7 @@ export * from "@xyo-network/evm-abi-diviner";
6
6
  export * from "@xyo-network/evm-call-witness";
7
7
  export * from "@xyo-network/evm-contract-witness";
8
8
  import { EthereumPlugins } from "@xyo-network/ethereum-blockchain-plugins";
9
- var EvmPlugins = [
10
- ...EthereumPlugins
11
- ];
9
+ var EvmPlugins = [...EthereumPlugins];
12
10
  var src_default = EvmPlugins;
13
11
  export {
14
12
  EvmPlugins,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/erc1822-witness'\nexport * from '@xyo-network/erc1967-witness'\nexport * from '@xyo-network/ethereum-blockchain-plugins'\nexport * from '@xyo-network/evm-abi-diviner'\nexport * from '@xyo-network/evm-call-witness'\nexport * from '@xyo-network/evm-contract-witness'\n\nimport { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EvmPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EvmPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEd,SAASA,uBAAuB;AAGzB,IAAMC,aAAqC;KAAID;;AAGtD,IAAA,cAAeC;","names":["EthereumPlugins","EvmPlugins"]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/erc1822-witness'\nexport * from '@xyo-network/erc1967-witness'\nexport * from '@xyo-network/ethereum-blockchain-plugins'\nexport * from '@xyo-network/evm-abi-diviner'\nexport * from '@xyo-network/evm-call-witness'\nexport * from '@xyo-network/evm-contract-witness'\n\nimport { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EvmPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import-x/no-default-export\nexport default EvmPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEd,SAAS,uBAAuB;AAGzB,IAAM,aAAqC,CAAC,GAAG,eAAe;AAGrE,IAAO,cAAQ;","names":[]}
package/package.json CHANGED
@@ -10,71 +10,52 @@
10
10
  "url": "https://github.com/XYOracleNetwork/plugins/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/erc1822-witness": "^2.99.5",
14
- "@xyo-network/erc1967-witness": "^2.99.5",
15
- "@xyo-network/ethereum-blockchain-plugins": "^2.99.5",
16
- "@xyo-network/evm-abi-diviner": "^2.99.5",
17
- "@xyo-network/evm-call-witness": "^2.99.5",
18
- "@xyo-network/evm-contract-witness": "^2.99.5",
19
- "@xyo-network/payloadset-plugin": "^2.111.2"
13
+ "@xyo-network/erc1822-witness": "^3.0.0",
14
+ "@xyo-network/erc1967-witness": "^3.0.0",
15
+ "@xyo-network/ethereum-blockchain-plugins": "^3.0.0",
16
+ "@xyo-network/evm-abi-diviner": "^3.0.0",
17
+ "@xyo-network/evm-call-witness": "^3.0.0",
18
+ "@xyo-network/evm-contract-witness": "^3.0.0",
19
+ "@xyo-network/payloadset-plugin": "^3.0.1"
20
20
  },
21
21
  "devDependencies": {
22
- "@xylabs/delay": "^3.6.8",
23
- "@xylabs/jest-helpers": "^3.6.8",
24
- "@xylabs/ts-scripts-yarn3": "^3.15.13",
25
- "@xylabs/tsconfig": "^3.15.13",
26
- "@xyo-network/account": "^2.111.2",
27
- "@xyo-network/api-call-witness": "^2.99.5",
28
- "@xyo-network/archivist-model": "^2.111.2",
29
- "@xyo-network/crypto-nft-payload-plugin": "^2.99.5",
30
- "@xyo-network/diviner-boundwitness-memory": "^2.111.2",
31
- "@xyo-network/diviner-evm-call-result-to-token-uri": "^2.99.5",
32
- "@xyo-network/diviner-model": "^2.111.2",
33
- "@xyo-network/diviner-payload-memory": "^2.111.2",
34
- "@xyo-network/diviner-payload-model": "^2.111.2",
35
- "@xyo-network/diviner-temporal-indexing": "^2.111.2",
36
- "@xyo-network/evm-nft-id-payload-plugin": "^2.99.5",
37
- "@xyo-network/manifest": "^2.111.2",
38
- "@xyo-network/module-factory-locator": "^2.111.2",
39
- "@xyo-network/module-model": "^2.111.2",
40
- "@xyo-network/node-memory": "^2.111.2",
41
- "@xyo-network/open-zeppelin-typechain": "^3.0.5",
42
- "@xyo-network/payload-model": "^2.111.2",
43
- "@xyo-network/sentinel-model": "^2.111.2",
44
- "@xyo-network/witness-evm-abstract": "^2.111.2",
45
- "@xyo-network/witness-timestamp": "^2.111.2",
22
+ "@xylabs/delay": "^4.0.0",
23
+ "@xylabs/jest-helpers": "^4.0.0",
24
+ "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15",
25
+ "@xylabs/tsconfig": "^4.0.0-rc.15",
26
+ "@xyo-network/account": "^3.0.1",
27
+ "@xyo-network/api-call-witness": "^3.0.0",
28
+ "@xyo-network/archivist-model": "^3.0.1",
29
+ "@xyo-network/crypto-nft-payload-plugin": "^3.0.0",
30
+ "@xyo-network/diviner-boundwitness-memory": "^3.0.1",
31
+ "@xyo-network/diviner-evm-call-result-to-token-uri": "^3.0.0",
32
+ "@xyo-network/diviner-model": "^3.0.1",
33
+ "@xyo-network/diviner-payload-memory": "^3.0.1",
34
+ "@xyo-network/diviner-payload-model": "^3.0.1",
35
+ "@xyo-network/diviner-temporal-indexing": "^3.0.1",
36
+ "@xyo-network/evm-nft-id-payload-plugin": "^3.0.0",
37
+ "@xyo-network/manifest": "^3.0.1",
38
+ "@xyo-network/module-factory-locator": "^3.0.1",
39
+ "@xyo-network/module-model": "^3.0.1",
40
+ "@xyo-network/node-memory": "^3.0.1",
41
+ "@xyo-network/open-zeppelin-typechain": "^3.1.0",
42
+ "@xyo-network/payload-model": "^3.0.1",
43
+ "@xyo-network/sentinel-model": "^3.0.1",
44
+ "@xyo-network/witness-evm-abstract": "^3.0.1",
45
+ "@xyo-network/witness-timestamp": "^3.0.1",
46
46
  "jest": "^29.7.0",
47
47
  "typescript": "^5.5.4"
48
48
  },
49
49
  "description": "Typescript/Javascript Plugins for XYO Platform",
50
- "types": "dist/node/index.d.ts",
50
+ "types": "dist/neutral/index.d.ts",
51
51
  "exports": {
52
52
  ".": {
53
- "browser": {
54
- "require": {
55
- "types": "./dist/browser/index.d.cts",
56
- "default": "./dist/browser/index.cjs"
57
- },
58
- "import": {
59
- "types": "./dist/browser/index.d.mts",
60
- "default": "./dist/browser/index.mjs"
61
- }
62
- },
63
- "node": {
64
- "require": {
65
- "types": "./dist/node/index.d.cts",
66
- "default": "./dist/node/index.cjs"
67
- },
68
- "import": {
69
- "types": "./dist/node/index.d.mts",
70
- "default": "./dist/node/index.mjs"
71
- }
72
- }
53
+ "types": "./dist/neutral/index.d.ts",
54
+ "default": "./dist/neutral/index.mjs"
73
55
  },
74
56
  "./package.json": "./package.json"
75
57
  },
76
- "main": "dist/node/index.cjs",
77
- "module": "dist/node/index.mjs",
58
+ "module": "dist/neutral/index.mjs",
78
59
  "homepage": "https://xyo.network",
79
60
  "license": "LGPL-3.0-only",
80
61
  "publishConfig": {
@@ -85,6 +66,6 @@
85
66
  "url": "https://github.com/XYOracleNetwork/plugins.git"
86
67
  },
87
68
  "sideEffects": false,
88
- "version": "2.99.5",
69
+ "version": "3.0.0",
89
70
  "type": "module"
90
71
  }
package/src/index.ts CHANGED
@@ -10,5 +10,5 @@ import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'
10
10
 
11
11
  export const EvmPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]
12
12
 
13
- // eslint-disable-next-line import/no-default-export
13
+ // eslint-disable-next-line import-x/no-default-export
14
14
  export default EvmPlugins
package/xy.config.ts CHANGED
@@ -1,14 +1,13 @@
1
1
  import { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
2
2
  const config: XyTsupConfig = {
3
3
  compile: {
4
- browser: {
5
- src: true,
6
- },
7
- node: {
4
+ browser: {},
5
+ node: {},
6
+ neutral: {
8
7
  src: true,
9
8
  },
10
9
  },
11
10
  }
12
11
 
13
- // eslint-disable-next-line import/no-default-export
12
+ // eslint-disable-next-line import-x/no-default-export
14
13
  export default config
@@ -1,39 +0,0 @@
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
- EvmPlugins: () => EvmPlugins,
25
- default: () => src_default
26
- });
27
- module.exports = __toCommonJS(src_exports);
28
- __reExport(src_exports, require("@xyo-network/erc1822-witness"), module.exports);
29
- __reExport(src_exports, require("@xyo-network/erc1967-witness"), module.exports);
30
- __reExport(src_exports, require("@xyo-network/ethereum-blockchain-plugins"), module.exports);
31
- __reExport(src_exports, require("@xyo-network/evm-abi-diviner"), module.exports);
32
- __reExport(src_exports, require("@xyo-network/evm-call-witness"), module.exports);
33
- __reExport(src_exports, require("@xyo-network/evm-contract-witness"), module.exports);
34
- var import_ethereum_blockchain_plugins = require("@xyo-network/ethereum-blockchain-plugins");
35
- var EvmPlugins = [
36
- ...import_ethereum_blockchain_plugins.EthereumPlugins
37
- ];
38
- var src_default = EvmPlugins;
39
- //# sourceMappingURL=index.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/erc1822-witness'\nexport * from '@xyo-network/erc1967-witness'\nexport * from '@xyo-network/ethereum-blockchain-plugins'\nexport * from '@xyo-network/evm-abi-diviner'\nexport * from '@xyo-network/evm-call-witness'\nexport * from '@xyo-network/evm-contract-witness'\n\nimport { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EvmPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EvmPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;wBAAc,yCAAd;AACA,wBAAc,yCADd;AAEA,wBAAc,qDAFd;AAGA,wBAAc,yCAHd;AAIA,wBAAc,0CAJd;AAKA,wBAAc,8CALd;AAOA,yCAAgC;AAGzB,IAAMA,aAAqC;KAAIC;;AAGtD,IAAA,cAAeD;","names":["EvmPlugins","EthereumPlugins"]}
@@ -1,10 +0,0 @@
1
- export * from '@xyo-network/erc1822-witness';
2
- export * from '@xyo-network/erc1967-witness';
3
- export * from '@xyo-network/ethereum-blockchain-plugins';
4
- export * from '@xyo-network/evm-abi-diviner';
5
- export * from '@xyo-network/evm-call-witness';
6
- export * from '@xyo-network/evm-contract-witness';
7
- import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
8
- export declare const EvmPlugins: PayloadSetPluginFunc[];
9
- export default EvmPlugins;
10
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,0CAA0C,CAAA;AACxD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,mCAAmC,CAAA;AAGjD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,UAAU,EAAE,oBAAoB,EAAyB,CAAA;AAGtE,eAAe,UAAU,CAAA"}
@@ -1,10 +0,0 @@
1
- export * from '@xyo-network/erc1822-witness';
2
- export * from '@xyo-network/erc1967-witness';
3
- export * from '@xyo-network/ethereum-blockchain-plugins';
4
- export * from '@xyo-network/evm-abi-diviner';
5
- export * from '@xyo-network/evm-call-witness';
6
- export * from '@xyo-network/evm-contract-witness';
7
- import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
8
- export declare const EvmPlugins: PayloadSetPluginFunc[];
9
- export default EvmPlugins;
10
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,0CAA0C,CAAA;AACxD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,mCAAmC,CAAA;AAGjD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,UAAU,EAAE,oBAAoB,EAAyB,CAAA;AAGtE,eAAe,UAAU,CAAA"}
@@ -1,10 +0,0 @@
1
- export * from '@xyo-network/erc1822-witness';
2
- export * from '@xyo-network/erc1967-witness';
3
- export * from '@xyo-network/ethereum-blockchain-plugins';
4
- export * from '@xyo-network/evm-abi-diviner';
5
- export * from '@xyo-network/evm-call-witness';
6
- export * from '@xyo-network/evm-contract-witness';
7
- import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
8
- export declare const EvmPlugins: PayloadSetPluginFunc[];
9
- export default EvmPlugins;
10
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,0CAA0C,CAAA;AACxD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,mCAAmC,CAAA;AAGjD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,UAAU,EAAE,oBAAoB,EAAyB,CAAA;AAGtE,eAAe,UAAU,CAAA"}
@@ -1,17 +0,0 @@
1
- // src/index.ts
2
- export * from "@xyo-network/erc1822-witness";
3
- export * from "@xyo-network/erc1967-witness";
4
- export * from "@xyo-network/ethereum-blockchain-plugins";
5
- export * from "@xyo-network/evm-abi-diviner";
6
- export * from "@xyo-network/evm-call-witness";
7
- export * from "@xyo-network/evm-contract-witness";
8
- import { EthereumPlugins } from "@xyo-network/ethereum-blockchain-plugins";
9
- var EvmPlugins = [
10
- ...EthereumPlugins
11
- ];
12
- var src_default = EvmPlugins;
13
- export {
14
- EvmPlugins,
15
- src_default as default
16
- };
17
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/erc1822-witness'\nexport * from '@xyo-network/erc1967-witness'\nexport * from '@xyo-network/ethereum-blockchain-plugins'\nexport * from '@xyo-network/evm-abi-diviner'\nexport * from '@xyo-network/evm-call-witness'\nexport * from '@xyo-network/evm-contract-witness'\n\nimport { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EvmPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EvmPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEd,SAASA,uBAAuB;AAGzB,IAAMC,aAAqC;KAAID;;AAGtD,IAAA,cAAeC;","names":["EthereumPlugins","EvmPlugins"]}
@@ -1,39 +0,0 @@
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
- EvmPlugins: () => EvmPlugins,
25
- default: () => src_default
26
- });
27
- module.exports = __toCommonJS(src_exports);
28
- __reExport(src_exports, require("@xyo-network/erc1822-witness"), module.exports);
29
- __reExport(src_exports, require("@xyo-network/erc1967-witness"), module.exports);
30
- __reExport(src_exports, require("@xyo-network/ethereum-blockchain-plugins"), module.exports);
31
- __reExport(src_exports, require("@xyo-network/evm-abi-diviner"), module.exports);
32
- __reExport(src_exports, require("@xyo-network/evm-call-witness"), module.exports);
33
- __reExport(src_exports, require("@xyo-network/evm-contract-witness"), module.exports);
34
- var import_ethereum_blockchain_plugins = require("@xyo-network/ethereum-blockchain-plugins");
35
- var EvmPlugins = [
36
- ...import_ethereum_blockchain_plugins.EthereumPlugins
37
- ];
38
- var src_default = EvmPlugins;
39
- //# sourceMappingURL=index.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/erc1822-witness'\nexport * from '@xyo-network/erc1967-witness'\nexport * from '@xyo-network/ethereum-blockchain-plugins'\nexport * from '@xyo-network/evm-abi-diviner'\nexport * from '@xyo-network/evm-call-witness'\nexport * from '@xyo-network/evm-contract-witness'\n\nimport { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EvmPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EvmPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;wBAAc,yCAAd;AACA,wBAAc,yCADd;AAEA,wBAAc,qDAFd;AAGA,wBAAc,yCAHd;AAIA,wBAAc,0CAJd;AAKA,wBAAc,8CALd;AAOA,yCAAgC;AAGzB,IAAMA,aAAqC;KAAIC;;AAGtD,IAAA,cAAeD;","names":["EvmPlugins","EthereumPlugins"]}
@@ -1,10 +0,0 @@
1
- export * from '@xyo-network/erc1822-witness';
2
- export * from '@xyo-network/erc1967-witness';
3
- export * from '@xyo-network/ethereum-blockchain-plugins';
4
- export * from '@xyo-network/evm-abi-diviner';
5
- export * from '@xyo-network/evm-call-witness';
6
- export * from '@xyo-network/evm-contract-witness';
7
- import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
8
- export declare const EvmPlugins: PayloadSetPluginFunc[];
9
- export default EvmPlugins;
10
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,0CAA0C,CAAA;AACxD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,mCAAmC,CAAA;AAGjD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,UAAU,EAAE,oBAAoB,EAAyB,CAAA;AAGtE,eAAe,UAAU,CAAA"}
@@ -1,10 +0,0 @@
1
- export * from '@xyo-network/erc1822-witness';
2
- export * from '@xyo-network/erc1967-witness';
3
- export * from '@xyo-network/ethereum-blockchain-plugins';
4
- export * from '@xyo-network/evm-abi-diviner';
5
- export * from '@xyo-network/evm-call-witness';
6
- export * from '@xyo-network/evm-contract-witness';
7
- import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
8
- export declare const EvmPlugins: PayloadSetPluginFunc[];
9
- export default EvmPlugins;
10
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,0CAA0C,CAAA;AACxD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,mCAAmC,CAAA;AAGjD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,UAAU,EAAE,oBAAoB,EAAyB,CAAA;AAGtE,eAAe,UAAU,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,0CAA0C,CAAA;AACxD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,mCAAmC,CAAA;AAGjD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,UAAU,EAAE,oBAAoB,EAAyB,CAAA;AAGtE,eAAe,UAAU,CAAA"}
@@ -1,49 +0,0 @@
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
- EvmPlugins: () => EvmPlugins,
25
- default: () => src_default
26
- });
27
- module.exports = __toCommonJS(src_exports);
28
- __reExport(src_exports, require("@xyo-network/erc1822-witness"), module.exports);
29
- __reExport(src_exports, require("@xyo-network/erc1967-witness"), module.exports);
30
- __reExport(src_exports, require("@xyo-network/ethereum-blockchain-plugins"), module.exports);
31
- __reExport(src_exports, require("@xyo-network/evm-abi-diviner"), module.exports);
32
- __reExport(src_exports, require("@xyo-network/evm-call-witness"), module.exports);
33
- __reExport(src_exports, require("@xyo-network/evm-contract-witness"), module.exports);
34
- var import_ethereum_blockchain_plugins = require("@xyo-network/ethereum-blockchain-plugins");
35
- var EvmPlugins = [
36
- ...import_ethereum_blockchain_plugins.EthereumPlugins
37
- ];
38
- var src_default = EvmPlugins;
39
- // Annotate the CommonJS export names for ESM import in node:
40
- 0 && (module.exports = {
41
- EvmPlugins,
42
- ...require("@xyo-network/erc1822-witness"),
43
- ...require("@xyo-network/erc1967-witness"),
44
- ...require("@xyo-network/ethereum-blockchain-plugins"),
45
- ...require("@xyo-network/evm-abi-diviner"),
46
- ...require("@xyo-network/evm-call-witness"),
47
- ...require("@xyo-network/evm-contract-witness")
48
- });
49
- //# sourceMappingURL=index.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/erc1822-witness'\nexport * from '@xyo-network/erc1967-witness'\nexport * from '@xyo-network/ethereum-blockchain-plugins'\nexport * from '@xyo-network/evm-abi-diviner'\nexport * from '@xyo-network/evm-call-witness'\nexport * from '@xyo-network/evm-contract-witness'\n\nimport { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EvmPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EvmPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;wBAAc,yCAAd;AACA,wBAAc,yCADd;AAEA,wBAAc,qDAFd;AAGA,wBAAc,yCAHd;AAIA,wBAAc,0CAJd;AAKA,wBAAc,8CALd;AAOA,yCAAgC;AAGzB,IAAMA,aAAqC;KAAIC;;AAGtD,IAAA,cAAeD;","names":["EvmPlugins","EthereumPlugins"]}
@@ -1,10 +0,0 @@
1
- export * from '@xyo-network/erc1822-witness';
2
- export * from '@xyo-network/erc1967-witness';
3
- export * from '@xyo-network/ethereum-blockchain-plugins';
4
- export * from '@xyo-network/evm-abi-diviner';
5
- export * from '@xyo-network/evm-call-witness';
6
- export * from '@xyo-network/evm-contract-witness';
7
- import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
8
- export declare const EvmPlugins: PayloadSetPluginFunc[];
9
- export default EvmPlugins;
10
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,0CAA0C,CAAA;AACxD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,mCAAmC,CAAA;AAGjD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,UAAU,EAAE,oBAAoB,EAAyB,CAAA;AAGtE,eAAe,UAAU,CAAA"}
@@ -1,10 +0,0 @@
1
- export * from '@xyo-network/erc1822-witness';
2
- export * from '@xyo-network/erc1967-witness';
3
- export * from '@xyo-network/ethereum-blockchain-plugins';
4
- export * from '@xyo-network/evm-abi-diviner';
5
- export * from '@xyo-network/evm-call-witness';
6
- export * from '@xyo-network/evm-contract-witness';
7
- import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
8
- export declare const EvmPlugins: PayloadSetPluginFunc[];
9
- export default EvmPlugins;
10
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,0CAA0C,CAAA;AACxD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,mCAAmC,CAAA;AAGjD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,UAAU,EAAE,oBAAoB,EAAyB,CAAA;AAGtE,eAAe,UAAU,CAAA"}
@@ -1,10 +0,0 @@
1
- export * from '@xyo-network/erc1822-witness';
2
- export * from '@xyo-network/erc1967-witness';
3
- export * from '@xyo-network/ethereum-blockchain-plugins';
4
- export * from '@xyo-network/evm-abi-diviner';
5
- export * from '@xyo-network/evm-call-witness';
6
- export * from '@xyo-network/evm-contract-witness';
7
- import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
8
- export declare const EvmPlugins: PayloadSetPluginFunc[];
9
- export default EvmPlugins;
10
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,0CAA0C,CAAA;AACxD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,mCAAmC,CAAA;AAGjD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,UAAU,EAAE,oBAAoB,EAAyB,CAAA;AAGtE,eAAe,UAAU,CAAA"}
@@ -1,17 +0,0 @@
1
- // src/index.ts
2
- export * from "@xyo-network/erc1822-witness";
3
- export * from "@xyo-network/erc1967-witness";
4
- export * from "@xyo-network/ethereum-blockchain-plugins";
5
- export * from "@xyo-network/evm-abi-diviner";
6
- export * from "@xyo-network/evm-call-witness";
7
- export * from "@xyo-network/evm-contract-witness";
8
- import { EthereumPlugins } from "@xyo-network/ethereum-blockchain-plugins";
9
- var EvmPlugins = [
10
- ...EthereumPlugins
11
- ];
12
- var src_default = EvmPlugins;
13
- export {
14
- EvmPlugins,
15
- src_default as default
16
- };
17
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/erc1822-witness'\nexport * from '@xyo-network/erc1967-witness'\nexport * from '@xyo-network/ethereum-blockchain-plugins'\nexport * from '@xyo-network/evm-abi-diviner'\nexport * from '@xyo-network/evm-call-witness'\nexport * from '@xyo-network/evm-contract-witness'\n\nimport { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EvmPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EvmPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEd,SAASA,uBAAuB;AAGzB,IAAMC,aAAqC;KAAID;;AAGtD,IAAA,cAAeC;","names":["EthereumPlugins","EvmPlugins"]}