@xyo-network/node-system-info-payload-plugin 3.4.1 → 3.4.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.
@@ -1,6 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
2
  import * as _xyo_network_payload_plugin from '@xyo-network/payload-plugin';
3
- import * as _store__xylabs_object_npm_4_5_1_e31c389195_package from '.store/@xylabs-object-npm-4.5.1-e31c389195/package';
4
3
 
5
4
  type NodeSystemInfoSchema = 'network.xyo.system.info.node';
6
5
  declare const NodeSystemInfoSchema: NodeSystemInfoSchema;
@@ -10,12 +9,7 @@ type NodeSystemInfoPayload = Payload<{
10
9
  systeminfo?: Record<string, unknown>;
11
10
  }>;
12
11
 
13
- declare const NodeSystemInfoPayloadPlugin: () => _xyo_network_payload_plugin.PayloadPlugin<_store__xylabs_object_npm_4_5_1_e31c389195_package.DeepRestrictToStringKeys<{
14
- schema: "network.xyo.system.info.node";
15
- systeminfo?: {
16
- [x: string]: unknown;
17
- } | undefined;
18
- }>>;
12
+ declare const NodeSystemInfoPayloadPlugin: () => _xyo_network_payload_plugin.PayloadPlugin<NodeSystemInfoPayload>;
19
13
 
20
14
  declare const defaultSystemInfoConfig: () => {
21
15
  audio: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/node-system-info-payload-plugin",
3
- "version": "3.4.1",
3
+ "version": "3.4.2",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,15 +29,15 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
- "@xyo-network/payload-model": "^3.8.5",
33
- "@xyo-network/payload-plugin": "^3.8.5"
32
+ "@xyo-network/payload-model": "^3.9.16",
33
+ "@xyo-network/payload-plugin": "^3.9.16"
34
34
  },
35
35
  "devDependencies": {
36
- "@xylabs/ts-scripts-yarn3": "^5.0.22",
37
- "@xylabs/tsconfig": "^5.0.22",
36
+ "@xylabs/ts-scripts-yarn3": "^5.0.24",
37
+ "@xylabs/tsconfig": "^5.0.24",
38
38
  "@xylabs/vitest-extended": "^4.5.1",
39
39
  "typescript": "^5.7.3",
40
- "vitest": "^3.0.5"
40
+ "vitest": "^3.0.6"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public"