@xyo-network/evm-plugins 2.99.6 → 3.0.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.
@@ -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 };
@@ -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,SAAS,uBAAuB;AAGzB,IAAM,aAAqC,CAAC,GAAG,eAAe;AAGrE,IAAO,cAAQ;","names":[]}
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.6",
14
- "@xyo-network/erc1967-witness": "^2.99.6",
15
- "@xyo-network/ethereum-blockchain-plugins": "^2.99.6",
16
- "@xyo-network/evm-abi-diviner": "^2.99.6",
17
- "@xyo-network/evm-call-witness": "^2.99.6",
18
- "@xyo-network/evm-contract-witness": "^2.99.6",
19
- "@xyo-network/payloadset-plugin": "^2.111.3"
13
+ "@xyo-network/erc1822-witness": "^3.0.1",
14
+ "@xyo-network/erc1967-witness": "^3.0.1",
15
+ "@xyo-network/ethereum-blockchain-plugins": "^3.0.1",
16
+ "@xyo-network/evm-abi-diviner": "^3.0.1",
17
+ "@xyo-network/evm-call-witness": "^3.0.1",
18
+ "@xyo-network/evm-contract-witness": "^3.0.1",
19
+ "@xyo-network/payloadset-plugin": "^3.0.2"
20
20
  },
21
21
  "devDependencies": {
22
- "@xylabs/delay": "^3.6.12",
23
- "@xylabs/jest-helpers": "^3.6.12",
24
- "@xylabs/ts-scripts-yarn3": "^3.15.14",
25
- "@xylabs/tsconfig": "^3.15.14",
26
- "@xyo-network/account": "^2.111.3",
27
- "@xyo-network/api-call-witness": "^2.99.6",
28
- "@xyo-network/archivist-model": "^2.111.3",
29
- "@xyo-network/crypto-nft-payload-plugin": "^2.99.6",
30
- "@xyo-network/diviner-boundwitness-memory": "^2.111.3",
31
- "@xyo-network/diviner-evm-call-result-to-token-uri": "^2.99.6",
32
- "@xyo-network/diviner-model": "^2.111.3",
33
- "@xyo-network/diviner-payload-memory": "^2.111.3",
34
- "@xyo-network/diviner-payload-model": "^2.111.3",
35
- "@xyo-network/diviner-temporal-indexing": "^2.111.3",
36
- "@xyo-network/evm-nft-id-payload-plugin": "^2.99.6",
37
- "@xyo-network/manifest": "^2.111.3",
38
- "@xyo-network/module-factory-locator": "^2.111.3",
39
- "@xyo-network/module-model": "^2.111.3",
40
- "@xyo-network/node-memory": "^2.111.3",
22
+ "@xylabs/delay": "^4.0.1",
23
+ "@xylabs/jest-helpers": "^4.0.1",
24
+ "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15",
25
+ "@xylabs/tsconfig": "^4.0.0-rc.15",
26
+ "@xyo-network/account": "^3.0.2",
27
+ "@xyo-network/api-call-witness": "^3.0.1",
28
+ "@xyo-network/archivist-model": "^3.0.2",
29
+ "@xyo-network/crypto-nft-payload-plugin": "^3.0.1",
30
+ "@xyo-network/diviner-boundwitness-memory": "^3.0.2",
31
+ "@xyo-network/diviner-evm-call-result-to-token-uri": "^3.0.1",
32
+ "@xyo-network/diviner-model": "^3.0.2",
33
+ "@xyo-network/diviner-payload-memory": "^3.0.2",
34
+ "@xyo-network/diviner-payload-model": "^3.0.2",
35
+ "@xyo-network/diviner-temporal-indexing": "^3.0.2",
36
+ "@xyo-network/evm-nft-id-payload-plugin": "^3.0.1",
37
+ "@xyo-network/manifest": "^3.0.2",
38
+ "@xyo-network/module-factory-locator": "^3.0.2",
39
+ "@xyo-network/module-model": "^3.0.2",
40
+ "@xyo-network/node-memory": "^3.0.2",
41
41
  "@xyo-network/open-zeppelin-typechain": "^3.1.0",
42
- "@xyo-network/payload-model": "^2.111.3",
43
- "@xyo-network/sentinel-model": "^2.111.3",
44
- "@xyo-network/witness-evm-abstract": "^2.111.3",
45
- "@xyo-network/witness-timestamp": "^2.111.3",
42
+ "@xyo-network/payload-model": "^3.0.2",
43
+ "@xyo-network/sentinel-model": "^3.0.2",
44
+ "@xyo-network/witness-evm-abstract": "^3.0.2",
45
+ "@xyo-network/witness-timestamp": "^3.0.2",
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.6",
69
+ "version": "3.0.1",
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,37 +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 = [...import_ethereum_blockchain_plugins.EthereumPlugins];
36
- var src_default = EvmPlugins;
37
- //# 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;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,yCAAd;AACA,wBAAc,yCADd;AAEA,wBAAc,qDAFd;AAGA,wBAAc,yCAHd;AAIA,wBAAc,0CAJd;AAKA,wBAAc,8CALd;AAOA,yCAAgC;AAGzB,IAAM,aAAqC,CAAC,GAAG,kDAAe;AAGrE,IAAO,cAAQ;","names":[]}
@@ -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,15 +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 = [...EthereumPlugins];
10
- var src_default = EvmPlugins;
11
- export {
12
- EvmPlugins,
13
- src_default as default
14
- };
15
- //# 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,SAAS,uBAAuB;AAGzB,IAAM,aAAqC,CAAC,GAAG,eAAe;AAGrE,IAAO,cAAQ;","names":[]}
@@ -1,37 +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 = [...import_ethereum_blockchain_plugins.EthereumPlugins];
36
- var src_default = EvmPlugins;
37
- //# 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;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,yCAAd;AACA,wBAAc,yCADd;AAEA,wBAAc,qDAFd;AAGA,wBAAc,yCAHd;AAIA,wBAAc,0CAJd;AAKA,wBAAc,8CALd;AAOA,yCAAgC;AAGzB,IAAM,aAAqC,CAAC,GAAG,kDAAe;AAGrE,IAAO,cAAQ;","names":[]}
@@ -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,47 +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 = [...import_ethereum_blockchain_plugins.EthereumPlugins];
36
- var src_default = EvmPlugins;
37
- // Annotate the CommonJS export names for ESM import in node:
38
- 0 && (module.exports = {
39
- EvmPlugins,
40
- ...require("@xyo-network/erc1822-witness"),
41
- ...require("@xyo-network/erc1967-witness"),
42
- ...require("@xyo-network/ethereum-blockchain-plugins"),
43
- ...require("@xyo-network/evm-abi-diviner"),
44
- ...require("@xyo-network/evm-call-witness"),
45
- ...require("@xyo-network/evm-contract-witness")
46
- });
47
- //# 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;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,yCAAd;AACA,wBAAc,yCADd;AAEA,wBAAc,qDAFd;AAGA,wBAAc,yCAHd;AAIA,wBAAc,0CAJd;AAKA,wBAAc,8CALd;AAOA,yCAAgC;AAGzB,IAAM,aAAqC,CAAC,GAAG,kDAAe;AAGrE,IAAO,cAAQ;","names":[]}
@@ -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,15 +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 = [...EthereumPlugins];
10
- var src_default = EvmPlugins;
11
- export {
12
- EvmPlugins,
13
- src_default as default
14
- };
15
- //# 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,SAAS,uBAAuB;AAGzB,IAAM,aAAqC,CAAC,GAAG,eAAe;AAGrE,IAAO,cAAQ;","names":[]}