@xyo-network/info-system-payload-plugins 2.75.15 → 2.75.16

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/docs.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "fileName": "src/index.ts",
17
17
  "line": 10,
18
18
  "character": 0,
19
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/329e1cefafe53/packages/plugins/packages/payload/packages/system/packages/info/src/index.ts#L10"
19
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/b1d6f519bacda/packages/plugins/packages/payload/packages/system/packages/info/src/index.ts#L10"
20
20
  }
21
21
  ],
22
22
  "target": 1
@@ -179,7 +179,7 @@
179
179
  "fileName": "src/index.ts",
180
180
  "line": 7,
181
181
  "character": 13,
182
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/329e1cefafe53/packages/plugins/packages/payload/packages/system/packages/info/src/index.ts#L7"
182
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/b1d6f519bacda/packages/plugins/packages/payload/packages/system/packages/info/src/index.ts#L7"
183
183
  }
184
184
  ],
185
185
  "type": {
package/package.json CHANGED
@@ -10,13 +10,13 @@
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.75.15",
14
- "@xyo-network/node-system-info-payload-plugin": "~2.75.15",
15
- "@xyo-network/payload-plugin": "~2.75.15"
13
+ "@xyo-network/bowser-system-info-payload-plugin": "~2.75.16",
14
+ "@xyo-network/node-system-info-payload-plugin": "~2.75.16",
15
+ "@xyo-network/payload-plugin": "~2.75.16"
16
16
  },
17
17
  "devDependencies": {
18
- "@xylabs/ts-scripts-yarn3": "^3.0.88",
19
- "@xylabs/tsconfig": "^3.0.88",
18
+ "@xylabs/ts-scripts-yarn3": "^3.1.3",
19
+ "@xylabs/tsconfig": "^3.1.3",
20
20
  "typescript": "^5.2.2"
21
21
  },
22
22
  "description": "Primary SDK for using XYO Protocol 2.0",
@@ -62,5 +62,5 @@
62
62
  },
63
63
  "sideEffects": false,
64
64
  "types": "dist/node/index.d.ts",
65
- "version": "2.75.15"
65
+ "version": "2.75.16"
66
66
  }
