@xyo-network/info-system-plugins 2.74.4 → 2.75.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.
Files changed (58) hide show
  1. package/dist/browser/index.cjs +33 -0
  2. package/dist/browser/index.cjs.map +1 -0
  3. package/dist/browser/index.d.mts.map +1 -0
  4. package/dist/browser/index.d.ts.map +1 -0
  5. package/dist/{index.mjs → browser/index.js} +1 -1
  6. package/dist/browser/index.js.map +1 -0
  7. package/dist/browser/indexBrowser.cjs +32 -0
  8. package/dist/browser/indexBrowser.cjs.map +1 -0
  9. package/dist/browser/indexBrowser.d.mts.map +1 -0
  10. package/dist/browser/indexBrowser.d.ts.map +1 -0
  11. package/dist/browser/indexBrowser.js +10 -0
  12. package/dist/browser/indexBrowser.js.map +1 -0
  13. package/dist/browser/indexNode.cjs +32 -0
  14. package/dist/browser/indexNode.cjs.map +1 -0
  15. package/dist/browser/indexNode.d.mts.map +1 -0
  16. package/dist/browser/indexNode.d.ts.map +1 -0
  17. package/dist/browser/indexNode.js +10 -0
  18. package/dist/browser/indexNode.js.map +1 -0
  19. package/dist/node/index.d.mts +5 -0
  20. package/dist/node/index.d.mts.map +1 -0
  21. package/dist/node/index.d.ts +5 -0
  22. package/dist/node/index.d.ts.map +1 -0
  23. package/dist/{index.js → node/index.js} +1 -3
  24. package/dist/node/index.js.map +1 -0
  25. package/dist/node/index.mjs +10 -0
  26. package/dist/node/index.mjs.map +1 -0
  27. package/dist/node/indexBrowser.d.mts +5 -0
  28. package/dist/node/indexBrowser.d.mts.map +1 -0
  29. package/dist/node/indexBrowser.d.ts +5 -0
  30. package/dist/node/indexBrowser.d.ts.map +1 -0
  31. package/dist/node/indexBrowser.js +35 -0
  32. package/dist/node/indexBrowser.js.map +1 -0
  33. package/dist/node/indexBrowser.mjs +9 -0
  34. package/dist/node/indexBrowser.mjs.map +1 -0
  35. package/dist/node/indexNode.d.mts +5 -0
  36. package/dist/node/indexNode.d.mts.map +1 -0
  37. package/dist/node/indexNode.d.ts +5 -0
  38. package/dist/node/indexNode.d.ts.map +1 -0
  39. package/dist/node/indexNode.js +35 -0
  40. package/dist/node/indexNode.js.map +1 -0
  41. package/dist/node/indexNode.mjs +9 -0
  42. package/dist/node/indexNode.mjs.map +1 -0
  43. package/package.json +28 -25
  44. package/dist/docs.json +0 -575
  45. package/dist/index.d.mts.map +0 -1
  46. package/dist/index.d.ts.map +0 -1
  47. package/dist/index.js.map +0 -1
  48. package/dist/index.mjs.map +0 -1
  49. package/dist/indexBrowser.d.mts.map +0 -1
  50. package/dist/indexBrowser.d.ts.map +0 -1
  51. package/dist/indexNode.d.mts.map +0 -1
  52. package/dist/indexNode.d.ts.map +0 -1
  53. /package/dist/{index.d.mts → browser/index.d.mts} +0 -0
  54. /package/dist/{index.d.ts → browser/index.d.ts} +0 -0
  55. /package/dist/{indexBrowser.d.mts → browser/indexBrowser.d.mts} +0 -0
  56. /package/dist/{indexBrowser.d.ts → browser/indexBrowser.d.ts} +0 -0
  57. /package/dist/{indexNode.d.mts → browser/indexNode.d.mts} +0 -0
  58. /package/dist/{indexNode.d.ts → browser/indexNode.d.ts} +0 -0
@@ -0,0 +1,33 @@
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;
33
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +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;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,2DAAd;AAEA,uCAAuC;AACvC,qCAAqC;AAG9B,IAAM,oBAA4C,CAAC,yDAAwB,mDAAoB;AAGtG,IAAO,cAAQ;","names":[]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gDAAgD,CAAA;AAI9D,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAAmD,CAAA;AAGvG,eAAe,iBAAiB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gDAAgD,CAAA;AAI9D,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAAmD,CAAA;AAGvG,eAAe,iBAAiB,CAAA"}
@@ -8,4 +8,4 @@ export {
8
8
  SystemInfoPlugins,
9
9
  src_default as default
10
10
  };
