@xyo-network/ethereum-blockchain-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 -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 +5 -5
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
|
-
EthereumPlugins: () => EthereumPlugins,
|
|
25
|
-
default: () => src_default
|
|
26
|
-
});
|
|
27
|
-
module.exports = __toCommonJS(src_exports);
|
|
28
|
-
__reExport(src_exports, require("@xyo-network/gas-ethereum-blockchain-plugins"), module.exports);
|
|
29
|
-
var import_gas_ethereum_blockchain_plugins = require("@xyo-network/gas-ethereum-blockchain-plugins");
|
|
30
|
-
var EthereumPlugins = [...import_gas_ethereum_blockchain_plugins.EthereumGasPlugins];
|
|
31
|
-
var src_default = EthereumPlugins;
|
|
1
|
+
"use strict";var n=Object.defineProperty;var p=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var g=Object.prototype.hasOwnProperty;var s=(t,o)=>{for(var e in o)n(t,e,{get:o[e],enumerable:!0})},m=(t,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of f(o))!g.call(t,l)&&l!==e&&n(t,l,{get:()=>o[l],enumerable:!(a=p(o,l))||a.enumerable});return t},u=(t,o,e)=>(m(t,o,"default"),e&&m(e,o,"default"));var c=t=>m(n({},"__esModule",{value:!0}),t);var r={};s(r,{EthereumPlugins:()=>P,default:()=>d});module.exports=c(r);u(r,require("@xyo-network/gas-ethereum-blockchain-plugins"),module.exports);var i=require("@xyo-network/gas-ethereum-blockchain-plugins"),P=[...i.EthereumGasPlugins],d=P;
|
|
32
2
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/gas-ethereum-blockchain-plugins'\n\nimport { EthereumGasPlugins } from '@xyo-network/gas-ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumPlugins: PayloadSetPluginFunc[] = [...EthereumGasPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/gas-ethereum-blockchain-plugins'\n\nimport { EthereumGasPlugins } from '@xyo-network/gas-ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumPlugins: PayloadSetPluginFunc[] = [...EthereumGasPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumPlugins\n"],"mappings":"2dAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAAK,EAAAL,EAAc,wDAAd,gBAEA,IAAAM,EAAmC,wDAGtBJ,EAA0C,CAAC,GAAG,oBAAkB,EAGtEC,EAAQD","names":["src_exports","__export","EthereumPlugins","src_default","__toCommonJS","__reExport","import_gas_ethereum_blockchain_plugins"]}
|
package/dist/browser/index.js
CHANGED
|
@@ -1,10 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export * from "@xyo-network/gas-ethereum-blockchain-plugins";
|
|
3
|
-
import { EthereumGasPlugins } from "@xyo-network/gas-ethereum-blockchain-plugins";
|
|
4
|
-
var EthereumPlugins = [...EthereumGasPlugins];
|
|
5
|
-
var src_default = EthereumPlugins;
|
|
6
|
-
export {
|
|
7
|
-
EthereumPlugins,
|
|
8
|
-
src_default as default
|
|
9
|
-
};
|
|
1
|
+
export*from"@xyo-network/gas-ethereum-blockchain-plugins";import{EthereumGasPlugins as o}from"@xyo-network/gas-ethereum-blockchain-plugins";var t=[...o],r=t;export{t as EthereumPlugins,r as default};
|
|
10
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/gas-ethereum-blockchain-plugins'\n\nimport { EthereumGasPlugins } from '@xyo-network/gas-ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumPlugins: PayloadSetPluginFunc[] = [...EthereumGasPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/gas-ethereum-blockchain-plugins'\n\nimport { EthereumGasPlugins } from '@xyo-network/gas-ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumPlugins: PayloadSetPluginFunc[] = [...EthereumGasPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumPlugins\n"],"mappings":"AAAA,WAAc,+CAEd,OAAS,sBAAAA,MAA0B,+CAG5B,IAAMC,EAA0C,CAAC,GAAGD,CAAkB,EAGtEE,EAAQD","names":["EthereumGasPlugins","EthereumPlugins","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
|
-
EthereumPlugins: () => EthereumPlugins,
|
|
25
|
-
default: () => src_default
|
|
26
|
-
});
|
|
27
|
-
module.exports = __toCommonJS(src_exports);
|
|
28
|
-
__reExport(src_exports, require("@xyo-network/gas-ethereum-blockchain-plugins"), module.exports);
|
|
29
|
-
var import_gas_ethereum_blockchain_plugins = require("@xyo-network/gas-ethereum-blockchain-plugins");
|
|
30
|
-
var EthereumPlugins = [...import_gas_ethereum_blockchain_plugins.EthereumGasPlugins];
|
|
31
|
-
var src_default = EthereumPlugins;
|
|
1
|
+
"use strict";var n=Object.defineProperty;var p=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var g=Object.prototype.hasOwnProperty;var s=(t,o)=>{for(var e in o)n(t,e,{get:o[e],enumerable:!0})},m=(t,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of f(o))!g.call(t,l)&&l!==e&&n(t,l,{get:()=>o[l],enumerable:!(a=p(o,l))||a.enumerable});return t},u=(t,o,e)=>(m(t,o,"default"),e&&m(e,o,"default"));var c=t=>m(n({},"__esModule",{value:!0}),t);var r={};s(r,{EthereumPlugins:()=>P,default:()=>d});module.exports=c(r);u(r,require("@xyo-network/gas-ethereum-blockchain-plugins"),module.exports);var i=require("@xyo-network/gas-ethereum-blockchain-plugins"),P=[...i.EthereumGasPlugins],d=P;
|
|
32
2
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/gas-ethereum-blockchain-plugins'\n\nimport { EthereumGasPlugins } from '@xyo-network/gas-ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumPlugins: PayloadSetPluginFunc[] = [...EthereumGasPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/gas-ethereum-blockchain-plugins'\n\nimport { EthereumGasPlugins } from '@xyo-network/gas-ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumPlugins: PayloadSetPluginFunc[] = [...EthereumGasPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumPlugins\n"],"mappings":"2dAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAAK,EAAAL,EAAc,wDAAd,gBAEA,IAAAM,EAAmC,wDAGtBJ,EAA0C,CAAC,GAAG,oBAAkB,EAGtEC,EAAQD","names":["src_exports","__export","EthereumPlugins","src_default","__toCommonJS","__reExport","import_gas_ethereum_blockchain_plugins"]}
|
package/dist/neutral/index.js
CHANGED
|
@@ -1,10 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export * from "@xyo-network/gas-ethereum-blockchain-plugins";
|
|
3
|
-
import { EthereumGasPlugins } from "@xyo-network/gas-ethereum-blockchain-plugins";
|
|
4
|
-
var EthereumPlugins = [...EthereumGasPlugins];
|
|
5
|
-
var src_default = EthereumPlugins;
|
|
6
|
-
export {
|
|
7
|
-
EthereumPlugins,
|
|
8
|
-
src_default as default
|
|
9
|
-
};
|
|
1
|
+
export*from"@xyo-network/gas-ethereum-blockchain-plugins";import{EthereumGasPlugins as o}from"@xyo-network/gas-ethereum-blockchain-plugins";var t=[...o],r=t;export{t as EthereumPlugins,r as default};
|
|
10
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/gas-ethereum-blockchain-plugins'\n\nimport { EthereumGasPlugins } from '@xyo-network/gas-ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumPlugins: PayloadSetPluginFunc[] = [...EthereumGasPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/gas-ethereum-blockchain-plugins'\n\nimport { EthereumGasPlugins } from '@xyo-network/gas-ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumPlugins: PayloadSetPluginFunc[] = [...EthereumGasPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumPlugins\n"],"mappings":"AAAA,WAAc,+CAEd,OAAS,sBAAAA,MAA0B,+CAG5B,IAAMC,EAA0C,CAAC,GAAGD,CAAkB,EAGtEE,EAAQD","names":["EthereumGasPlugins","EthereumPlugins","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
|
-
EthereumPlugins: () => EthereumPlugins,
|
|
25
|
-
default: () => src_default
|
|
26
|
-
});
|
|
27
|
-
module.exports = __toCommonJS(src_exports);
|
|
28
|
-
__reExport(src_exports, require("@xyo-network/gas-ethereum-blockchain-plugins"), module.exports);
|
|
29
|
-
var import_gas_ethereum_blockchain_plugins = require("@xyo-network/gas-ethereum-blockchain-plugins");
|
|
30
|
-
var EthereumPlugins = [...import_gas_ethereum_blockchain_plugins.EthereumGasPlugins];
|
|
31
|
-
var src_default = EthereumPlugins;
|
|
32
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
33
|
-
0 && (module.exports = {
|
|
34
|
-
EthereumPlugins,
|
|
35
|
-
...require("@xyo-network/gas-ethereum-blockchain-plugins")
|
|
36
|
-
});
|
|
1
|
+
"use strict";var n=Object.defineProperty;var p=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var g=Object.prototype.hasOwnProperty;var s=(t,o)=>{for(var e in o)n(t,e,{get:o[e],enumerable:!0})},m=(t,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of f(o))!g.call(t,l)&&l!==e&&n(t,l,{get:()=>o[l],enumerable:!(a=p(o,l))||a.enumerable});return t},u=(t,o,e)=>(m(t,o,"default"),e&&m(e,o,"default"));var c=t=>m(n({},"__esModule",{value:!0}),t);var r={};s(r,{EthereumPlugins:()=>P,default:()=>d});module.exports=c(r);u(r,require("@xyo-network/gas-ethereum-blockchain-plugins"),module.exports);var i=require("@xyo-network/gas-ethereum-blockchain-plugins"),P=[...i.EthereumGasPlugins],d=P;0&&(module.exports={EthereumPlugins,...require("@xyo-network/gas-ethereum-blockchain-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/gas-ethereum-blockchain-plugins'\n\nimport { EthereumGasPlugins } from '@xyo-network/gas-ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumPlugins: PayloadSetPluginFunc[] = [...EthereumGasPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/gas-ethereum-blockchain-plugins'\n\nimport { EthereumGasPlugins } from '@xyo-network/gas-ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumPlugins: PayloadSetPluginFunc[] = [...EthereumGasPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumPlugins\n"],"mappings":"2dAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAAK,EAAAL,EAAc,wDAAd,gBAEA,IAAAM,EAAmC,wDAGtBJ,EAA0C,CAAC,GAAG,oBAAkB,EAGtEC,EAAQD","names":["src_exports","__export","EthereumPlugins","src_default","__toCommonJS","__reExport","import_gas_ethereum_blockchain_plugins"]}
|
package/dist/node/index.js
CHANGED
|
@@ -1,10 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export * from "@xyo-network/gas-ethereum-blockchain-plugins";
|
|
3
|
-
import { EthereumGasPlugins } from "@xyo-network/gas-ethereum-blockchain-plugins";
|
|
4
|
-
var EthereumPlugins = [...EthereumGasPlugins];
|
|
5
|
-
var src_default = EthereumPlugins;
|
|
6
|
-
export {
|
|
7
|
-
EthereumPlugins,
|
|
8
|
-
src_default as default
|
|
9
|
-
};
|
|
1
|
+
export*from"@xyo-network/gas-ethereum-blockchain-plugins";import{EthereumGasPlugins as o}from"@xyo-network/gas-ethereum-blockchain-plugins";var t=[...o],r=t;export{t as EthereumPlugins,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/gas-ethereum-blockchain-plugins'\n\nimport { EthereumGasPlugins } from '@xyo-network/gas-ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumPlugins: PayloadSetPluginFunc[] = [...EthereumGasPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/gas-ethereum-blockchain-plugins'\n\nimport { EthereumGasPlugins } from '@xyo-network/gas-ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumPlugins: PayloadSetPluginFunc[] = [...EthereumGasPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumPlugins\n"],"mappings":"AAAA,WAAc,+CAEd,OAAS,sBAAAA,MAA0B,+CAG5B,IAAMC,EAA0C,CAAC,GAAGD,CAAkB,EAGtEE,EAAQD","names":["EthereumGasPlugins","EthereumPlugins","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/gas-ethereum-blockchain-plugins": "~2.96.
|
|
13
|
+
"@xyo-network/gas-ethereum-blockchain-plugins": "~2.96.2",
|
|
14
14
|
"@xyo-network/payloadset-plugin": "^2.106.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.7",
|
|
18
|
+
"@xylabs/tsconfig": "^3.11.7",
|
|
19
|
+
"typescript": "^5.5.2"
|
|
20
20
|
},
|
|
21
21
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
22
22
|
"types": "dist/node/index.d.ts",
|
|
@@ -57,6 +57,6 @@
|
|
|
57
57
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
58
58
|
},
|
|
59
59
|
"sideEffects": false,
|
|
60
|
-
"version": "2.96.
|
|
60
|
+
"version": "2.96.2",
|
|
61
61
|
"type": "module"
|
|
62
62
|
}
|