@xyo-network/evm-plugins 2.99.6 → 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.
- package/dist/neutral/index.d.ts +4 -3
- package/dist/neutral/index.mjs.map +1 -1
- package/package.json +35 -54
- package/src/index.ts +1 -1
- package/xy.config.ts +4 -5
- package/dist/browser/index.cjs +0 -37
- package/dist/browser/index.cjs.map +0 -1
- package/dist/browser/index.d.cts +0 -10
- package/dist/browser/index.d.cts.map +0 -1
- package/dist/browser/index.d.mts +0 -10
- package/dist/browser/index.d.mts.map +0 -1
- package/dist/browser/index.d.ts +0 -10
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/index.mjs +0 -15
- package/dist/browser/index.mjs.map +0 -1
- package/dist/neutral/index.cjs +0 -37
- package/dist/neutral/index.cjs.map +0 -1
- package/dist/neutral/index.d.cts +0 -10
- package/dist/neutral/index.d.cts.map +0 -1
- package/dist/neutral/index.d.mts +0 -10
- package/dist/neutral/index.d.mts.map +0 -1
- package/dist/neutral/index.d.ts.map +0 -1
- package/dist/node/index.cjs +0 -47
- package/dist/node/index.cjs.map +0 -1
- package/dist/node/index.d.cts +0 -10
- package/dist/node/index.d.cts.map +0 -1
- package/dist/node/index.d.mts +0 -10
- package/dist/node/index.d.mts.map +0 -1
- package/dist/node/index.d.ts +0 -10
- package/dist/node/index.d.ts.map +0 -1
- package/dist/node/index.mjs +0 -15
- package/dist/node/index.mjs.map +0 -1
package/dist/neutral/index.d.ts
CHANGED
|
@@ -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
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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": "^
|
|
14
|
-
"@xyo-network/erc1967-witness": "^
|
|
15
|
-
"@xyo-network/ethereum-blockchain-plugins": "^
|
|
16
|
-
"@xyo-network/evm-abi-diviner": "^
|
|
17
|
-
"@xyo-network/evm-call-witness": "^
|
|
18
|
-
"@xyo-network/evm-contract-witness": "^
|
|
19
|
-
"@xyo-network/payloadset-plugin": "^
|
|
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": "^
|
|
23
|
-
"@xylabs/jest-helpers": "^
|
|
24
|
-
"@xylabs/ts-scripts-yarn3": "^
|
|
25
|
-
"@xylabs/tsconfig": "^
|
|
26
|
-
"@xyo-network/account": "^
|
|
27
|
-
"@xyo-network/api-call-witness": "^
|
|
28
|
-
"@xyo-network/archivist-model": "^
|
|
29
|
-
"@xyo-network/crypto-nft-payload-plugin": "^
|
|
30
|
-
"@xyo-network/diviner-boundwitness-memory": "^
|
|
31
|
-
"@xyo-network/diviner-evm-call-result-to-token-uri": "^
|
|
32
|
-
"@xyo-network/diviner-model": "^
|
|
33
|
-
"@xyo-network/diviner-payload-memory": "^
|
|
34
|
-
"@xyo-network/diviner-payload-model": "^
|
|
35
|
-
"@xyo-network/diviner-temporal-indexing": "^
|
|
36
|
-
"@xyo-network/evm-nft-id-payload-plugin": "^
|
|
37
|
-
"@xyo-network/manifest": "^
|
|
38
|
-
"@xyo-network/module-factory-locator": "^
|
|
39
|
-
"@xyo-network/module-model": "^
|
|
40
|
-
"@xyo-network/node-memory": "^
|
|
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
41
|
"@xyo-network/open-zeppelin-typechain": "^3.1.0",
|
|
42
|
-
"@xyo-network/payload-model": "^
|
|
43
|
-
"@xyo-network/sentinel-model": "^
|
|
44
|
-
"@xyo-network/witness-evm-abstract": "^
|
|
45
|
-
"@xyo-network/witness-timestamp": "^
|
|
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/
|
|
50
|
+
"types": "dist/neutral/index.d.ts",
|
|
51
51
|
"exports": {
|
|
52
52
|
".": {
|
|
53
|
-
"
|
|
54
|
-
|
|
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
|
-
"
|
|
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": "
|
|
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
|
-
|
|
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
|
package/dist/browser/index.cjs
DELETED
|
@@ -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":[]}
|
package/dist/browser/index.d.cts
DELETED
|
@@ -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"}
|
package/dist/browser/index.d.mts
DELETED
|
@@ -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"}
|
package/dist/browser/index.d.ts
DELETED
|
@@ -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"}
|
package/dist/browser/index.mjs
DELETED
|
@@ -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":[]}
|
package/dist/neutral/index.cjs
DELETED
|
@@ -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":[]}
|
package/dist/neutral/index.d.cts
DELETED
|
@@ -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"}
|
package/dist/neutral/index.d.mts
DELETED
|
@@ -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"}
|
package/dist/node/index.cjs
DELETED
|
@@ -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
|
package/dist/node/index.cjs.map
DELETED
|
@@ -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":[]}
|
package/dist/node/index.d.cts
DELETED
|
@@ -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"}
|
package/dist/node/index.d.mts
DELETED
|
@@ -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"}
|
package/dist/node/index.d.ts
DELETED
|
@@ -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
|
package/dist/node/index.d.ts.map
DELETED
|
@@ -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"}
|
package/dist/node/index.mjs
DELETED
|
@@ -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
|
package/dist/node/index.mjs.map
DELETED
|
@@ -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":[]}
|