11
- //# sourceMappingURL=index.mjs.map
11
+ //# sourceMappingURL=index.js.map
@@ -0,0 +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,SAAS,8BAA8B;AACvC,SAAS,4BAA4B;AAG9B,IAAM,oBAA4C,CAAC,wBAAwB,oBAAoB;AAGtG,IAAO,cAAQ;","names":[]}
@@ -0,0 +1,32 @@
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/indexBrowser.ts
22
+ var indexBrowser_exports = {};
23
+ __export(indexBrowser_exports, {
24
+ SystemInfoPlugins: () => SystemInfoPlugins,
25
+ default: () => indexBrowser_default
26
+ });
27
+ module.exports = __toCommonJS(indexBrowser_exports);
28
+ __reExport(indexBrowser_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 indexBrowser_default = SystemInfoPlugins;
32
+ //# sourceMappingURL=indexBrowser.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/indexBrowser.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,iCAAc,mDAAd;AAEA,uCAAuC;AAGhC,IAAM,oBAA4C,CAAC,uDAAsB;AAGhF,IAAO,uBAAQ;","names":[]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"indexBrowser.d.ts","sourceRoot":"","sources":["../../src/indexBrowser.ts"],"names":[],"mappings":"AAAA,cAAc,wCAAwC,CAAA;AAGtD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAA6B,CAAA;AAGjF,eAAe,iBAAiB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"indexBrowser.d.ts","sourceRoot":"","sources":["../../src/indexBrowser.ts"],"names":[],"mappings":"AAAA,cAAc,wCAAwC,CAAA;AAGtD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAA6B,CAAA;AAGjF,eAAe,iBAAiB,CAAA"}
@@ -0,0 +1,10 @@
1
+ // src/indexBrowser.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 indexBrowser_default = SystemInfoPlugins;
6
+ export {
7
+ SystemInfoPlugins,
8
+ indexBrowser_default as default
9
+ };
10
+ //# sourceMappingURL=indexBrowser.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/indexBrowser.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,uBAAQ;","names":[]}
@@ -0,0 +1,32 @@
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/indexNode.ts
22
+ var indexNode_exports = {};
23
+ __export(indexNode_exports, {
24
+ SystemInfoPlugins: () => SystemInfoPlugins,
25
+ default: () => indexNode_default
26
+ });
27
+ module.exports = __toCommonJS(indexNode_exports);
28
+ __reExport(indexNode_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 indexNode_default = SystemInfoPlugins;
32
+ //# sourceMappingURL=indexNode.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/indexNode.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,8BAAc,iDAAd;AAEA,qCAAqC;AAG9B,IAAM,oBAA4C,CAAC,mDAAoB;AAG9E,IAAO,oBAAQ;","names":[]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"indexNode.d.ts","sourceRoot":"","sources":["../../src/indexNode.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAA;AAGpD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAA2B,CAAA;AAG/E,eAAe,iBAAiB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"indexNode.d.ts","sourceRoot":"","sources":["../../src/indexNode.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAA;AAGpD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAA2B,CAAA;AAG/E,eAAe,iBAAiB,CAAA"}
@@ -0,0 +1,10 @@
1
+ // src/indexNode.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 indexNode_default = SystemInfoPlugins;
6
+ export {
7
+ SystemInfoPlugins,
8
+ indexNode_default as default
9
+ };
10
+ //# sourceMappingURL=indexNode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/indexNode.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,oBAAQ;","names":[]}
@@ -0,0 +1,5 @@
1
+ export * from '@xyo-network/bowser-system-info-payload-plugin';
2
+ import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
3
+ export declare const SystemInfoPlugins: PayloadSetPluginFunc[];
4
+ export default SystemInfoPlugins;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gDAAgD,CAAA;AAI9D,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAAmD,CAAA;AAGvG,eAAe,iBAAiB,CAAA"}
@@ -0,0 +1,5 @@
1
+ export * from '@xyo-network/bowser-system-info-payload-plugin';
2
+ import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
3
+ export declare const SystemInfoPlugins: PayloadSetPluginFunc[];
4
+ export default SystemInfoPlugins;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gDAAgD,CAAA;AAI9D,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAAmD,CAAA;AAGvG,eAAe,iBAAiB,CAAA"}
@@ -17,8 +17,6 @@ var __copyProps = (to, from, except, desc) => {
17
17
  };
18
18
  var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
-
21
- // src/index.ts
22
20
  var src_exports = {};
23
21
  __export(src_exports, {
24
22
  SystemInfoPlugins: () => SystemInfoPlugins,
@@ -28,7 +26,7 @@ module.exports = __toCommonJS(src_exports);
28
26
  __reExport(src_exports, require("@xyo-network/bowser-system-info-payload-plugin"), module.exports);
29
27
  var import_bowser_system_info_plugin = require("@xyo-network/bowser-system-info-plugin");
30
28
  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];
29
+ const SystemInfoPlugins = [import_bowser_system_info_plugin.BowserSystemInfoPlugin, import_node_system_info_plugin.NodeSystemInfoPlugin];
32
30
  var src_default = SystemInfoPlugins;
33
31
  // Annotate the CommonJS export names for ESM import in node:
34
32
  0 && (module.exports = {
@@ -0,0 +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;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,2DAAd;AAEA,uCAAuC;AACvC,qCAAqC;AAG9B,MAAM,oBAA4C,CAAC,yDAAwB,mDAAoB;AAGtG,IAAO,cAAQ;","names":[]}
@@ -0,0 +1,10 @@
1
+ export * from "@xyo-network/bowser-system-info-payload-plugin";
2
+ import { BowserSystemInfoPlugin } from "@xyo-network/bowser-system-info-plugin";
3
+ import { NodeSystemInfoPlugin } from "@xyo-network/node-system-info-plugin";
4
+ const SystemInfoPlugins = [BowserSystemInfoPlugin, NodeSystemInfoPlugin];
5
+ var src_default = SystemInfoPlugins;
6
+ export {
7
+ SystemInfoPlugins,
8
+ src_default as default
9
+ };
10
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +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,SAAS,8BAA8B;AACvC,SAAS,4BAA4B;AAG9B,MAAM,oBAA4C,CAAC,wBAAwB,oBAAoB;AAGtG,IAAO,cAAQ;","names":[]}
@@ -0,0 +1,5 @@
1
+ export * from '@xyo-network/bowser-system-info-plugin';
2
+ import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
3
+ export declare const SystemInfoPlugins: PayloadSetPluginFunc[];
4
+ export default SystemInfoPlugins;
5
+ //# sourceMappingURL=indexBrowser.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"indexBrowser.d.ts","sourceRoot":"","sources":["../../src/indexBrowser.ts"],"names":[],"mappings":"AAAA,cAAc,wCAAwC,CAAA;AAGtD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAA6B,CAAA;AAGjF,eAAe,iBAAiB,CAAA"}
@@ -0,0 +1,5 @@
1
+ export * from '@xyo-network/bowser-system-info-plugin';
2
+ import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
3
+ export declare const SystemInfoPlugins: PayloadSetPluginFunc[];
4
+ export default SystemInfoPlugins;
5
+ //# sourceMappingURL=indexBrowser.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"indexBrowser.d.ts","sourceRoot":"","sources":["../../src/indexBrowser.ts"],"names":[],"mappings":"AAAA,cAAc,wCAAwC,CAAA;AAGtD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAA6B,CAAA;AAGjF,eAAe,iBAAiB,CAAA"}
@@ -0,0 +1,35 @@
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
+ var indexBrowser_exports = {};
21
+ __export(indexBrowser_exports, {
22
+ SystemInfoPlugins: () => SystemInfoPlugins,
23
+ default: () => indexBrowser_default
24
+ });
25
+ module.exports = __toCommonJS(indexBrowser_exports);
26
+ __reExport(indexBrowser_exports, require("@xyo-network/bowser-system-info-plugin"), module.exports);
27
+ var import_bowser_system_info_plugin = require("@xyo-network/bowser-system-info-plugin");
28
+ const SystemInfoPlugins = [import_bowser_system_info_plugin.BowserSystemInfoPlugin];
29
+ var indexBrowser_default = SystemInfoPlugins;
30
+ // Annotate the CommonJS export names for ESM import in node:
31
+ 0 && (module.exports = {
32
+ SystemInfoPlugins,
33
+ ...require("@xyo-network/bowser-system-info-plugin")
34
+ });
35
+ //# sourceMappingURL=indexBrowser.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/indexBrowser.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,iCAAc,mDAAd;AAEA,uCAAuC;AAGhC,MAAM,oBAA4C,CAAC,uDAAsB;AAGhF,IAAO,uBAAQ;","names":[]}
@@ -0,0 +1,9 @@
1
+ export * from "@xyo-network/bowser-system-info-plugin";
2
+ import { BowserSystemInfoPlugin } from "@xyo-network/bowser-system-info-plugin";
3
+ const SystemInfoPlugins = [BowserSystemInfoPlugin];
4
+ var indexBrowser_default = SystemInfoPlugins;
5
+ export {
6
+ SystemInfoPlugins,
7
+ indexBrowser_default as default
8
+ };
9
+ //# sourceMappingURL=indexBrowser.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/indexBrowser.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,MAAM,oBAA4C,CAAC,sBAAsB;AAGhF,IAAO,uBAAQ;","names":[]}
@@ -0,0 +1,5 @@
1
+ export * from '@xyo-network/node-system-info-plugin';
2
+ import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
3
+ export declare const SystemInfoPlugins: PayloadSetPluginFunc[];
4
+ export default SystemInfoPlugins;
5
+ //# sourceMappingURL=indexNode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"indexNode.d.ts","sourceRoot":"","sources":["../../src/indexNode.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAA;AAGpD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAA2B,CAAA;AAG/E,eAAe,iBAAiB,CAAA"}
@@ -0,0 +1,5 @@
1
+ export * from '@xyo-network/node-system-info-plugin';
2
+ import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
3
+ export declare const SystemInfoPlugins: PayloadSetPluginFunc[];
4
+ export default SystemInfoPlugins;
5
+ //# sourceMappingURL=indexNode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"indexNode.d.ts","sourceRoot":"","sources":["../../src/indexNode.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAA;AAGpD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAA2B,CAAA;AAG/E,eAAe,iBAAiB,CAAA"}
@@ -0,0 +1,35 @@
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
+ var indexNode_exports = {};
21
+ __export(indexNode_exports, {
22
+ SystemInfoPlugins: () => SystemInfoPlugins,
23
+ default: () => indexNode_default
24
+ });
25
+ module.exports = __toCommonJS(indexNode_exports);
26
+ __reExport(indexNode_exports, require("@xyo-network/node-system-info-plugin"), module.exports);
27
+ var import_node_system_info_plugin = require("@xyo-network/node-system-info-plugin");
28
+ const SystemInfoPlugins = [import_node_system_info_plugin.NodeSystemInfoPlugin];
29
+ var indexNode_default = SystemInfoPlugins;
30
+ // Annotate the CommonJS export names for ESM import in node:
31
+ 0 && (module.exports = {
32
+ SystemInfoPlugins,
33
+ ...require("@xyo-network/node-system-info-plugin")
34
+ });
35
+ //# sourceMappingURL=indexNode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/indexNode.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,8BAAc,iDAAd;AAEA,qCAAqC;AAG9B,MAAM,oBAA4C,CAAC,mDAAoB;AAG9E,IAAO,oBAAQ;","names":[]}
@@ -0,0 +1,9 @@
1
+ export * from "@xyo-network/node-system-info-plugin";
2
+ import { NodeSystemInfoPlugin } from "@xyo-network/node-system-info-plugin";
3
+ const SystemInfoPlugins = [NodeSystemInfoPlugin];
4
+ var indexNode_default = SystemInfoPlugins;
5
+ export {
6
+ SystemInfoPlugins,
7
+ indexNode_default as default
8
+ };
9
+ //# sourceMappingURL=indexNode.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/indexNode.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,MAAM,oBAA4C,CAAC,oBAAoB;AAG9E,IAAO,oBAAQ;","names":[]}
package/package.json CHANGED
@@ -10,46 +10,49 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/bowser-system-info-payload-plugin": "~2.74.4",
14
- "@xyo-network/bowser-system-info-plugin": "~2.74.4",
15
- "@xyo-network/node-system-info-plugin": "~2.74.4",
16
- "@xyo-network/payloadset-plugin": "~2.74.4"
13
+ "@xyo-network/bowser-system-info-payload-plugin": "~2.75.0",
14
+ "@xyo-network/bowser-system-info-plugin": "~2.75.0",
15
+ "@xyo-network/node-system-info-plugin": "~2.75.0",
16
+ "@xyo-network/payloadset-plugin": "~2.75.0"
17
17
  },
18
18
  "devDependencies": {
19
- "@xylabs/ts-scripts-yarn3": "^3.0.28",
20
- "@xylabs/tsconfig": "^3.0.28",
19
+ "@xylabs/ts-scripts-yarn3": "^3.0.70",
20
+ "@xylabs/tsconfig": "^3.0.70",
21
21
  "typescript": "^5.2.2"
22
22
  },
23
23
  "description": "Primary SDK for using XYO Protocol 2.0",
24
24
  "docs": "dist/docs.json",
25
- "types": "dist/index.d.ts",
25
+ "types": "dist/node/index.d.ts",
26
26
  "exports": {
27
27
  ".": {
28
- "require": {
29
- "types": "./dist/index.d.ts",
30
- "default": "./dist/index.js"
28
+ "browser": {
29
+ "require": {
30
+ "types": "./dist/browser/index.d.ts",
31
+ "default": "./dist/browser/index.cjs"
32
+ },
33
+ "import": {
34
+ "types": "./dist/browser/index.d.mts",
35
+ "default": "./dist/browser/index.js"
36
+ }
31
37
  },
32
- "import": {
33
- "types": "./dist/index.d.mts",
34
- "default": "./dist/index.mjs"
38
+ "node": {
39
+ "require": {
40
+ "types": "./dist/node/index.d.ts",
41
+ "default": "./dist/node/index.js"
42
+ },
43
+ "import": {
44
+ "types": "./dist/node/index.d.mts",
45
+ "default": "./dist/node/index.mjs"
46
+ }
35
47
  }
36
48
  },
37
- "./dist/docs.json": {
38
- "default": "./dist/docs.json"
39
- },
40
- "./cjs": {
41
- "default": "./dist/index.js"
42
- },
43
49
  "./docs": {
44
50
  "default": "./dist/docs.json"
45
51
  },
46
- "./esm": {
47
- "default": "./dist/index.mjs"
48
- },
49
52
  "./package.json": "./package.json"
50
53
  },
51
- "main": "dist/index.js",
52
- "module": "dist/index.mjs",
54
+ "main": "dist/node/index.js",
55
+ "module": "dist/node/index.mjs",
53
56
  "homepage": "https://xyo.network",
54
57
  "license": "LGPL-3.0",
55
58
  "publishConfig": {
@@ -60,5 +63,5 @@
60
63
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
61
64
  },
62
65
  "sideEffects": false,
63
- "version": "2.74.4"
66
+ "version": "2.75.0"
64
67
  }
package/dist/docs.json DELETED
@@ -1,575 +0,0 @@
1
- {
2
- "id": 0,
3
- "name": "@xyo-network/info-system-plugins",
4
- "variant": "project",
5
- "kind": 1,
6
- "flags": {},
7
- "children": [
8
- {
9
- "id": 2,
10
- "name": "default",
11
- "variant": "reference",
12
- "kind": 8388608,
13
- "flags": {},
14
- "sources": [
15
- {
16
- "fileName": "payloadset/packages/system/packages/info/src/index.ts",
17
- "line": 10,
18
- "character": 0,
19
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7baa54c6ef52c/packages/plugins/packages/payloadset/packages/system/packages/info/src/index.ts#L10"
20
- }
21
- ],
22
- "target": 1
23
- },
24
- {
25
- "id": 8,
26
- "name": "BowserSystemInfoPayload",
27
- "variant": "declaration",
28
- "kind": 4194304,
29
- "flags": {},
30
- "sources": [
31
- {
32
- "fileName": "payload/packages/system/packages/info/packages/bowser/dist/Payload.d.ts",
33
- "line": 4,
34
- "character": 12
35
- }
36
- ],
37
- "type": {
38
- "type": "reference",
39
- "target": {
40
- "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
41
- "qualifiedName": "Payload"
42
- },
43
- "typeArguments": [
44
- {
45
- "type": "reflection",
46
- "declaration": {
47
- "id": 9,
48
- "name": "__type",
49
- "variant": "declaration",
50
- "kind": 65536,
51
- "flags": {},
52
- "children": [
53
- {
54
- "id": 10,
55
- "name": "bowser",
56
- "variant": "declaration",
57
- "kind": 1024,
58
- "flags": {
59
- "isOptional": true
60
- },
61
- "sources": [
62
- {
63
- "fileName": "payload/packages/system/packages/info/packages/bowser/dist/Payload.d.ts",
64
- "line": 5,
65
- "character": 4
66
- }
67
- ],
68
- "type": {
69
- "type": "reference",
70
- "target": {
71
- "sourceFileName": "../../../../../../../../node_modules/bowser/index.d.ts",
72
- "qualifiedName": "Bowser.Parser.ParsedResult"
73
- },
74
- "name": "Parser.ParsedResult",
75
- "package": "bowser",
76
- "qualifiedName": "Bowser.Parser.ParsedResult"
77
- }
78
- },
79
- {
80
- "id": 11,
81
- "name": "schema",
82
- "variant": "declaration",
83
- "kind": 1024,
84
- "flags": {},
85
- "sources": [
86
- {
87
- "fileName": "payload/packages/system/packages/info/packages/bowser/dist/Payload.d.ts",
88
- "line": 6,
89
- "character": 4
90
- }
91
- ],
92
- "type": {
93
- "type": "reference",
94
- "target": 12,
95
- "name": "BowserSystemInfoSchema",
96
- "package": "@xyo-network/bowser-system-info-payload-plugin"
97
- }
98
- }
99
- ],
100
- "groups": [
101
- {
102
- "title": "Properties",
103
- "children": [
104
- 10,
105
- 11
106
- ]
107
- }
108
- ],
109
- "sources": [
110
- {
111
- "fileName": "payload/packages/system/packages/info/packages/bowser/dist/Payload.d.ts",
112
- "line": 4,
113
- "character": 46
114
- }
115
- ]
116
- }
117
- }
118
- ],
119
- "name": "Payload",
120
- "package": "@xyo-network/payload-model"
121
- }
122
- },
123
- {
124
- "id": 13,
125
- "name": "BowserSystemInfoSchema",
126
- "variant": "declaration",
127
- "kind": 4194304,
128
- "flags": {},
129
- "sources": [
130
- {
131
- "fileName": "payload/packages/system/packages/info/packages/bowser/dist/Schema.d.ts",
132
- "line": 1,
133
- "character": 12
134
- },
135
- {
136
- "fileName": "payload/packages/system/packages/info/packages/bowser/dist/Schema.d.ts",
137
- "line": 2,
138
- "character": 21
139
- }
140
- ],
141
- "type": {
142
- "type": "literal",
143
- "value": "network.xyo.system.info.bowser"
144
- }
145
- },
146
- {
147
- "id": 12,
148
- "name": "BowserSystemInfoSchema",
149
- "variant": "declaration",
150
- "kind": 32,
151
- "flags": {},
152
- "sources": [
153
- {
154
- "fileName": "payload/packages/system/packages/info/packages/bowser/dist/Schema.d.ts",
155
- "line": 1,
156
- "character": 12
157
- },
158
- {
159
- "fileName": "payload/packages/system/packages/info/packages/bowser/dist/Schema.d.ts",
160
- "line": 2,
161
- "character": 21
162
- }
163
- ],
164
- "type": {
165
- "type": "literal",
166
- "value": "network.xyo.system.info.bowser"
167
- }
168
- },
169
- {
170
- "id": 1,
171
- "name": "SystemInfoPlugins",
172
- "variant": "declaration",
173
- "kind": 32,
174
- "flags": {
175
- "isConst": true
176
- },
177
- "sources": [
178
- {
179
- "fileName": "payloadset/packages/system/packages/info/src/index.ts",
180
- "line": 7,
181
- "character": 13,
182
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7baa54c6ef52c/packages/plugins/packages/payloadset/packages/system/packages/info/src/index.ts#L7"
183
- }
184
- ],
185
- "type": {
186
- "type": "array",
187
- "elementType": {
188
- "type": "reference",
189
- "target": {
190
- "sourceFileName": "../../../../../../../sdk/packages/payloadset-plugin/src/Plugin.ts",
191
- "qualifiedName": "PayloadSetPluginFunc"
192
- },
193
- "name": "PayloadSetPluginFunc",
194
- "package": "@xyo-network/payloadset-plugin"
195
- }
196
- },
197
- "defaultValue": "..."
198
- },
199
- {
200
- "id": 3,
201
- "name": "BowserSystemInfoPayloadPlugin",
202
- "variant": "declaration",
203
- "kind": 64,
204
- "flags": {},
205
- "sources": [
206
- {
207
- "fileName": "payload/packages/system/packages/info/packages/bowser/dist/Plugin.d.ts",
208
- "line": 1,
209
- "character": 21
210
- }
211
- ],
212
- "signatures": [
213
- {
214
- "id": 4,
215
- "name": "BowserSystemInfoPayloadPlugin",
216
- "variant": "signature",
217
- "kind": 4096,
218
- "flags": {},
219
- "sources": [
220
- {
221
- "fileName": "payload/packages/system/packages/info/packages/bowser/dist/Plugin.d.ts",
222
- "line": 1,
223
- "character": 52
224
- }
225
- ],
226
- "type": {
227
- "type": "reference",
228
- "target": {
229
- "sourceFileName": "../../../../../../../sdk/packages/payload-plugin/src/Plugin.ts",
230
- "qualifiedName": "PayloadPlugin"
231
- },
232
- "typeArguments": [
233
- {
234
- "type": "intersection",
235
- "types": [
236
- {
237
- "type": "reference",
238
- "target": {
239
- "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
240
- "qualifiedName": "SchemaFields"
241
- },
242
- "name": "SchemaFields",
243
- "package": "@xyo-network/payload-model"
244
- },
245
- {
246
- "type": "reference",
247
- "target": {
248
- "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
249
- "qualifiedName": "PayloadFields"
250
- },
251
- "name": "PayloadFields",
252
- "package": "@xyo-network/payload-model"
253
- },
254
- {
255
- "type": "reflection",
256
- "declaration": {
257
- "id": 5,
258
- "name": "__type",
259
- "variant": "declaration",
260
- "kind": 65536,
261
- "flags": {},
262
- "children": [
263
- {
264
- "id": 6,
265
- "name": "bowser",
266
- "variant": "declaration",
267
- "kind": 1024,
268
- "flags": {
269
- "isOptional": true
270
- },
271
- "sources": [
272
- {
273
- "fileName": "payload/packages/system/packages/info/packages/bowser/dist/Plugin.d.ts",
274
- "line": 2,
275
- "character": 4
276
- }
277
- ],
278
- "type": {
279
- "type": "reference",
280
- "target": {
281
- "sourceFileName": "../../../../../../../../node_modules/bowser/index.d.ts",
282
- "qualifiedName": "Bowser.Parser.ParsedResult"
283
- },
284
- "name": "ParsedResult",
285
- "package": "bowser",
286
- "qualifiedName": "Bowser.Parser.ParsedResult"
287
- }
288
- },
289
- {
290
- "id": 7,
291
- "name": "schema",
292
- "variant": "declaration",
293
- "kind": 1024,
294
- "flags": {},
295
- "sources": [
296
- {
297
- "fileName": "payload/packages/system/packages/info/packages/bowser/dist/Plugin.d.ts",
298
- "line": 3,
299
- "character": 4
300
- }
301
- ],
302
- "type": {
303
- "type": "literal",
304
- "value": "network.xyo.system.info.bowser"
305
- }
306
- }
307
- ],
308
- "groups": [
309
- {
310
- "title": "Properties",
311
- "children": [
312
- 6,
313
- 7
314
- ]
315
- }
316
- ],
317
- "sources": [
318
- {
319
- "fileName": "payload/packages/system/packages/info/packages/bowser/dist/Plugin.d.ts",
320
- "line": 1,
321
- "character": 215
322
- }
323
- ]
324
- }
325
- }
326
- ]
327
- }
328
- ],
329
- "name": "PayloadPlugin",
330
- "package": "@xyo-network/payload-plugin"
331
- }
332
- }
333
- ]
334
- },
335
- {
336
- "id": 14,
337
- "name": "bowserSystemInfoPayloadTemplate",
338
- "variant": "declaration",
339
- "kind": 64,
340
- "flags": {},
341
- "sources": [
342
- {
343
- "fileName": "payload/packages/system/packages/info/packages/bowser/dist/Template.d.ts",
344
- "line": 2,
345
- "character": 21
346
- }
347
- ],
348
- "signatures": [
349
- {
350
- "id": 15,
351
- "name": "bowserSystemInfoPayloadTemplate",
352
- "variant": "signature",
353
- "kind": 4096,
354
- "flags": {},
355
- "sources": [
356
- {
357
- "fileName": "payload/packages/system/packages/info/packages/bowser/dist/Template.d.ts",
358
- "line": 2,
359
- "character": 54
360
- }
361
- ],
362
- "type": {
363
- "type": "intersection",
364
- "types": [
365
- {
366
- "type": "reference",
367
- "target": {
368
- "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
369
- "qualifiedName": "SchemaFields"
370
- },
371
- "name": "SchemaFields",
372
- "package": "@xyo-network/payload-model"
373
- },
374
- {
375
- "type": "reference",
376
- "target": {
377
- "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
378
- "qualifiedName": "PayloadFields"
379
- },
380
- "name": "PayloadFields",
381
- "package": "@xyo-network/payload-model"
382
- },
383
- {
384
- "type": "reflection",
385
- "declaration": {
386
- "id": 16,
387
- "name": "__type",
388
- "variant": "declaration",
389
- "kind": 65536,
390
- "flags": {},
391
- "children": [
392
- {
393
- "id": 17,
394
- "name": "bowser",
395
- "variant": "declaration",
396
- "kind": 1024,
397
- "flags": {
398
- "isOptional": true
399
- },
400
- "sources": [
401
- {
402
- "fileName": "payload/packages/system/packages/info/packages/bowser/dist/Payload.d.ts",
403
- "line": 5,
404
- "character": 4
405
- }
406
- ],
407
- "type": {
408
- "type": "reference",
409
- "target": {
410
- "sourceFileName": "../../../../../../../../node_modules/bowser/index.d.ts",
411
- "qualifiedName": "Bowser.Parser.ParsedResult"
412
- },
413
- "name": "ParsedResult",
414
- "package": "bowser",
415
- "qualifiedName": "Bowser.Parser.ParsedResult"
416
- }
417
- },
418
- {
419
- "id": 18,
420
- "name": "schema",
421
- "variant": "declaration",
422
- "kind": 1024,
423
- "flags": {},
424
- "sources": [
425
- {
426
- "fileName": "payload/packages/system/packages/info/packages/bowser/dist/Payload.d.ts",
427
- "line": 6,
428
- "character": 4
429
- }
430
- ],
431
- "type": {
432
- "type": "literal",
433
- "value": "network.xyo.system.info.bowser"
434
- }
435
- }
436
- ],
437
- "groups": [
438
- {
439
- "title": "Properties",
440
- "children": [
441
- 17,
442
- 18
443
- ]
444
- }
445
- ],
446
- "sources": [
447
- {
448
- "fileName": "payload/packages/system/packages/info/packages/bowser/dist/Payload.d.ts",
449
- "line": 4,
450
- "character": 46
451
- }
452
- ]
453
- }
454
- }
455
- ]
456
- }
457
- }
458
- ]
459
- }
460
- ],
461
- "groups": [
462
- {
463
- "title": "References",
464
- "children": [
465
- 2
466
- ]
467
- },
468
- {
469
- "title": "Type Aliases",
470
- "children": [
471
- 8,
472
- 13
473
- ]
474
- },
475
- {
476
- "title": "Variables",
477
- "children": [
478
- 12,
479
- 1
480
- ]
481
- },
482
- {
483
- "title": "Functions",
484
- "children": [
485
- 3,
486
- 14
487
- ]
488
- }
489
- ],
490
- "packageName": "@xyo-network/info-system-plugins",
491
- "readme": [
492
- {
493
- "kind": "text",
494
- "text": "[![logo][]](https://xyo.network)\n\nPart of [sdk-xyo-clint-js](https://www.npmjs.com/package/@xyo-network/sdk-xyo-client-js)\n\n## License\n\n> See the [LICENSE](LICENSE) file for license details\n\n## Credits\n\n[Made with 🔥 and ❄️ by XYO](https://xyo.network)\n\n[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png"
495
- }
496
- ],
497
- "symbolIdMap": {
498
- "0": {
499
- "sourceFileName": "src/index.ts",
500
- "qualifiedName": ""
501
- },
502
- "1": {
503
- "sourceFileName": "src/index.ts",
504
- "qualifiedName": "SystemInfoPlugins"
505
- },
506
- "2": {
507
- "sourceFileName": "src/index.ts",
508
- "qualifiedName": "default"
509
- },
510
- "3": {
511
- "sourceFileName": "../../../../../payload/packages/system/packages/info/packages/bowser/src/Plugin.ts",
512
- "qualifiedName": "BowserSystemInfoPayloadPlugin"
513
- },
514
- "4": {
515
- "sourceFileName": "../../../../../payload/packages/system/packages/info/packages/bowser/src/Plugin.ts",
516
- "qualifiedName": "BowserSystemInfoPayloadPlugin"
517
- },
518
- "5": {
519
- "sourceFileName": "../../../../../payload/packages/system/packages/info/packages/bowser/src/Plugin.ts",
520
- "qualifiedName": "__type"
521
- },
522
- "6": {
523
- "sourceFileName": "../../../../../payload/packages/system/packages/info/packages/bowser/src/Plugin.ts",
524
- "qualifiedName": "__type.bowser"
525
- },
526
- "7": {
527
- "sourceFileName": "../../../../../payload/packages/system/packages/info/packages/bowser/src/Plugin.ts",
528
- "qualifiedName": "__type.schema"
529
- },
530
- "8": {
531
- "sourceFileName": "../../../../../payload/packages/system/packages/info/packages/bowser/src/Payload.ts",
532
- "qualifiedName": "BowserSystemInfoPayload"
533
- },
534
- "9": {
535
- "sourceFileName": "../../../../../payload/packages/system/packages/info/packages/bowser/src/Payload.ts",
536
- "qualifiedName": "__type"
537
- },
538
- "10": {
539
- "sourceFileName": "../../../../../payload/packages/system/packages/info/packages/bowser/src/Payload.ts",
540
- "qualifiedName": "__type.bowser"
541
- },
542
- "11": {
543
- "sourceFileName": "../../../../../payload/packages/system/packages/info/packages/bowser/src/Payload.ts",
544
- "qualifiedName": "__type.schema"
545
- },
546
- "12": {
547
- "sourceFileName": "../../../../../payload/packages/system/packages/info/packages/bowser/src/Schema.ts",
548
- "qualifiedName": "BowserSystemInfoSchema"
549
- },
550
- "13": {
551
- "sourceFileName": "../../../../../payload/packages/system/packages/info/packages/bowser/src/Schema.ts",
552
- "qualifiedName": "BowserSystemInfoSchema"
553
- },
554
- "14": {
555
- "sourceFileName": "../../../../../payload/packages/system/packages/info/packages/bowser/src/Template.ts",
556
- "qualifiedName": "bowserSystemInfoPayloadTemplate"
557
- },
558
- "15": {
559
- "sourceFileName": "../../../../../payload/packages/system/packages/info/packages/bowser/src/Template.ts",
560
- "qualifiedName": "bowserSystemInfoPayloadTemplate"
561
- },
562
- "16": {
563
- "sourceFileName": "../../../../../payload/packages/system/packages/info/packages/bowser/src/Payload.ts",
564
- "qualifiedName": "__type"
565
- },
566
- "17": {
567
- "sourceFileName": "../../../../../payload/packages/system/packages/info/packages/bowser/src/Payload.ts",
568
- "qualifiedName": "__type.bowser"
569
- },
570
- "18": {
571
- "sourceFileName": "../../../../../payload/packages/system/packages/info/packages/bowser/src/Payload.ts",
572
- "qualifiedName": "__type.schema"
573
- }
574
- }
575
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gDAAgD,CAAA;AAI9D,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAAmD,CAAA;AAGvG,eAAe,iBAAiB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gDAAgD,CAAA;AAI9D,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAAmD,CAAA;AAGvG,eAAe,iBAAiB,CAAA"}
package/dist/index.js.map DELETED
@@ -1 +0,0 @@
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":[]}
@@ -1 +0,0 @@
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":[]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"indexBrowser.d.ts","sourceRoot":"","sources":["../src/indexBrowser.ts"],"names":[],"mappings":"AAAA,cAAc,wCAAwC,CAAA;AAGtD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAA6B,CAAA;AAGjF,eAAe,iBAAiB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"indexBrowser.d.ts","sourceRoot":"","sources":["../src/indexBrowser.ts"],"names":[],"mappings":"AAAA,cAAc,wCAAwC,CAAA;AAGtD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAA6B,CAAA;AAGjF,eAAe,iBAAiB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"indexNode.d.ts","sourceRoot":"","sources":["../src/indexNode.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAA;AAGpD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAA2B,CAAA;AAG/E,eAAe,iBAAiB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"indexNode.d.ts","sourceRoot":"","sources":["../src/indexNode.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAA;AAGpD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAA2B,CAAA;AAG/E,eAAe,iBAAiB,CAAA"}
File without changes
File without changes
File without changes