@xyo-network/evm-plugins 2.96.1 → 2.96.2
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 +1 -36
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.js +1 -14
- package/dist/browser/index.js.map +1 -1
- package/dist/neutral/index.cjs +1 -36
- package/dist/neutral/index.cjs.map +1 -1
- package/dist/neutral/index.js +1 -14
- package/dist/neutral/index.js.map +1 -1
- package/dist/node/index.cjs +1 -46
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.js +1 -14
- package/dist/node/index.js.map +1 -1
- package/package.json +14 -14
package/dist/browser/index.cjs
CHANGED
|
@@ -1,37 +1,2 @@
|
|
|
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;
|
|
1
|
+
"use strict";var u=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var P=Object.getOwnPropertyNames;var a=Object.prototype.hasOwnProperty;var g=(e,t)=>{for(var m in t)u(e,m,{get:t[m],enumerable:!0})},f=(e,t,m,x)=>{if(t&&typeof t=="object"||typeof t=="function")for(let p of P(t))!a.call(e,p)&&p!==m&&u(e,p,{get:()=>t[p],enumerable:!(x=i(t,p))||x.enumerable});return e},r=(e,t,m)=>(f(e,t,"default"),m&&f(m,t,"default"));var c=e=>f(u({},"__esModule",{value:!0}),e);var o={};g(o,{EvmPlugins:()=>n,default:()=>d});module.exports=c(o);r(o,require("@xyo-network/erc1822-witness"),module.exports);r(o,require("@xyo-network/erc1967-witness"),module.exports);r(o,require("@xyo-network/ethereum-blockchain-plugins"),module.exports);r(o,require("@xyo-network/evm-abi-diviner"),module.exports);r(o,require("@xyo-network/evm-call-witness"),module.exports);r(o,require("@xyo-network/evm-contract-witness"),module.exports);var l=require("@xyo-network/ethereum-blockchain-plugins"),n=[...l.EthereumPlugins],d=n;
|
|
37
2
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -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":"
|
|
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":"2dAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAAK,EAAAL,EAAc,wCAAd,gBACAK,EAAAL,EAAc,wCADd,gBAEAK,EAAAL,EAAc,oDAFd,gBAGAK,EAAAL,EAAc,wCAHd,gBAIAK,EAAAL,EAAc,yCAJd,gBAKAK,EAAAL,EAAc,6CALd,gBAOA,IAAAM,EAAgC,oDAGnBJ,EAAqC,CAAC,GAAG,iBAAe,EAG9DC,EAAQD","names":["src_exports","__export","EvmPlugins","src_default","__toCommonJS","__reExport","import_ethereum_blockchain_plugins"]}
|
package/dist/browser/index.js
CHANGED
|
@@ -1,15 +1,2 @@
|
|
|
1
|
-
|
|
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
|
-
};
|
|
1
|
+
export*from"@xyo-network/erc1822-witness";export*from"@xyo-network/erc1967-witness";export*from"@xyo-network/ethereum-blockchain-plugins";export*from"@xyo-network/evm-abi-diviner";export*from"@xyo-network/evm-call-witness";export*from"@xyo-network/evm-contract-witness";import{EthereumPlugins as o}from"@xyo-network/ethereum-blockchain-plugins";var r=[...o],e=r;export{r as EvmPlugins,e as default};
|
|
15
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -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":"
|
|
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,WAAc,+BACd,WAAc,+BACd,WAAc,2CACd,WAAc,+BACd,WAAc,gCACd,WAAc,oCAEd,OAAS,mBAAAA,MAAuB,2CAGzB,IAAMC,EAAqC,CAAC,GAAGD,CAAe,EAG9DE,EAAQD","names":["EthereumPlugins","EvmPlugins","src_default"]}
|
package/dist/neutral/index.cjs
CHANGED
|
@@ -1,37 +1,2 @@
|
|
|
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;
|
|
1
|
+
"use strict";var u=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var P=Object.getOwnPropertyNames;var a=Object.prototype.hasOwnProperty;var g=(e,t)=>{for(var m in t)u(e,m,{get:t[m],enumerable:!0})},f=(e,t,m,x)=>{if(t&&typeof t=="object"||typeof t=="function")for(let p of P(t))!a.call(e,p)&&p!==m&&u(e,p,{get:()=>t[p],enumerable:!(x=i(t,p))||x.enumerable});return e},r=(e,t,m)=>(f(e,t,"default"),m&&f(m,t,"default"));var c=e=>f(u({},"__esModule",{value:!0}),e);var o={};g(o,{EvmPlugins:()=>n,default:()=>d});module.exports=c(o);r(o,require("@xyo-network/erc1822-witness"),module.exports);r(o,require("@xyo-network/erc1967-witness"),module.exports);r(o,require("@xyo-network/ethereum-blockchain-plugins"),module.exports);r(o,require("@xyo-network/evm-abi-diviner"),module.exports);r(o,require("@xyo-network/evm-call-witness"),module.exports);r(o,require("@xyo-network/evm-contract-witness"),module.exports);var l=require("@xyo-network/ethereum-blockchain-plugins"),n=[...l.EthereumPlugins],d=n;
|
|
37
2
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -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":"
|
|
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":"2dAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAAK,EAAAL,EAAc,wCAAd,gBACAK,EAAAL,EAAc,wCADd,gBAEAK,EAAAL,EAAc,oDAFd,gBAGAK,EAAAL,EAAc,wCAHd,gBAIAK,EAAAL,EAAc,yCAJd,gBAKAK,EAAAL,EAAc,6CALd,gBAOA,IAAAM,EAAgC,oDAGnBJ,EAAqC,CAAC,GAAG,iBAAe,EAG9DC,EAAQD","names":["src_exports","__export","EvmPlugins","src_default","__toCommonJS","__reExport","import_ethereum_blockchain_plugins"]}
|
package/dist/neutral/index.js
CHANGED
|
@@ -1,15 +1,2 @@
|
|
|
1
|
-
|
|
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
|
-
};
|
|
1
|
+
export*from"@xyo-network/erc1822-witness";export*from"@xyo-network/erc1967-witness";export*from"@xyo-network/ethereum-blockchain-plugins";export*from"@xyo-network/evm-abi-diviner";export*from"@xyo-network/evm-call-witness";export*from"@xyo-network/evm-contract-witness";import{EthereumPlugins as o}from"@xyo-network/ethereum-blockchain-plugins";var r=[...o],e=r;export{r as EvmPlugins,e as default};
|
|
15
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -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":"
|
|
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,WAAc,+BACd,WAAc,+BACd,WAAc,2CACd,WAAc,+BACd,WAAc,gCACd,WAAc,oCAEd,OAAS,mBAAAA,MAAuB,2CAGzB,IAAMC,EAAqC,CAAC,GAAGD,CAAe,EAG9DE,EAAQD","names":["EthereumPlugins","EvmPlugins","src_default"]}
|
package/dist/node/index.cjs
CHANGED
|
@@ -1,47 +1,2 @@
|
|
|
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
|
-
});
|
|
1
|
+
"use strict";var u=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var P=Object.getOwnPropertyNames;var a=Object.prototype.hasOwnProperty;var g=(e,t)=>{for(var m in t)u(e,m,{get:t[m],enumerable:!0})},f=(e,t,m,x)=>{if(t&&typeof t=="object"||typeof t=="function")for(let p of P(t))!a.call(e,p)&&p!==m&&u(e,p,{get:()=>t[p],enumerable:!(x=i(t,p))||x.enumerable});return e},r=(e,t,m)=>(f(e,t,"default"),m&&f(m,t,"default"));var c=e=>f(u({},"__esModule",{value:!0}),e);var o={};g(o,{EvmPlugins:()=>n,default:()=>d});module.exports=c(o);r(o,require("@xyo-network/erc1822-witness"),module.exports);r(o,require("@xyo-network/erc1967-witness"),module.exports);r(o,require("@xyo-network/ethereum-blockchain-plugins"),module.exports);r(o,require("@xyo-network/evm-abi-diviner"),module.exports);r(o,require("@xyo-network/evm-call-witness"),module.exports);r(o,require("@xyo-network/evm-contract-witness"),module.exports);var l=require("@xyo-network/ethereum-blockchain-plugins"),n=[...l.EthereumPlugins],d=n;0&&(module.exports={EvmPlugins,...require("@xyo-network/erc1822-witness"),...require("@xyo-network/erc1967-witness"),...require("@xyo-network/ethereum-blockchain-plugins"),...require("@xyo-network/evm-abi-diviner"),...require("@xyo-network/evm-call-witness"),...require("@xyo-network/evm-contract-witness")});
|
|
47
2
|
//# sourceMappingURL=index.cjs.map
|
package/dist/node/index.cjs.map
CHANGED
|
@@ -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":"
|
|
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":"2dAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAAK,EAAAL,EAAc,wCAAd,gBACAK,EAAAL,EAAc,wCADd,gBAEAK,EAAAL,EAAc,oDAFd,gBAGAK,EAAAL,EAAc,wCAHd,gBAIAK,EAAAL,EAAc,yCAJd,gBAKAK,EAAAL,EAAc,6CALd,gBAOA,IAAAM,EAAgC,oDAGnBJ,EAAqC,CAAC,GAAG,iBAAe,EAG9DC,EAAQD","names":["src_exports","__export","EvmPlugins","src_default","__toCommonJS","__reExport","import_ethereum_blockchain_plugins"]}
|
package/dist/node/index.js
CHANGED
|
@@ -1,15 +1,2 @@
|
|
|
1
|
-
|
|
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
|
-
};
|
|
1
|
+
export*from"@xyo-network/erc1822-witness";export*from"@xyo-network/erc1967-witness";export*from"@xyo-network/ethereum-blockchain-plugins";export*from"@xyo-network/evm-abi-diviner";export*from"@xyo-network/evm-call-witness";export*from"@xyo-network/evm-contract-witness";import{EthereumPlugins as o}from"@xyo-network/ethereum-blockchain-plugins";var r=[...o],e=r;export{r as EvmPlugins,e as default};
|
|
15
2
|
//# 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/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":"
|
|
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,WAAc,+BACd,WAAc,+BACd,WAAc,2CACd,WAAc,+BACd,WAAc,gCACd,WAAc,oCAEd,OAAS,mBAAAA,MAAuB,2CAGzB,IAAMC,EAAqC,CAAC,GAAGD,CAAe,EAG9DE,EAAQD","names":["EthereumPlugins","EvmPlugins","src_default"]}
|
package/package.json
CHANGED
|
@@ -10,30 +10,30 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/plugins/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/erc1822-witness": "~2.96.
|
|
14
|
-
"@xyo-network/erc1967-witness": "~2.96.
|
|
15
|
-
"@xyo-network/ethereum-blockchain-plugins": "~2.96.
|
|
16
|
-
"@xyo-network/evm-abi-diviner": "~2.96.
|
|
17
|
-
"@xyo-network/evm-call-witness": "~2.96.
|
|
18
|
-
"@xyo-network/evm-contract-witness": "~2.96.
|
|
13
|
+
"@xyo-network/erc1822-witness": "~2.96.2",
|
|
14
|
+
"@xyo-network/erc1967-witness": "~2.96.2",
|
|
15
|
+
"@xyo-network/ethereum-blockchain-plugins": "~2.96.2",
|
|
16
|
+
"@xyo-network/evm-abi-diviner": "~2.96.2",
|
|
17
|
+
"@xyo-network/evm-call-witness": "~2.96.2",
|
|
18
|
+
"@xyo-network/evm-contract-witness": "~2.96.2",
|
|
19
19
|
"@xyo-network/payloadset-plugin": "^2.106.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@xylabs/delay": "^3.5.1",
|
|
23
23
|
"@xylabs/jest-helpers": "^3.5.1",
|
|
24
|
-
"@xylabs/ts-scripts-yarn3": "^3.11.
|
|
25
|
-
"@xylabs/tsconfig": "^3.11.
|
|
24
|
+
"@xylabs/ts-scripts-yarn3": "^3.11.7",
|
|
25
|
+
"@xylabs/tsconfig": "^3.11.7",
|
|
26
26
|
"@xyo-network/account": "^2.106.0",
|
|
27
|
-
"@xyo-network/api-call-witness": "~2.96.
|
|
27
|
+
"@xyo-network/api-call-witness": "~2.96.2",
|
|
28
28
|
"@xyo-network/archivist-model": "^2.106.0",
|
|
29
|
-
"@xyo-network/crypto-nft-payload-plugin": "~2.96.
|
|
29
|
+
"@xyo-network/crypto-nft-payload-plugin": "~2.96.2",
|
|
30
30
|
"@xyo-network/diviner-boundwitness-memory": "^2.106.0",
|
|
31
|
-
"@xyo-network/diviner-evm-call-result-to-token-uri": "~2.96.
|
|
31
|
+
"@xyo-network/diviner-evm-call-result-to-token-uri": "~2.96.2",
|
|
32
32
|
"@xyo-network/diviner-model": "^2.106.0",
|
|
33
33
|
"@xyo-network/diviner-payload-memory": "^2.106.0",
|
|
34
34
|
"@xyo-network/diviner-payload-model": "^2.106.0",
|
|
35
35
|
"@xyo-network/diviner-temporal-indexing": "^2.106.0",
|
|
36
|
-
"@xyo-network/evm-nft-id-payload-plugin": "~2.96.
|
|
36
|
+
"@xyo-network/evm-nft-id-payload-plugin": "~2.96.2",
|
|
37
37
|
"@xyo-network/manifest": "^2.106.0",
|
|
38
38
|
"@xyo-network/module-factory-locator": "^2.106.0",
|
|
39
39
|
"@xyo-network/module-model": "^2.106.0",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@xyo-network/witness-evm-abstract": "^2.106.0",
|
|
45
45
|
"@xyo-network/witness-timestamp": "^2.106.0",
|
|
46
46
|
"jest": "^29.7.0",
|
|
47
|
-
"typescript": "^5.
|
|
47
|
+
"typescript": "^5.5.2"
|
|
48
48
|
},
|
|
49
49
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
50
50
|
"types": "dist/node/index.d.ts",
|
|
@@ -85,6 +85,6 @@
|
|
|
85
85
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
86
86
|
},
|
|
87
87
|
"sideEffects": false,
|
|
88
|
-
"version": "2.96.
|
|
88
|
+
"version": "2.96.2",
|
|
89
89
|
"type": "module"
|
|
90
90
|
}
|