@xyo-network/info-system-payload-plugins 2.97.0 → 2.98.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 +32 -1
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.js +10 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/neutral/index.cjs +32 -1
- package/dist/neutral/index.cjs.map +1 -1
- package/dist/neutral/index.js +10 -1
- package/dist/neutral/index.js.map +1 -1
- package/dist/node/index.cjs +37 -1
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.js +10 -1
- package/dist/node/index.js.map +1 -1
- package/package.json +7 -7
package/dist/browser/index.cjs
CHANGED
|
@@ -1,2 +1,33 @@
|
|
|
1
|
-
"use strict";
|
|
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
|
+
SystemInfoPayloadPlugins: () => SystemInfoPayloadPlugins,
|
|
25
|
+
default: () => src_default
|
|
26
|
+
});
|
|
27
|
+
module.exports = __toCommonJS(src_exports);
|
|
28
|
+
__reExport(src_exports, require("@xyo-network/bowser-system-info-payload-plugin"), module.exports);
|
|
29
|
+
var import_bowser_system_info_payload_plugin = require("@xyo-network/bowser-system-info-payload-plugin");
|
|
30
|
+
var import_node_system_info_payload_plugin = require("@xyo-network/node-system-info-payload-plugin");
|
|
31
|
+
var SystemInfoPayloadPlugins = [import_bowser_system_info_payload_plugin.BowserSystemInfoPayloadPlugin, import_node_system_info_payload_plugin.NodeSystemInfoPayloadPlugin];
|
|
32
|
+
var src_default = SystemInfoPayloadPlugins;
|
|
2
33
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/bowser-system-info-payload-plugin'\n\nimport { BowserSystemInfoPayloadPlugin } from '@xyo-network/bowser-system-info-payload-plugin'\nimport { NodeSystemInfoPayloadPlugin } from '@xyo-network/node-system-info-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemInfoPayloadPlugins: PayloadPluginFunc[] = [BowserSystemInfoPayloadPlugin, NodeSystemInfoPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPayloadPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/bowser-system-info-payload-plugin'\n\nimport { BowserSystemInfoPayloadPlugin } from '@xyo-network/bowser-system-info-payload-plugin'\nimport { NodeSystemInfoPayloadPlugin } from '@xyo-network/node-system-info-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemInfoPayloadPlugins: PayloadPluginFunc[] = [BowserSystemInfoPayloadPlugin, NodeSystemInfoPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,2DAAd;AAEA,+CAA8C;AAC9C,6CAA4C;AAGrC,IAAM,2BAAgD,CAAC,wEAA+B,kEAA2B;AAGxH,IAAO,cAAQ;","names":[]}
|
package/dist/browser/index.js
CHANGED
|
@@ -1,2 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
// src/index.ts
|
|
2
|
+
export * from "@xyo-network/bowser-system-info-payload-plugin";
|
|
3
|
+
import { BowserSystemInfoPayloadPlugin } from "@xyo-network/bowser-system-info-payload-plugin";
|
|
4
|
+
import { NodeSystemInfoPayloadPlugin } from "@xyo-network/node-system-info-payload-plugin";
|
|
5
|
+
var SystemInfoPayloadPlugins = [BowserSystemInfoPayloadPlugin, NodeSystemInfoPayloadPlugin];
|
|
6
|
+
var src_default = SystemInfoPayloadPlugins;
|
|
7
|
+
export {
|
|
8
|
+
SystemInfoPayloadPlugins,
|
|
9
|
+
src_default as default
|
|
10
|
+
};
|
|
2
11
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/bowser-system-info-payload-plugin'\n\nimport { BowserSystemInfoPayloadPlugin } from '@xyo-network/bowser-system-info-payload-plugin'\nimport { NodeSystemInfoPayloadPlugin } from '@xyo-network/node-system-info-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemInfoPayloadPlugins: PayloadPluginFunc[] = [BowserSystemInfoPayloadPlugin, NodeSystemInfoPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPayloadPlugins\n"],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/bowser-system-info-payload-plugin'\n\nimport { BowserSystemInfoPayloadPlugin } from '@xyo-network/bowser-system-info-payload-plugin'\nimport { NodeSystemInfoPayloadPlugin } from '@xyo-network/node-system-info-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemInfoPayloadPlugins: PayloadPluginFunc[] = [BowserSystemInfoPayloadPlugin, NodeSystemInfoPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPayloadPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,qCAAqC;AAC9C,SAAS,mCAAmC;AAGrC,IAAM,2BAAgD,CAAC,+BAA+B,2BAA2B;AAGxH,IAAO,cAAQ;","names":[]}
|
package/dist/neutral/index.cjs
CHANGED
|
@@ -1,2 +1,33 @@
|
|
|
1
|
-
"use strict";
|
|
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
|
+
SystemInfoPayloadPlugins: () => SystemInfoPayloadPlugins,
|
|
25
|
+
default: () => src_default
|
|
26
|
+
});
|
|
27
|
+
module.exports = __toCommonJS(src_exports);
|
|
28
|
+
__reExport(src_exports, require("@xyo-network/bowser-system-info-payload-plugin"), module.exports);
|
|
29
|
+
var import_bowser_system_info_payload_plugin = require("@xyo-network/bowser-system-info-payload-plugin");
|
|
30
|
+
var import_node_system_info_payload_plugin = require("@xyo-network/node-system-info-payload-plugin");
|
|
31
|
+
var SystemInfoPayloadPlugins = [import_bowser_system_info_payload_plugin.BowserSystemInfoPayloadPlugin, import_node_system_info_payload_plugin.NodeSystemInfoPayloadPlugin];
|
|
32
|
+
var src_default = SystemInfoPayloadPlugins;
|
|
2
33
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/bowser-system-info-payload-plugin'\n\nimport { BowserSystemInfoPayloadPlugin } from '@xyo-network/bowser-system-info-payload-plugin'\nimport { NodeSystemInfoPayloadPlugin } from '@xyo-network/node-system-info-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemInfoPayloadPlugins: PayloadPluginFunc[] = [BowserSystemInfoPayloadPlugin, NodeSystemInfoPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPayloadPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/bowser-system-info-payload-plugin'\n\nimport { BowserSystemInfoPayloadPlugin } from '@xyo-network/bowser-system-info-payload-plugin'\nimport { NodeSystemInfoPayloadPlugin } from '@xyo-network/node-system-info-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemInfoPayloadPlugins: PayloadPluginFunc[] = [BowserSystemInfoPayloadPlugin, NodeSystemInfoPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,2DAAd;AAEA,+CAA8C;AAC9C,6CAA4C;AAGrC,IAAM,2BAAgD,CAAC,wEAA+B,kEAA2B;AAGxH,IAAO,cAAQ;","names":[]}
|
package/dist/neutral/index.js
CHANGED
|
@@ -1,2 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
// src/index.ts
|
|
2
|
+
export * from "@xyo-network/bowser-system-info-payload-plugin";
|
|
3
|
+
import { BowserSystemInfoPayloadPlugin } from "@xyo-network/bowser-system-info-payload-plugin";
|
|
4
|
+
import { NodeSystemInfoPayloadPlugin } from "@xyo-network/node-system-info-payload-plugin";
|
|
5
|
+
var SystemInfoPayloadPlugins = [BowserSystemInfoPayloadPlugin, NodeSystemInfoPayloadPlugin];
|
|
6
|
+
var src_default = SystemInfoPayloadPlugins;
|
|
7
|
+
export {
|
|
8
|
+
SystemInfoPayloadPlugins,
|
|
9
|
+
src_default as default
|
|
10
|
+
};
|
|
2
11
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/bowser-system-info-payload-plugin'\n\nimport { BowserSystemInfoPayloadPlugin } from '@xyo-network/bowser-system-info-payload-plugin'\nimport { NodeSystemInfoPayloadPlugin } from '@xyo-network/node-system-info-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemInfoPayloadPlugins: PayloadPluginFunc[] = [BowserSystemInfoPayloadPlugin, NodeSystemInfoPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPayloadPlugins\n"],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/bowser-system-info-payload-plugin'\n\nimport { BowserSystemInfoPayloadPlugin } from '@xyo-network/bowser-system-info-payload-plugin'\nimport { NodeSystemInfoPayloadPlugin } from '@xyo-network/node-system-info-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemInfoPayloadPlugins: PayloadPluginFunc[] = [BowserSystemInfoPayloadPlugin, NodeSystemInfoPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPayloadPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,qCAAqC;AAC9C,SAAS,mCAAmC;AAGrC,IAAM,2BAAgD,CAAC,+BAA+B,2BAA2B;AAGxH,IAAO,cAAQ;","names":[]}
|
package/dist/node/index.cjs
CHANGED
|
@@ -1,2 +1,38 @@
|
|
|
1
|
-
"use strict";
|
|
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
|
+
SystemInfoPayloadPlugins: () => SystemInfoPayloadPlugins,
|
|
25
|
+
default: () => src_default
|
|
26
|
+
});
|
|
27
|
+
module.exports = __toCommonJS(src_exports);
|
|
28
|
+
__reExport(src_exports, require("@xyo-network/bowser-system-info-payload-plugin"), module.exports);
|
|
29
|
+
var import_bowser_system_info_payload_plugin = require("@xyo-network/bowser-system-info-payload-plugin");
|
|
30
|
+
var import_node_system_info_payload_plugin = require("@xyo-network/node-system-info-payload-plugin");
|
|
31
|
+
var SystemInfoPayloadPlugins = [import_bowser_system_info_payload_plugin.BowserSystemInfoPayloadPlugin, import_node_system_info_payload_plugin.NodeSystemInfoPayloadPlugin];
|
|
32
|
+
var src_default = SystemInfoPayloadPlugins;
|
|
33
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
34
|
+
0 && (module.exports = {
|
|
35
|
+
SystemInfoPayloadPlugins,
|
|
36
|
+
...require("@xyo-network/bowser-system-info-payload-plugin")
|
|
37
|
+
});
|
|
2
38
|
//# 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/bowser-system-info-payload-plugin'\n\nimport { BowserSystemInfoPayloadPlugin } from '@xyo-network/bowser-system-info-payload-plugin'\nimport { NodeSystemInfoPayloadPlugin } from '@xyo-network/node-system-info-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemInfoPayloadPlugins: PayloadPluginFunc[] = [BowserSystemInfoPayloadPlugin, NodeSystemInfoPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPayloadPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/bowser-system-info-payload-plugin'\n\nimport { BowserSystemInfoPayloadPlugin } from '@xyo-network/bowser-system-info-payload-plugin'\nimport { NodeSystemInfoPayloadPlugin } from '@xyo-network/node-system-info-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemInfoPayloadPlugins: PayloadPluginFunc[] = [BowserSystemInfoPayloadPlugin, NodeSystemInfoPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,2DAAd;AAEA,+CAA8C;AAC9C,6CAA4C;AAGrC,IAAM,2BAAgD,CAAC,wEAA+B,kEAA2B;AAGxH,IAAO,cAAQ;","names":[]}
|
package/dist/node/index.js
CHANGED
|
@@ -1,2 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
// src/index.ts
|
|
2
|
+
export * from "@xyo-network/bowser-system-info-payload-plugin";
|
|
3
|
+
import { BowserSystemInfoPayloadPlugin } from "@xyo-network/bowser-system-info-payload-plugin";
|
|
4
|
+
import { NodeSystemInfoPayloadPlugin } from "@xyo-network/node-system-info-payload-plugin";
|
|
5
|
+
var SystemInfoPayloadPlugins = [BowserSystemInfoPayloadPlugin, NodeSystemInfoPayloadPlugin];
|
|
6
|
+
var src_default = SystemInfoPayloadPlugins;
|
|
7
|
+
export {
|
|
8
|
+
SystemInfoPayloadPlugins,
|
|
9
|
+
src_default as default
|
|
10
|
+
};
|
|
2
11
|
//# 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/bowser-system-info-payload-plugin'\n\nimport { BowserSystemInfoPayloadPlugin } from '@xyo-network/bowser-system-info-payload-plugin'\nimport { NodeSystemInfoPayloadPlugin } from '@xyo-network/node-system-info-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemInfoPayloadPlugins: PayloadPluginFunc[] = [BowserSystemInfoPayloadPlugin, NodeSystemInfoPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPayloadPlugins\n"],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/bowser-system-info-payload-plugin'\n\nimport { BowserSystemInfoPayloadPlugin } from '@xyo-network/bowser-system-info-payload-plugin'\nimport { NodeSystemInfoPayloadPlugin } from '@xyo-network/node-system-info-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemInfoPayloadPlugins: PayloadPluginFunc[] = [BowserSystemInfoPayloadPlugin, NodeSystemInfoPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPayloadPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,qCAAqC;AAC9C,SAAS,mCAAmC;AAGrC,IAAM,2BAAgD,CAAC,+BAA+B,2BAA2B;AAGxH,IAAO,cAAQ;","names":[]}
|
package/package.json
CHANGED
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/plugins/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/bowser-system-info-payload-plugin": "
|
|
14
|
-
"@xyo-network/node-system-info-payload-plugin": "
|
|
15
|
-
"@xyo-network/payload-plugin": "^2.
|
|
13
|
+
"@xyo-network/bowser-system-info-payload-plugin": "^2.98.0",
|
|
14
|
+
"@xyo-network/node-system-info-payload-plugin": "^2.98.0",
|
|
15
|
+
"@xyo-network/payload-plugin": "^2.108.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@xylabs/ts-scripts-yarn3": "^3.11.
|
|
19
|
-
"@xylabs/tsconfig": "^3.11.
|
|
20
|
-
"typescript": "^5.5.
|
|
18
|
+
"@xylabs/ts-scripts-yarn3": "^3.11.12",
|
|
19
|
+
"@xylabs/tsconfig": "^3.11.12",
|
|
20
|
+
"typescript": "^5.5.3"
|
|
21
21
|
},
|
|
22
22
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
23
23
|
"exports": {
|
|
@@ -58,6 +58,6 @@
|
|
|
58
58
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
59
59
|
},
|
|
60
60
|
"sideEffects": false,
|
|
61
|
-
"version": "2.
|
|
61
|
+
"version": "2.98.0",
|
|
62
62
|
"type": "module"
|
|
63
63
|
}
|