@xyo-network/info-system-plugins 2.97.0 → 2.97.1
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 +31 -1
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.js +9 -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 +36 -1
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.js +9 -1
- package/dist/node/index.js.map +1 -1
- package/package.json +7 -7
package/dist/browser/index.cjs
CHANGED
|
@@ -1,2 +1,32 @@
|
|
|
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/browser/index.ts
|
|
22
|
+
var browser_exports = {};
|
|
23
|
+
__export(browser_exports, {
|
|
24
|
+
SystemInfoPlugins: () => SystemInfoPlugins,
|
|
25
|
+
default: () => browser_default
|
|
26
|
+
});
|
|
27
|
+
module.exports = __toCommonJS(browser_exports);
|
|
28
|
+
__reExport(browser_exports, require("@xyo-network/bowser-system-info-plugin"), module.exports);
|
|
29
|
+
var import_bowser_system_info_plugin = require("@xyo-network/bowser-system-info-plugin");
|
|
30
|
+
var SystemInfoPlugins = [import_bowser_system_info_plugin.BowserSystemInfoPlugin];
|
|
31
|
+
var browser_default = SystemInfoPlugins;
|
|
2
32
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/browser/index.ts"],"sourcesContent":["export * from '@xyo-network/bowser-system-info-plugin'\n\nimport { BowserSystemInfoPlugin } from '@xyo-network/bowser-system-info-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const SystemInfoPlugins: PayloadSetPluginFunc[] = [BowserSystemInfoPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/browser/index.ts"],"sourcesContent":["export * from '@xyo-network/bowser-system-info-plugin'\n\nimport { BowserSystemInfoPlugin } from '@xyo-network/bowser-system-info-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const SystemInfoPlugins: PayloadSetPluginFunc[] = [BowserSystemInfoPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,4BAAc,mDAAd;AAEA,uCAAuC;AAGhC,IAAM,oBAA4C,CAAC,uDAAsB;AAGhF,IAAO,kBAAQ;","names":[]}
|
package/dist/browser/index.js
CHANGED
|
@@ -1,2 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
// src/browser/index.ts
|
|
2
|
+
export * from "@xyo-network/bowser-system-info-plugin";
|
|
3
|
+
import { BowserSystemInfoPlugin } from "@xyo-network/bowser-system-info-plugin";
|
|
4
|
+
var SystemInfoPlugins = [BowserSystemInfoPlugin];
|
|
5
|
+
var browser_default = SystemInfoPlugins;
|
|
6
|
+
export {
|
|
7
|
+
SystemInfoPlugins,
|
|
8
|
+
browser_default as default
|
|
9
|
+
};
|
|
2
10
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/browser/index.ts"],"sourcesContent":["export * from '@xyo-network/bowser-system-info-plugin'\n\nimport { BowserSystemInfoPlugin } from '@xyo-network/bowser-system-info-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const SystemInfoPlugins: PayloadSetPluginFunc[] = [BowserSystemInfoPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPlugins\n"],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"sources":["../../src/browser/index.ts"],"sourcesContent":["export * from '@xyo-network/bowser-system-info-plugin'\n\nimport { BowserSystemInfoPlugin } from '@xyo-network/bowser-system-info-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const SystemInfoPlugins: PayloadSetPluginFunc[] = [BowserSystemInfoPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,8BAA8B;AAGhC,IAAM,oBAA4C,CAAC,sBAAsB;AAGhF,IAAO,kBAAQ;","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
|
+
SystemInfoPlugins: () => SystemInfoPlugins,
|
|
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_plugin = require("@xyo-network/bowser-system-info-plugin");
|
|
30
|
+
var import_node_system_info_plugin = require("@xyo-network/node-system-info-plugin");
|
|
31
|
+
var SystemInfoPlugins = [import_bowser_system_info_plugin.BowserSystemInfoPlugin, import_node_system_info_plugin.NodeSystemInfoPlugin];
|
|
32
|
+
var src_default = SystemInfoPlugins;
|
|
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 { BowserSystemInfoPlugin } from '@xyo-network/bowser-system-info-plugin'\nimport { NodeSystemInfoPlugin } from '@xyo-network/node-system-info-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const SystemInfoPlugins: PayloadSetPluginFunc[] = [BowserSystemInfoPlugin, NodeSystemInfoPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/bowser-system-info-payload-plugin'\n\nimport { BowserSystemInfoPlugin } from '@xyo-network/bowser-system-info-plugin'\nimport { NodeSystemInfoPlugin } from '@xyo-network/node-system-info-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const SystemInfoPlugins: PayloadSetPluginFunc[] = [BowserSystemInfoPlugin, NodeSystemInfoPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,2DAAd;AAEA,uCAAuC;AACvC,qCAAqC;AAG9B,IAAM,oBAA4C,CAAC,yDAAwB,mDAAoB;AAGtG,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 { BowserSystemInfoPlugin } from "@xyo-network/bowser-system-info-plugin";
|
|
4
|
+
import { NodeSystemInfoPlugin } from "@xyo-network/node-system-info-plugin";
|
|
5
|
+
var SystemInfoPlugins = [BowserSystemInfoPlugin, NodeSystemInfoPlugin];
|
|
6
|
+
var src_default = SystemInfoPlugins;
|
|
7
|
+
export {
|
|
8
|
+
SystemInfoPlugins,
|
|
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 { BowserSystemInfoPlugin } from '@xyo-network/bowser-system-info-plugin'\nimport { NodeSystemInfoPlugin } from '@xyo-network/node-system-info-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const SystemInfoPlugins: PayloadSetPluginFunc[] = [BowserSystemInfoPlugin, NodeSystemInfoPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPlugins\n"],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/bowser-system-info-payload-plugin'\n\nimport { BowserSystemInfoPlugin } from '@xyo-network/bowser-system-info-plugin'\nimport { NodeSystemInfoPlugin } from '@xyo-network/node-system-info-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const SystemInfoPlugins: PayloadSetPluginFunc[] = [BowserSystemInfoPlugin, NodeSystemInfoPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,8BAA8B;AACvC,SAAS,4BAA4B;AAG9B,IAAM,oBAA4C,CAAC,wBAAwB,oBAAoB;AAGtG,IAAO,cAAQ;","names":[]}
|
package/dist/node/index.cjs
CHANGED
|
@@ -1,2 +1,37 @@
|
|
|
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/node/index.ts
|
|
22
|
+
var node_exports = {};
|
|
23
|
+
__export(node_exports, {
|
|
24
|
+
SystemInfoPlugins: () => SystemInfoPlugins,
|
|
25
|
+
default: () => node_default
|
|
26
|
+
});
|
|
27
|
+
module.exports = __toCommonJS(node_exports);
|
|
28
|
+
__reExport(node_exports, require("@xyo-network/node-system-info-plugin"), module.exports);
|
|
29
|
+
var import_node_system_info_plugin = require("@xyo-network/node-system-info-plugin");
|
|
30
|
+
var SystemInfoPlugins = [import_node_system_info_plugin.NodeSystemInfoPlugin];
|
|
31
|
+
var node_default = SystemInfoPlugins;
|
|
32
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
33
|
+
0 && (module.exports = {
|
|
34
|
+
SystemInfoPlugins,
|
|
35
|
+
...require("@xyo-network/node-system-info-plugin")
|
|
36
|
+
});
|
|
2
37
|
//# sourceMappingURL=index.cjs.map
|
package/dist/node/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/node/index.ts"],"sourcesContent":["export * from '@xyo-network/node-system-info-plugin'\n\nimport { NodeSystemInfoPlugin } from '@xyo-network/node-system-info-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const SystemInfoPlugins: PayloadSetPluginFunc[] = [NodeSystemInfoPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/node/index.ts"],"sourcesContent":["export * from '@xyo-network/node-system-info-plugin'\n\nimport { NodeSystemInfoPlugin } from '@xyo-network/node-system-info-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const SystemInfoPlugins: PayloadSetPluginFunc[] = [NodeSystemInfoPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,yBAAc,iDAAd;AAEA,qCAAqC;AAG9B,IAAM,oBAA4C,CAAC,mDAAoB;AAG9E,IAAO,eAAQ;","names":[]}
|
package/dist/node/index.js
CHANGED
|
@@ -1,2 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
// src/node/index.ts
|
|
2
|
+
export * from "@xyo-network/node-system-info-plugin";
|
|
3
|
+
import { NodeSystemInfoPlugin } from "@xyo-network/node-system-info-plugin";
|
|
4
|
+
var SystemInfoPlugins = [NodeSystemInfoPlugin];
|
|
5
|
+
var node_default = SystemInfoPlugins;
|
|
6
|
+
export {
|
|
7
|
+
SystemInfoPlugins,
|
|
8
|
+
node_default as default
|
|
9
|
+
};
|
|
2
10
|
//# sourceMappingURL=index.js.map
|
package/dist/node/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/node/index.ts"],"sourcesContent":["export * from '@xyo-network/node-system-info-plugin'\n\nimport { NodeSystemInfoPlugin } from '@xyo-network/node-system-info-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const SystemInfoPlugins: PayloadSetPluginFunc[] = [NodeSystemInfoPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPlugins\n"],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"sources":["../../src/node/index.ts"],"sourcesContent":["export * from '@xyo-network/node-system-info-plugin'\n\nimport { NodeSystemInfoPlugin } from '@xyo-network/node-system-info-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const SystemInfoPlugins: PayloadSetPluginFunc[] = [NodeSystemInfoPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,4BAA4B;AAG9B,IAAM,oBAA4C,CAAC,oBAAoB;AAG9E,IAAO,eAAQ;","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": "~2.97.
|
|
14
|
-
"@xyo-network/bowser-system-info-plugin": "~2.97.
|
|
15
|
-
"@xyo-network/node-system-info-plugin": "~2.97.
|
|
16
|
-
"@xyo-network/payloadset-plugin": "^2.107.
|
|
13
|
+
"@xyo-network/bowser-system-info-payload-plugin": "~2.97.1",
|
|
14
|
+
"@xyo-network/bowser-system-info-plugin": "~2.97.1",
|
|
15
|
+
"@xyo-network/node-system-info-plugin": "~2.97.1",
|
|
16
|
+
"@xyo-network/payloadset-plugin": "^2.107.4"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@xylabs/ts-scripts-yarn3": "^3.11.
|
|
20
|
-
"@xylabs/tsconfig": "^3.11.
|
|
19
|
+
"@xylabs/ts-scripts-yarn3": "^3.11.10",
|
|
20
|
+
"@xylabs/tsconfig": "^3.11.10",
|
|
21
21
|
"typescript": "^5.5.2"
|
|
22
22
|
},
|
|
23
23
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
61
61
|
},
|
|
62
62
|
"sideEffects": false,
|
|
63
|
-
"version": "2.97.
|
|
63
|
+
"version": "2.97.1"
|
|
64
64
|
}
|