@xyo-network/blockchain-payload-plugins 2.97.0-rc.1 → 2.97.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/browser/index.cjs +1 -31
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.js +1 -9
- package/dist/browser/index.js.map +1 -1
- package/dist/neutral/index.cjs +1 -31
- package/dist/neutral/index.cjs.map +1 -1
- package/dist/neutral/index.js +1 -9
- package/dist/neutral/index.js.map +1 -1
- package/dist/node/index.cjs +1 -36
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.js +1 -9
- package/dist/node/index.js.map +1 -1
- package/package.json +7 -8
package/dist/browser/index.cjs
CHANGED
|
@@ -1,32 +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
|
-
BlockchainPayloadPlugins: () => BlockchainPayloadPlugins,
|
|
25
|
-
default: () => src_default
|
|
26
|
-
});
|
|
27
|
-
module.exports = __toCommonJS(src_exports);
|
|
28
|
-
__reExport(src_exports, require("@xyo-network/ethereum-blockchain-payload-plugins"), module.exports);
|
|
29
|
-
var import_ethereum_blockchain_payload_plugins = require("@xyo-network/ethereum-blockchain-payload-plugins");
|
|
30
|
-
var BlockchainPayloadPlugins = [...import_ethereum_blockchain_payload_plugins.EthereumPayloadPlugins];
|
|
31
|
-
var src_default = BlockchainPayloadPlugins;
|
|
1
|
+
"use strict";var P=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var f=(a,o)=>{for(var l in o)P(a,l,{get:o[l],enumerable:!0})},u=(a,o,l,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of d(o))!p.call(a,t)&&t!==l&&P(a,t,{get:()=>o[t],enumerable:!(i=c(o,t))||i.enumerable});return a},n=(a,o,l)=>(u(a,o,"default"),l&&u(l,o,"default"));var g=a=>u(P({},"__esModule",{value:!0}),a);var r={};f(r,{BlockchainPayloadPlugins:()=>m,default:()=>y});module.exports=g(r);n(r,require("@xyo-network/ethereum-blockchain-payload-plugins"),module.exports);var e=require("@xyo-network/ethereum-blockchain-payload-plugins"),m=[...e.EthereumPayloadPlugins],y=m;
|
|
32
2
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-payload-plugins'\n\nimport { EthereumPayloadPlugins } from '@xyo-network/ethereum-blockchain-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const BlockchainPayloadPlugins: PayloadPluginFunc[] = [...EthereumPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPayloadPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-payload-plugins'\n\nimport { EthereumPayloadPlugins } from '@xyo-network/ethereum-blockchain-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const BlockchainPayloadPlugins: PayloadPluginFunc[] = [...EthereumPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPayloadPlugins\n"],"mappings":"2dAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,8BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAAK,EAAAL,EAAc,4DAAd,gBAEA,IAAAM,EAAuC,4DAG1BJ,EAAgD,CAAC,GAAG,wBAAsB,EAGhFC,EAAQD","names":["src_exports","__export","BlockchainPayloadPlugins","src_default","__toCommonJS","__reExport","import_ethereum_blockchain_payload_plugins"]}
|
package/dist/browser/index.js
CHANGED
|
@@ -1,10 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export * from "@xyo-network/ethereum-blockchain-payload-plugins";
|
|
3
|
-
import { EthereumPayloadPlugins } from "@xyo-network/ethereum-blockchain-payload-plugins";
|
|
4
|
-
var BlockchainPayloadPlugins = [...EthereumPayloadPlugins];
|
|
5
|
-
var src_default = BlockchainPayloadPlugins;
|
|
6
|
-
export {
|
|
7
|
-
BlockchainPayloadPlugins,
|
|
8
|
-
src_default as default
|
|
9
|
-
};
|
|
1
|
+
export*from"@xyo-network/ethereum-blockchain-payload-plugins";import{EthereumPayloadPlugins as o}from"@xyo-network/ethereum-blockchain-payload-plugins";var a=[...o],r=a;export{a as BlockchainPayloadPlugins,r as default};
|
|
10
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-payload-plugins'\n\nimport { EthereumPayloadPlugins } from '@xyo-network/ethereum-blockchain-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const BlockchainPayloadPlugins: PayloadPluginFunc[] = [...EthereumPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPayloadPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-payload-plugins'\n\nimport { EthereumPayloadPlugins } from '@xyo-network/ethereum-blockchain-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const BlockchainPayloadPlugins: PayloadPluginFunc[] = [...EthereumPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPayloadPlugins\n"],"mappings":"AAAA,WAAc,mDAEd,OAAS,0BAAAA,MAA8B,mDAGhC,IAAMC,EAAgD,CAAC,GAAGD,CAAsB,EAGhFE,EAAQD","names":["EthereumPayloadPlugins","BlockchainPayloadPlugins","src_default"]}
|
package/dist/neutral/index.cjs
CHANGED
|
@@ -1,32 +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
|
-
BlockchainPayloadPlugins: () => BlockchainPayloadPlugins,
|
|
25
|
-
default: () => src_default
|
|
26
|
-
});
|
|
27
|
-
module.exports = __toCommonJS(src_exports);
|
|
28
|
-
__reExport(src_exports, require("@xyo-network/ethereum-blockchain-payload-plugins"), module.exports);
|
|
29
|
-
var import_ethereum_blockchain_payload_plugins = require("@xyo-network/ethereum-blockchain-payload-plugins");
|
|
30
|
-
var BlockchainPayloadPlugins = [...import_ethereum_blockchain_payload_plugins.EthereumPayloadPlugins];
|
|
31
|
-
var src_default = BlockchainPayloadPlugins;
|
|
1
|
+
"use strict";var P=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var f=(a,o)=>{for(var l in o)P(a,l,{get:o[l],enumerable:!0})},u=(a,o,l,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of d(o))!p.call(a,t)&&t!==l&&P(a,t,{get:()=>o[t],enumerable:!(i=c(o,t))||i.enumerable});return a},n=(a,o,l)=>(u(a,o,"default"),l&&u(l,o,"default"));var g=a=>u(P({},"__esModule",{value:!0}),a);var r={};f(r,{BlockchainPayloadPlugins:()=>m,default:()=>y});module.exports=g(r);n(r,require("@xyo-network/ethereum-blockchain-payload-plugins"),module.exports);var e=require("@xyo-network/ethereum-blockchain-payload-plugins"),m=[...e.EthereumPayloadPlugins],y=m;
|
|
32
2
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-payload-plugins'\n\nimport { EthereumPayloadPlugins } from '@xyo-network/ethereum-blockchain-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const BlockchainPayloadPlugins: PayloadPluginFunc[] = [...EthereumPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPayloadPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-payload-plugins'\n\nimport { EthereumPayloadPlugins } from '@xyo-network/ethereum-blockchain-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const BlockchainPayloadPlugins: PayloadPluginFunc[] = [...EthereumPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPayloadPlugins\n"],"mappings":"2dAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,8BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAAK,EAAAL,EAAc,4DAAd,gBAEA,IAAAM,EAAuC,4DAG1BJ,EAAgD,CAAC,GAAG,wBAAsB,EAGhFC,EAAQD","names":["src_exports","__export","BlockchainPayloadPlugins","src_default","__toCommonJS","__reExport","import_ethereum_blockchain_payload_plugins"]}
|
package/dist/neutral/index.js
CHANGED
|
@@ -1,10 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export * from "@xyo-network/ethereum-blockchain-payload-plugins";
|
|
3
|
-
import { EthereumPayloadPlugins } from "@xyo-network/ethereum-blockchain-payload-plugins";
|
|
4
|
-
var BlockchainPayloadPlugins = [...EthereumPayloadPlugins];
|
|
5
|
-
var src_default = BlockchainPayloadPlugins;
|
|
6
|
-
export {
|
|
7
|
-
BlockchainPayloadPlugins,
|
|
8
|
-
src_default as default
|
|
9
|
-
};
|
|
1
|
+
export*from"@xyo-network/ethereum-blockchain-payload-plugins";import{EthereumPayloadPlugins as o}from"@xyo-network/ethereum-blockchain-payload-plugins";var a=[...o],r=a;export{a as BlockchainPayloadPlugins,r as default};
|
|
10
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-payload-plugins'\n\nimport { EthereumPayloadPlugins } from '@xyo-network/ethereum-blockchain-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const BlockchainPayloadPlugins: PayloadPluginFunc[] = [...EthereumPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPayloadPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-payload-plugins'\n\nimport { EthereumPayloadPlugins } from '@xyo-network/ethereum-blockchain-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const BlockchainPayloadPlugins: PayloadPluginFunc[] = [...EthereumPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPayloadPlugins\n"],"mappings":"AAAA,WAAc,mDAEd,OAAS,0BAAAA,MAA8B,mDAGhC,IAAMC,EAAgD,CAAC,GAAGD,CAAsB,EAGhFE,EAAQD","names":["EthereumPayloadPlugins","BlockchainPayloadPlugins","src_default"]}
|
package/dist/node/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
|
-
BlockchainPayloadPlugins: () => BlockchainPayloadPlugins,
|
|
25
|
-
default: () => src_default
|
|
26
|
-
});
|
|
27
|
-
module.exports = __toCommonJS(src_exports);
|
|
28
|
-
__reExport(src_exports, require("@xyo-network/ethereum-blockchain-payload-plugins"), module.exports);
|
|
29
|
-
var import_ethereum_blockchain_payload_plugins = require("@xyo-network/ethereum-blockchain-payload-plugins");
|
|
30
|
-
var BlockchainPayloadPlugins = [...import_ethereum_blockchain_payload_plugins.EthereumPayloadPlugins];
|
|
31
|
-
var src_default = BlockchainPayloadPlugins;
|
|
32
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
33
|
-
0 && (module.exports = {
|
|
34
|
-
BlockchainPayloadPlugins,
|
|
35
|
-
...require("@xyo-network/ethereum-blockchain-payload-plugins")
|
|
36
|
-
});
|
|
1
|
+
"use strict";var P=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var f=(a,o)=>{for(var l in o)P(a,l,{get:o[l],enumerable:!0})},u=(a,o,l,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of d(o))!p.call(a,t)&&t!==l&&P(a,t,{get:()=>o[t],enumerable:!(i=c(o,t))||i.enumerable});return a},n=(a,o,l)=>(u(a,o,"default"),l&&u(l,o,"default"));var g=a=>u(P({},"__esModule",{value:!0}),a);var r={};f(r,{BlockchainPayloadPlugins:()=>m,default:()=>y});module.exports=g(r);n(r,require("@xyo-network/ethereum-blockchain-payload-plugins"),module.exports);var e=require("@xyo-network/ethereum-blockchain-payload-plugins"),m=[...e.EthereumPayloadPlugins],y=m;0&&(module.exports={BlockchainPayloadPlugins,...require("@xyo-network/ethereum-blockchain-payload-plugins")});
|
|
37
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/ethereum-blockchain-payload-plugins'\n\nimport { EthereumPayloadPlugins } from '@xyo-network/ethereum-blockchain-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const BlockchainPayloadPlugins: PayloadPluginFunc[] = [...EthereumPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPayloadPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-payload-plugins'\n\nimport { EthereumPayloadPlugins } from '@xyo-network/ethereum-blockchain-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const BlockchainPayloadPlugins: PayloadPluginFunc[] = [...EthereumPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPayloadPlugins\n"],"mappings":"2dAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,8BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAAK,EAAAL,EAAc,4DAAd,gBAEA,IAAAM,EAAuC,4DAG1BJ,EAAgD,CAAC,GAAG,wBAAsB,EAGhFC,EAAQD","names":["src_exports","__export","BlockchainPayloadPlugins","src_default","__toCommonJS","__reExport","import_ethereum_blockchain_payload_plugins"]}
|
package/dist/node/index.js
CHANGED
|
@@ -1,10 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export * from "@xyo-network/ethereum-blockchain-payload-plugins";
|
|
3
|
-
import { EthereumPayloadPlugins } from "@xyo-network/ethereum-blockchain-payload-plugins";
|
|
4
|
-
var BlockchainPayloadPlugins = [...EthereumPayloadPlugins];
|
|
5
|
-
var src_default = BlockchainPayloadPlugins;
|
|
6
|
-
export {
|
|
7
|
-
BlockchainPayloadPlugins,
|
|
8
|
-
src_default as default
|
|
9
|
-
};
|
|
1
|
+
export*from"@xyo-network/ethereum-blockchain-payload-plugins";import{EthereumPayloadPlugins as o}from"@xyo-network/ethereum-blockchain-payload-plugins";var a=[...o],r=a;export{a as BlockchainPayloadPlugins,r as default};
|
|
10
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/ethereum-blockchain-payload-plugins'\n\nimport { EthereumPayloadPlugins } from '@xyo-network/ethereum-blockchain-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const BlockchainPayloadPlugins: PayloadPluginFunc[] = [...EthereumPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPayloadPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-payload-plugins'\n\nimport { EthereumPayloadPlugins } from '@xyo-network/ethereum-blockchain-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const BlockchainPayloadPlugins: PayloadPluginFunc[] = [...EthereumPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPayloadPlugins\n"],"mappings":"AAAA,WAAc,mDAEd,OAAS,0BAAAA,MAA8B,mDAGhC,IAAMC,EAAgD,CAAC,GAAGD,CAAsB,EAGhFE,EAAQD","names":["EthereumPayloadPlugins","BlockchainPayloadPlugins","src_default"]}
|
package/package.json
CHANGED
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/plugins/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/ethereum-blockchain-payload-plugins": "~2.97.0
|
|
14
|
-
"@xyo-network/payload-plugin": "
|
|
13
|
+
"@xyo-network/ethereum-blockchain-payload-plugins": "~2.97.0",
|
|
14
|
+
"@xyo-network/payload-plugin": "^2.107.0"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@xylabs/ts-scripts-yarn3": "^3.11.
|
|
18
|
-
"@xylabs/tsconfig": "^3.11.
|
|
19
|
-
"typescript": "^5.
|
|
17
|
+
"@xylabs/ts-scripts-yarn3": "^3.11.8",
|
|
18
|
+
"@xylabs/tsconfig": "^3.11.8",
|
|
19
|
+
"typescript": "^5.5.2"
|
|
20
20
|
},
|
|
21
21
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
22
22
|
"exports": {
|
|
@@ -57,7 +57,6 @@
|
|
|
57
57
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
58
58
|
},
|
|
59
59
|
"sideEffects": false,
|
|
60
|
-
"version": "2.97.0
|
|
61
|
-
"type": "module"
|
|
62
|
-
"stableVersion": "2.96.0"
|
|
60
|
+
"version": "2.97.0",
|
|
61
|
+
"type": "module"
|
|
63
62
|
}
|