@xyo-network/info-system-plugins 2.99.4 → 2.99.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/browser/index.cjs +3 -1
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/{index.js → index.mjs} +4 -2
- package/dist/browser/{index.js.map → index.mjs.map} +1 -1
- package/dist/neutral/index.cjs +4 -1
- package/dist/neutral/index.cjs.map +1 -1
- package/dist/neutral/{index.js → index.mjs} +5 -2
- package/dist/neutral/{index.js.map → index.mjs.map} +1 -1
- package/dist/node/index.cjs +3 -1
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/{index.js → index.mjs} +4 -2
- package/dist/node/{index.js.map → index.mjs.map} +1 -1
- package/package.json +11 -11
package/dist/browser/index.cjs
CHANGED
|
@@ -27,6 +27,8 @@ __export(browser_exports, {
|
|
|
27
27
|
module.exports = __toCommonJS(browser_exports);
|
|
28
28
|
__reExport(browser_exports, require("@xyo-network/bowser-system-info-plugin"), module.exports);
|
|
29
29
|
var import_bowser_system_info_plugin = require("@xyo-network/bowser-system-info-plugin");
|
|
30
|
-
var SystemInfoPlugins = [
|
|
30
|
+
var SystemInfoPlugins = [
|
|
31
|
+
import_bowser_system_info_plugin.BowserSystemInfoPlugin
|
|
32
|
+
];
|
|
31
33
|
var browser_default = SystemInfoPlugins;
|
|
32
34
|
//# 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":";;;;;;;;;;;;;;;;;;;;;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;;;;;;4BAAc,mDAAd;AAEA,uCAAuC;AAGhC,IAAMA,oBAA4C;EAACC;;AAG1D,IAAA,kBAAeD;","names":["SystemInfoPlugins","BowserSystemInfoPlugin"]}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
// src/browser/index.ts
|
|
2
2
|
export * from "@xyo-network/bowser-system-info-plugin";
|
|
3
3
|
import { BowserSystemInfoPlugin } from "@xyo-network/bowser-system-info-plugin";
|
|
4
|
-
var SystemInfoPlugins = [
|
|
4
|
+
var SystemInfoPlugins = [
|
|
5
|
+
BowserSystemInfoPlugin
|
|
6
|
+
];
|
|
5
7
|
var browser_default = SystemInfoPlugins;
|
|
6
8
|
export {
|
|
7
9
|
SystemInfoPlugins,
|
|
8
10
|
browser_default as default
|
|
9
11
|
};
|
|
10
|
-
//# sourceMappingURL=index.
|
|
12
|
+
//# sourceMappingURL=index.mjs.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,cAAc;AAEd,
|
|
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,SAASA,8BAA8B;AAGhC,IAAMC,oBAA4C;EAACD;;AAG1D,IAAA,kBAAeC;","names":["BowserSystemInfoPlugin","SystemInfoPlugins"]}
|
package/dist/neutral/index.cjs
CHANGED
|
@@ -28,6 +28,9 @@ module.exports = __toCommonJS(src_exports);
|
|
|
28
28
|
__reExport(src_exports, require("@xyo-network/bowser-system-info-payload-plugin"), module.exports);
|
|
29
29
|
var import_bowser_system_info_plugin = require("@xyo-network/bowser-system-info-plugin");
|
|
30
30
|
var import_node_system_info_plugin = require("@xyo-network/node-system-info-plugin");
|
|
31
|
-
var SystemInfoPlugins = [
|
|
31
|
+
var SystemInfoPlugins = [
|
|
32
|
+
import_bowser_system_info_plugin.BowserSystemInfoPlugin,
|
|
33
|
+
import_node_system_info_plugin.NodeSystemInfoPlugin
|
|
34
|
+
];
|
|
32
35
|
var src_default = SystemInfoPlugins;
|
|
33
36
|
//# 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":";;;;;;;;;;;;;;;;;;;;;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;;;;;;wBAAc,2DAAd;AAEA,uCAAuC;AACvC,qCAAqC;AAG9B,IAAMA,oBAA4C;EAACC;EAAwBC;;AAGlF,IAAA,cAAeF;","names":["SystemInfoPlugins","BowserSystemInfoPlugin","NodeSystemInfoPlugin"]}
|
|
@@ -2,10 +2,13 @@
|
|
|
2
2
|
export * from "@xyo-network/bowser-system-info-payload-plugin";
|
|
3
3
|
import { BowserSystemInfoPlugin } from "@xyo-network/bowser-system-info-plugin";
|
|
4
4
|
import { NodeSystemInfoPlugin } from "@xyo-network/node-system-info-plugin";
|
|
5
|
-
var SystemInfoPlugins = [
|
|
5
|
+
var SystemInfoPlugins = [
|
|
6
|
+
BowserSystemInfoPlugin,
|
|
7
|
+
NodeSystemInfoPlugin
|
|
8
|
+
];
|
|
6
9
|
var src_default = SystemInfoPlugins;
|
|
7
10
|
export {
|
|
8
11
|
SystemInfoPlugins,
|
|
9
12
|
src_default as default
|
|
10
13
|
};
|
|
11
|
-
//# sourceMappingURL=index.
|
|
14
|
+
//# sourceMappingURL=index.mjs.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,cAAc;AAEd,
|
|
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,SAASA,8BAA8B;AACvC,SAASC,4BAA4B;AAG9B,IAAMC,oBAA4C;EAACF;EAAwBC;;AAGlF,IAAA,cAAeC;","names":["BowserSystemInfoPlugin","NodeSystemInfoPlugin","SystemInfoPlugins"]}
|
package/dist/node/index.cjs
CHANGED
|
@@ -27,7 +27,9 @@ __export(node_exports, {
|
|
|
27
27
|
module.exports = __toCommonJS(node_exports);
|
|
28
28
|
__reExport(node_exports, require("@xyo-network/node-system-info-plugin"), module.exports);
|
|
29
29
|
var import_node_system_info_plugin = require("@xyo-network/node-system-info-plugin");
|
|
30
|
-
var SystemInfoPlugins = [
|
|
30
|
+
var SystemInfoPlugins = [
|
|
31
|
+
import_node_system_info_plugin.NodeSystemInfoPlugin
|
|
32
|
+
];
|
|
31
33
|
var node_default = SystemInfoPlugins;
|
|
32
34
|
// Annotate the CommonJS export names for ESM import in node:
|
|
33
35
|
0 && (module.exports = {
|
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":";;;;;;;;;;;;;;;;;;;;;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;;;;;;yBAAc,iDAAd;AAEA,qCAAqC;AAG9B,IAAMA,oBAA4C;EAACC;;AAG1D,IAAA,eAAeD;","names":["SystemInfoPlugins","NodeSystemInfoPlugin"]}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
// src/node/index.ts
|
|
2
2
|
export * from "@xyo-network/node-system-info-plugin";
|
|
3
3
|
import { NodeSystemInfoPlugin } from "@xyo-network/node-system-info-plugin";
|
|
4
|
-
var SystemInfoPlugins = [
|
|
4
|
+
var SystemInfoPlugins = [
|
|
5
|
+
NodeSystemInfoPlugin
|
|
6
|
+
];
|
|
5
7
|
var node_default = SystemInfoPlugins;
|
|
6
8
|
export {
|
|
7
9
|
SystemInfoPlugins,
|
|
8
10
|
node_default as default
|
|
9
11
|
};
|
|
10
|
-
//# sourceMappingURL=index.
|
|
12
|
+
//# sourceMappingURL=index.mjs.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,cAAc;AAEd,
|
|
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,SAASA,4BAA4B;AAG9B,IAAMC,oBAA4C;EAACD;;AAG1D,IAAA,eAAeC;","names":["NodeSystemInfoPlugin","SystemInfoPlugins"]}
|
package/package.json
CHANGED
|
@@ -10,15 +10,15 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/plugins/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/bowser-system-info-payload-plugin": "^2.99.
|
|
14
|
-
"@xyo-network/bowser-system-info-plugin": "^2.99.
|
|
15
|
-
"@xyo-network/node-system-info-plugin": "^2.99.
|
|
16
|
-
"@xyo-network/payloadset-plugin": "^2.
|
|
13
|
+
"@xyo-network/bowser-system-info-payload-plugin": "^2.99.5",
|
|
14
|
+
"@xyo-network/bowser-system-info-plugin": "^2.99.5",
|
|
15
|
+
"@xyo-network/node-system-info-plugin": "^2.99.5",
|
|
16
|
+
"@xyo-network/payloadset-plugin": "^2.111.2"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@xylabs/ts-scripts-yarn3": "^3.
|
|
20
|
-
"@xylabs/tsconfig": "^3.
|
|
21
|
-
"typescript": "^5.5.
|
|
19
|
+
"@xylabs/ts-scripts-yarn3": "^3.15.13",
|
|
20
|
+
"@xylabs/tsconfig": "^3.15.13",
|
|
21
|
+
"typescript": "^5.5.4"
|
|
22
22
|
},
|
|
23
23
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
24
24
|
"exports": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"import": {
|
|
32
32
|
"types": "./dist/browser/index.d.mts",
|
|
33
|
-
"default": "./dist/browser/index.
|
|
33
|
+
"default": "./dist/browser/index.mjs"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
"node": {
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
},
|
|
41
41
|
"import": {
|
|
42
42
|
"types": "./dist/node/index.d.mts",
|
|
43
|
-
"default": "./dist/node/index.
|
|
43
|
+
"default": "./dist/node/index.mjs"
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"./package.json": "./package.json"
|
|
48
48
|
},
|
|
49
49
|
"main": "dist/node/index.cjs",
|
|
50
|
-
"module": "dist/node/index.
|
|
50
|
+
"module": "dist/node/index.mjs",
|
|
51
51
|
"types": "dist/node/index.d.mts",
|
|
52
52
|
"type": "module",
|
|
53
53
|
"homepage": "https://xyo.network",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
61
61
|
},
|
|
62
62
|
"sideEffects": false,
|
|
63
|
-
"version": "2.99.
|
|
63
|
+
"version": "2.99.5"
|
|
64
64
|
}
|