@xyo-network/info-system-plugins 2.80.3 → 2.80.5
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/node/index.cjs +37 -0
- package/dist/node/{index.mjs.map → index.cjs.map} +1 -1
- package/dist/node/index.js +6 -33
- package/dist/node/index.js.map +1 -1
- package/package.json +11 -11
- package/dist/node/index.mjs +0 -10
|
@@ -0,0 +1,37 @@
|
|
|
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
|
+
});
|
|
37
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -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;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,37 +1,10 @@
|
|
|
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
1
|
// src/node/index.ts
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
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];
|
|
2
|
+
export * from "@xyo-network/node-system-info-plugin";
|
|
3
|
+
import { NodeSystemInfoPlugin } from "@xyo-network/node-system-info-plugin";
|
|
4
|
+
var SystemInfoPlugins = [NodeSystemInfoPlugin];
|
|
31
5
|
var node_default = SystemInfoPlugins;
|
|
32
|
-
|
|
33
|
-
0 && (module.exports = {
|
|
6
|
+
export {
|
|
34
7
|
SystemInfoPlugins,
|
|
35
|
-
|
|
36
|
-
}
|
|
8
|
+
node_default as default
|
|
9
|
+
};
|
|
37
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":"
|
|
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,9 +10,9 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/plugins/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/bowser-system-info-payload-plugin": "~2.80.
|
|
14
|
-
"@xyo-network/bowser-system-info-plugin": "~2.80.
|
|
15
|
-
"@xyo-network/node-system-info-plugin": "~2.80.
|
|
13
|
+
"@xyo-network/bowser-system-info-payload-plugin": "~2.80.5",
|
|
14
|
+
"@xyo-network/bowser-system-info-plugin": "~2.80.5",
|
|
15
|
+
"@xyo-network/node-system-info-plugin": "~2.80.5",
|
|
16
16
|
"@xyo-network/payloadset-plugin": "^2.79.8"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
@@ -21,8 +21,6 @@
|
|
|
21
21
|
"typescript": "^5.2.2"
|
|
22
22
|
},
|
|
23
23
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
24
|
-
"docs": "dist/docs.json",
|
|
25
|
-
"types": "dist/node/index.d.ts",
|
|
26
24
|
"exports": {
|
|
27
25
|
".": {
|
|
28
26
|
"browser": {
|
|
@@ -37,19 +35,21 @@
|
|
|
37
35
|
},
|
|
38
36
|
"node": {
|
|
39
37
|
"require": {
|
|
40
|
-
"types": "./dist/node/index.d.
|
|
41
|
-
"default": "./dist/node/index.
|
|
38
|
+
"types": "./dist/node/index.d.cts",
|
|
39
|
+
"default": "./dist/node/index.cjs"
|
|
42
40
|
},
|
|
43
41
|
"import": {
|
|
44
42
|
"types": "./dist/node/index.d.mts",
|
|
45
|
-
"default": "./dist/node/index.
|
|
43
|
+
"default": "./dist/node/index.js"
|
|
46
44
|
}
|
|
47
45
|
}
|
|
48
46
|
},
|
|
49
47
|
"./package.json": "./package.json"
|
|
50
48
|
},
|
|
51
|
-
"main": "dist/node/index.
|
|
52
|
-
"module": "dist/node/index.
|
|
49
|
+
"main": "dist/node/index.cjs",
|
|
50
|
+
"module": "dist/node/index.js",
|
|
51
|
+
"types": "dist/node/index.d.mts",
|
|
52
|
+
"type": "module",
|
|
53
53
|
"homepage": "https://xyo.network",
|
|
54
54
|
"license": "LGPL-3.0-only",
|
|
55
55
|
"publishConfig": {
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
61
61
|
},
|
|
62
62
|
"sideEffects": false,
|
|
63
|
-
"version": "2.80.
|
|
63
|
+
"version": "2.80.5"
|
|
64
64
|
}
|
package/dist/node/index.mjs
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
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
|
-
};
|
|
10
|
-
//# sourceMappingURL=index.mjs.map
|