@xyo-network/info-system-plugins 5.3.1 → 5.3.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/info-system-plugins",
3
- "version": "5.3.1",
3
+ "version": "5.3.2",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -43,16 +43,31 @@
43
43
  "!**/*.spec.*",
44
44
  "!**/*.test.*"
45
45
  ],
46
- "dependencies": {
47
- "@xyo-network/bowser-system-info-payload-plugin": "5.3.1",
48
- "@xyo-network/bowser-system-info-plugin": "5.3.1",
49
- "@xyo-network/node-system-info-plugin": "5.3.1",
50
- "@xyo-network/payloadset-plugin": "~5.3.2"
51
- },
52
46
  "devDependencies": {
53
- "@xylabs/ts-scripts-yarn3": "~7.3.2",
54
- "@xylabs/tsconfig": "~7.3.2",
55
- "typescript": "~5.9.3"
47
+ "@xylabs/sdk-js": "^5.0.90",
48
+ "@xylabs/ts-scripts-yarn3": "~7.5.10",
49
+ "@xylabs/tsconfig": "~7.5.10",
50
+ "@xylabs/vitest-extended": "~5.0.90",
51
+ "@xyo-network/abstract-witness": "~5.3.5",
52
+ "@xyo-network/bowser-system-info-payload-plugin": "5.3.2",
53
+ "@xyo-network/bowser-system-info-plugin": "5.3.2",
54
+ "@xyo-network/module-model": "~5.3.5",
55
+ "@xyo-network/node-system-info-payload-plugin": "~5.3.2",
56
+ "@xyo-network/node-system-info-plugin": "5.3.2",
57
+ "@xyo-network/payload-model": "~5.3.5",
58
+ "@xyo-network/payloadset-plugin": "~5.3.5",
59
+ "@xyo-network/schema-name-validator": "~5.3.5",
60
+ "@xyo-network/sdk-js": "~5.3.5",
61
+ "@xyo-network/witness-model": "~5.3.5",
62
+ "bowser": "~2.14.1",
63
+ "systeminformation": "~5.30.8",
64
+ "typescript": "~5.9.3",
65
+ "vitest": "~4.1.2",
66
+ "zod": "^4.3.6"
67
+ },
68
+ "peerDependencies": {
69
+ "@xylabs/sdk-js": "^5",
70
+ "zod": "^4"
56
71
  },
57
72
  "publishConfig": {
58
73
  "access": "public"
@@ -1,5 +0,0 @@
1
- export * from '@xyo-network/bowser-system-info-plugin';
2
- import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
3
- export declare const SystemInfoPlugins: PayloadSetPluginFunc[];
4
- export default SystemInfoPlugins;
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/browser/index.ts"],"names":[],"mappings":"AAAA,cAAc,wCAAwC,CAAA;AAGtD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAE1E,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAA6B,CAAA;AAEjF,eAAe,iBAAiB,CAAA"}
@@ -1,10 +0,0 @@
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 index_default = SystemInfoPlugins;
6
- export {
7
- SystemInfoPlugins,
8
- index_default as default
9
- };
10
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
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 type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const SystemInfoPlugins: PayloadSetPluginFunc[] = [BowserSystemInfoPlugin]\n\nexport default SystemInfoPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,8BAA8B;AAGhC,IAAM,oBAA4C,CAAC,sBAAsB;AAEhF,IAAO,gBAAQ;","names":[]}
@@ -1,5 +0,0 @@
1
- export * from '@xyo-network/bowser-system-info-plugin';
2
- import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
3
- export declare const SystemInfoPlugins: PayloadSetPluginFunc[];
4
- export default SystemInfoPlugins;
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/browser/index.ts"],"names":[],"mappings":"AAAA,cAAc,wCAAwC,CAAA;AAGtD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAE1E,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAA6B,CAAA;AAEjF,eAAe,iBAAiB,CAAA"}
@@ -1,5 +0,0 @@
1
- export * from '@xyo-network/bowser-system-info-payload-plugin';
2
- import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
3
- export declare const SystemInfoPlugins: PayloadSetPluginFunc[];
4
- export default SystemInfoPlugins;
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gDAAgD,CAAA;AAI9D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAE1E,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAAmD,CAAA;AAEvG,eAAe,iBAAiB,CAAA"}
@@ -1,11 +0,0 @@
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 index_default = SystemInfoPlugins;
7
- export {
8
- SystemInfoPlugins,
9
- index_default as default
10
- };
11
- //# sourceMappingURL=index.mjs.map
@@ -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 type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const SystemInfoPlugins: PayloadSetPluginFunc[] = [BowserSystemInfoPlugin, NodeSystemInfoPlugin]\n\nexport default SystemInfoPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,8BAA8B;AACvC,SAAS,4BAA4B;AAG9B,IAAM,oBAA4C,CAAC,wBAAwB,oBAAoB;AAEtG,IAAO,gBAAQ;","names":[]}
@@ -1,5 +0,0 @@
1
- export * from '@xyo-network/node-system-info-plugin';
2
- import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
3
- export declare const SystemInfoPlugins: PayloadSetPluginFunc[];
4
- export default SystemInfoPlugins;
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/node/index.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAA;AAGpD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAE1E,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAA2B,CAAA;AAE/E,eAAe,iBAAiB,CAAA"}
@@ -1,5 +0,0 @@
1
- export * from '@xyo-network/node-system-info-plugin';
2
- import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
3
- export declare const SystemInfoPlugins: PayloadSetPluginFunc[];
4
- export default SystemInfoPlugins;
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/node/index.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAA;AAGpD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAE1E,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAA2B,CAAA;AAE/E,eAAe,iBAAiB,CAAA"}
@@ -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 index_default = SystemInfoPlugins;
6
- export {
7
- SystemInfoPlugins,
8
- index_default as default
9
- };
10
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
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 type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const SystemInfoPlugins: PayloadSetPluginFunc[] = [NodeSystemInfoPlugin]\n\nexport default SystemInfoPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,4BAA4B;AAG9B,IAAM,oBAA4C,CAAC,oBAAoB;AAE9E,IAAO,gBAAQ;","names":[]}