@@ -1,32 +0,0 @@
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
- SystemInfoPayloadPlugins: () => SystemInfoPayloadPlugins,
25
- default: () => indexBrowser_default
26
- });
27
- module.exports = __toCommonJS(indexBrowser_exports);
28
- __reExport(indexBrowser_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 SystemInfoPayloadPlugins = [import_bowser_system_info_payload_plugin.BowserSystemInfoPayloadPlugin];
31
- var indexBrowser_default = SystemInfoPayloadPlugins;
32
- //# sourceMappingURL=indexBrowser.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/indexBrowser.ts"],"sourcesContent":["export * from '@xyo-network/bowser-system-info-payload-plugin'\n\nimport { BowserSystemInfoPayloadPlugin } from '@xyo-network/bowser-system-info-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemInfoPayloadPlugins: PayloadPluginFunc[] = [BowserSystemInfoPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,iCAAc,2DAAd;AAEA,+CAA8C;AAGvC,IAAM,2BAAgD,CAAC,sEAA6B;AAG3F,IAAO,uBAAQ;","names":[]}
@@ -1,10 +0,0 @@
1
- // src/indexBrowser.ts
2
- export * from "@xyo-network/bowser-system-info-payload-plugin";
3
- import { BowserSystemInfoPayloadPlugin } from "@xyo-network/bowser-system-info-payload-plugin";
4
- var SystemInfoPayloadPlugins = [BowserSystemInfoPayloadPlugin];
5
- var indexBrowser_default = SystemInfoPayloadPlugins;
6
- export {
7
- SystemInfoPayloadPlugins,
8
- indexBrowser_default as default
9
- };
10
- //# sourceMappingURL=indexBrowser.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/indexBrowser.ts"],"sourcesContent":["export * from '@xyo-network/bowser-system-info-payload-plugin'\n\nimport { BowserSystemInfoPayloadPlugin } from '@xyo-network/bowser-system-info-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemInfoPayloadPlugins: PayloadPluginFunc[] = [BowserSystemInfoPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPayloadPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,qCAAqC;AAGvC,IAAM,2BAAgD,CAAC,6BAA6B;AAG3F,IAAO,uBAAQ;","names":[]}
@@ -1,32 +0,0 @@
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
- SystemInfoPayloadPlugins: () => SystemInfoPayloadPlugins,
25
- default: () => indexNode_default
26
- });
27
- module.exports = __toCommonJS(indexNode_exports);
28
- __reExport(indexNode_exports, require("@xyo-network/node-system-info-payload-plugin"), module.exports);
29
- var import_node_system_info_payload_plugin = require("@xyo-network/node-system-info-payload-plugin");
30
- var SystemInfoPayloadPlugins = [import_node_system_info_payload_plugin.NodeSystemInfoPayloadPlugin];
31
- var indexNode_default = SystemInfoPayloadPlugins;
32
- //# sourceMappingURL=indexNode.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/indexNode.ts"],"sourcesContent":["export * from '@xyo-network/node-system-info-payload-plugin'\n\nimport { NodeSystemInfoPayloadPlugin } from '@xyo-network/node-system-info-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemInfoPayloadPlugins: PayloadPluginFunc[] = [NodeSystemInfoPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,8BAAc,yDAAd;AAEA,6CAA4C;AAGrC,IAAM,2BAAgD,CAAC,kEAA2B;AAGzF,IAAO,oBAAQ;","names":[]}
@@ -1,10 +0,0 @@
1
- // src/indexNode.ts
2
- export * from "@xyo-network/node-system-info-payload-plugin";
3
- import { NodeSystemInfoPayloadPlugin } from "@xyo-network/node-system-info-payload-plugin";
4
- var SystemInfoPayloadPlugins = [NodeSystemInfoPayloadPlugin];
5
- var indexNode_default = SystemInfoPayloadPlugins;
6
- export {
7
- SystemInfoPayloadPlugins,
8
- indexNode_default as default
9
- };
10
- //# sourceMappingURL=indexNode.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/indexNode.ts"],"sourcesContent":["export * from '@xyo-network/node-system-info-payload-plugin'\n\nimport { NodeSystemInfoPayloadPlugin } from '@xyo-network/node-system-info-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemInfoPayloadPlugins: PayloadPluginFunc[] = [NodeSystemInfoPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPayloadPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,mCAAmC;AAGrC,IAAM,2BAAgD,CAAC,2BAA2B;AAGzF,IAAO,oBAAQ;","names":[]}
@@ -1,37 +0,0 @@
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
- SystemInfoPayloadPlugins: () => SystemInfoPayloadPlugins,
25
- default: () => indexBrowser_default
26
- });
27
- module.exports = __toCommonJS(indexBrowser_exports);
28
- __reExport(indexBrowser_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 SystemInfoPayloadPlugins = [import_bowser_system_info_payload_plugin.BowserSystemInfoPayloadPlugin];
31
- var indexBrowser_default = SystemInfoPayloadPlugins;
32
- // Annotate the CommonJS export names for ESM import in node:
33
- 0 && (module.exports = {
34
- SystemInfoPayloadPlugins,
35
- ...require("@xyo-network/bowser-system-info-payload-plugin")
36
- });
37
- //# sourceMappingURL=indexBrowser.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/indexBrowser.ts"],"sourcesContent":["export * from '@xyo-network/bowser-system-info-payload-plugin'\n\nimport { BowserSystemInfoPayloadPlugin } from '@xyo-network/bowser-system-info-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemInfoPayloadPlugins: PayloadPluginFunc[] = [BowserSystemInfoPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,iCAAc,2DAAd;AAEA,+CAA8C;AAGvC,IAAM,2BAAgD,CAAC,sEAA6B;AAG3F,IAAO,uBAAQ;","names":[]}
@@ -1,10 +0,0 @@
1
- // src/indexBrowser.ts
2
- export * from "@xyo-network/bowser-system-info-payload-plugin";
3
- import { BowserSystemInfoPayloadPlugin } from "@xyo-network/bowser-system-info-payload-plugin";
4
- var SystemInfoPayloadPlugins = [BowserSystemInfoPayloadPlugin];
5
- var indexBrowser_default = SystemInfoPayloadPlugins;
6
- export {
7
- SystemInfoPayloadPlugins,
8
- indexBrowser_default as default
9
- };
10
- //# sourceMappingURL=indexBrowser.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/indexBrowser.ts"],"sourcesContent":["export * from '@xyo-network/bowser-system-info-payload-plugin'\n\nimport { BowserSystemInfoPayloadPlugin } from '@xyo-network/bowser-system-info-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemInfoPayloadPlugins: PayloadPluginFunc[] = [BowserSystemInfoPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPayloadPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,qCAAqC;AAGvC,IAAM,2BAAgD,CAAC,6BAA6B;AAG3F,IAAO,uBAAQ;","names":[]}
@@ -1,37 +0,0 @@
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
- SystemInfoPayloadPlugins: () => SystemInfoPayloadPlugins,
25
- default: () => indexNode_default
26
- });
27
- module.exports = __toCommonJS(indexNode_exports);
28
- __reExport(indexNode_exports, require("@xyo-network/node-system-info-payload-plugin"), module.exports);
29
- var import_node_system_info_payload_plugin = require("@xyo-network/node-system-info-payload-plugin");
30
- var SystemInfoPayloadPlugins = [import_node_system_info_payload_plugin.NodeSystemInfoPayloadPlugin];
31
- var indexNode_default = SystemInfoPayloadPlugins;
32
- // Annotate the CommonJS export names for ESM import in node:
33
- 0 && (module.exports = {
34
- SystemInfoPayloadPlugins,
35
- ...require("@xyo-network/node-system-info-payload-plugin")
36
- });
37
- //# sourceMappingURL=indexNode.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/indexNode.ts"],"sourcesContent":["export * from '@xyo-network/node-system-info-payload-plugin'\n\nimport { NodeSystemInfoPayloadPlugin } from '@xyo-network/node-system-info-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemInfoPayloadPlugins: PayloadPluginFunc[] = [NodeSystemInfoPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,8BAAc,yDAAd;AAEA,6CAA4C;AAGrC,IAAM,2BAAgD,CAAC,kEAA2B;AAGzF,IAAO,oBAAQ;","names":[]}
@@ -1,10 +0,0 @@
1
- // src/indexNode.ts
2
- export * from "@xyo-network/node-system-info-payload-plugin";
3
- import { NodeSystemInfoPayloadPlugin } from "@xyo-network/node-system-info-payload-plugin";
4
- var SystemInfoPayloadPlugins = [NodeSystemInfoPayloadPlugin];
5
- var indexNode_default = SystemInfoPayloadPlugins;
6
- export {
7
- SystemInfoPayloadPlugins,
8
- indexNode_default as default
9
- };
10
- //# sourceMappingURL=indexNode.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/indexNode.ts"],"sourcesContent":["export * from '@xyo-network/node-system-info-payload-plugin'\n\nimport { NodeSystemInfoPayloadPlugin } from '@xyo-network/node-system-info-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemInfoPayloadPlugins: PayloadPluginFunc[] = [NodeSystemInfoPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default SystemInfoPayloadPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,mCAAmC;AAGrC,IAAM,2BAAgD,CAAC,2BAA2B;AAGzF,IAAO,oBAAQ;","names":[]}