@xyo-network/node-system-info-payload-plugin 2.99.5 → 2.99.6

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.
@@ -3,7 +3,6 @@ var __defProp = Object.defineProperty;
3
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
5
  var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
7
6
  var __export = (target, all) => {
8
7
  for (var name in all)
9
8
  __defProp(target, name, { get: all[name], enumerable: true });
@@ -36,7 +35,7 @@ var import_payload_plugin = require("@xyo-network/payload-plugin");
36
35
  var NodeSystemInfoSchema = "network.xyo.system.info.node";
37
36
 
38
37
  // src/Template.ts
39
- var defaultSystemInfoConfig = /* @__PURE__ */ __name(() => {
38
+ var defaultSystemInfoConfig = () => {
40
39
  return {
41
40
  audio: "*",
42
41
  battery: "*",
@@ -52,14 +51,14 @@ var defaultSystemInfoConfig = /* @__PURE__ */ __name(() => {
52
51
  usb: "*",
53
52
  wifiInterfaces: "*"
54
53
  };
55
- }, "defaultSystemInfoConfig");
56
- var systemInfoNodeWitnessTemplate = /* @__PURE__ */ __name(() => ({
54
+ };
55
+ var systemInfoNodeWitnessTemplate = () => ({
57
56
  schema: NodeSystemInfoSchema
58
- }), "systemInfoNodeWitnessTemplate");
57
+ });
59
58
 
60
59
  // src/Plugin.ts
61
- var NodeSystemInfoPayloadPlugin = /* @__PURE__ */ __name(() => (0, import_payload_plugin.createPayloadPlugin)({
60
+ var NodeSystemInfoPayloadPlugin = () => (0, import_payload_plugin.createPayloadPlugin)({
62
61
  schema: NodeSystemInfoSchema,
63
62
  template: systemInfoNodeWitnessTemplate
64
- }), "NodeSystemInfoPayloadPlugin");
63
+ });
65
64
  //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["export * from './Payload.ts'\n// eslint-disable-next-line import/no-default-export\nexport { NodeSystemInfoPayloadPlugin as default, NodeSystemInfoPayloadPlugin } from './Plugin.ts'\nexport * from './Schema.ts'\nexport * from './Template.ts'\n","import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { NodeSystemInfoPayload } from './Payload.ts'\nimport { NodeSystemInfoSchema } from './Schema.ts'\nimport { systemInfoNodeWitnessTemplate } from './Template.ts'\n\nexport const NodeSystemInfoPayloadPlugin = () =>\n createPayloadPlugin<NodeSystemInfoPayload>({\n schema: NodeSystemInfoSchema,\n template: systemInfoNodeWitnessTemplate,\n })\n","export type NodeSystemInfoSchema = 'network.xyo.system.info.node'\nexport const NodeSystemInfoSchema: NodeSystemInfoSchema = 'network.xyo.system.info.node'\n","import { NodeSystemInfoPayload } from './Payload.ts'\nimport { NodeSystemInfoSchema } from './Schema.ts'\n\nconst defaultSystemInfoConfig = () => {\n return {\n audio: '*',\n battery: '*',\n bluetooth: '*',\n cpu: '*',\n diskLayout: '*',\n graphics: '*',\n mem: '*',\n networkInterfaces: '*',\n osInfo: '*',\n printer: '*',\n system: '*',\n usb: '*',\n wifiInterfaces: '*',\n }\n}\n\nconst systemInfoNodeWitnessTemplate = (): NodeSystemInfoPayload => ({\n schema: NodeSystemInfoSchema,\n})\n\nexport { defaultSystemInfoConfig, systemInfoNodeWitnessTemplate }\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;;ACAA,4BAAoC;;;ACC7B,IAAMA,uBAA6C;;;ACE1D,IAAMC,0BAA0B,6BAAA;AAC9B,SAAO;IACLC,OAAO;IACPC,SAAS;IACTC,WAAW;IACXC,KAAK;IACLC,YAAY;IACZC,UAAU;IACVC,KAAK;IACLC,mBAAmB;IACnBC,QAAQ;IACRC,SAAS;IACTC,QAAQ;IACRC,KAAK;IACLC,gBAAgB;EAClB;AACF,GAhBgC;AAkBhC,IAAMC,gCAAgC,8BAA8B;EAClEC,QAAQC;AACV,IAFsC;;;AFf/B,IAAMC,8BAA8B,iCACzCC,2CAA2C;EACzCC,QAAQC;EACRC,UAAUC;AACZ,CAAA,GAJyC;","names":["NodeSystemInfoSchema","defaultSystemInfoConfig","audio","battery","bluetooth","cpu","diskLayout","graphics","mem","networkInterfaces","osInfo","printer","system","usb","wifiInterfaces","systemInfoNodeWitnessTemplate","schema","NodeSystemInfoSchema","NodeSystemInfoPayloadPlugin","createPayloadPlugin","schema","NodeSystemInfoSchema","template","systemInfoNodeWitnessTemplate"]}
1
+ {"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["export * from './Payload.ts'\n// eslint-disable-next-line import/no-default-export\nexport { NodeSystemInfoPayloadPlugin as default, NodeSystemInfoPayloadPlugin } from './Plugin.ts'\nexport * from './Schema.ts'\nexport * from './Template.ts'\n","import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { NodeSystemInfoPayload } from './Payload.ts'\nimport { NodeSystemInfoSchema } from './Schema.ts'\nimport { systemInfoNodeWitnessTemplate } from './Template.ts'\n\nexport const NodeSystemInfoPayloadPlugin = () =>\n createPayloadPlugin<NodeSystemInfoPayload>({\n schema: NodeSystemInfoSchema,\n template: systemInfoNodeWitnessTemplate,\n })\n","export type NodeSystemInfoSchema = 'network.xyo.system.info.node'\nexport const NodeSystemInfoSchema: NodeSystemInfoSchema = 'network.xyo.system.info.node'\n","import { NodeSystemInfoPayload } from './Payload.ts'\nimport { NodeSystemInfoSchema } from './Schema.ts'\n\nconst defaultSystemInfoConfig = () => {\n return {\n audio: '*',\n battery: '*',\n bluetooth: '*',\n cpu: '*',\n diskLayout: '*',\n graphics: '*',\n mem: '*',\n networkInterfaces: '*',\n osInfo: '*',\n printer: '*',\n system: '*',\n usb: '*',\n wifiInterfaces: '*',\n }\n}\n\nconst systemInfoNodeWitnessTemplate = (): NodeSystemInfoPayload => ({\n schema: NodeSystemInfoSchema,\n})\n\nexport { defaultSystemInfoConfig, systemInfoNodeWitnessTemplate }\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA,4BAAoC;;;ACC7B,IAAM,uBAA6C;;;ACE1D,IAAM,0BAA0B,MAAM;AACpC,SAAO;AAAA,IACL,OAAO;AAAA,IACP,SAAS;AAAA,IACT,WAAW;AAAA,IACX,KAAK;AAAA,IACL,YAAY;AAAA,IACZ,UAAU;AAAA,IACV,KAAK;AAAA,IACL,mBAAmB;AAAA,IACnB,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,gBAAgB;AAAA,EAClB;AACF;AAEA,IAAM,gCAAgC,OAA8B;AAAA,EAClE,QAAQ;AACV;;;AFjBO,IAAM,8BAA8B,UACzC,2CAA2C;AAAA,EACzC,QAAQ;AAAA,EACR,UAAU;AACZ,CAAC;","names":[]}
@@ -1,6 +1,3 @@
1
- var __defProp = Object.defineProperty;
2
- var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3
-
4
1
  // src/Plugin.ts
5
2
  import { createPayloadPlugin } from "@xyo-network/payload-plugin";
6
3
 
@@ -8,7 +5,7 @@ import { createPayloadPlugin } from "@xyo-network/payload-plugin";
8
5
  var NodeSystemInfoSchema = "network.xyo.system.info.node";
9
6
 
10
7
  // src/Template.ts
11
- var defaultSystemInfoConfig = /* @__PURE__ */ __name(() => {
8
+ var defaultSystemInfoConfig = () => {
12
9
  return {
13
10
  audio: "*",
14
11
  battery: "*",
@@ -24,16 +21,16 @@ var defaultSystemInfoConfig = /* @__PURE__ */ __name(() => {
24
21
  usb: "*",
25
22
  wifiInterfaces: "*"
26
23
  };
27
- }, "defaultSystemInfoConfig");
28
- var systemInfoNodeWitnessTemplate = /* @__PURE__ */ __name(() => ({
24
+ };
25
+ var systemInfoNodeWitnessTemplate = () => ({
29
26
  schema: NodeSystemInfoSchema
30
- }), "systemInfoNodeWitnessTemplate");
27
+ });
31
28
 
32
29
  // src/Plugin.ts
33
- var NodeSystemInfoPayloadPlugin = /* @__PURE__ */ __name(() => createPayloadPlugin({
30
+ var NodeSystemInfoPayloadPlugin = () => createPayloadPlugin({
34
31
  schema: NodeSystemInfoSchema,
35
32
  template: systemInfoNodeWitnessTemplate
36
- }), "NodeSystemInfoPayloadPlugin");
33
+ });
37
34
  export {
38
35
  NodeSystemInfoPayloadPlugin,
39
36
  NodeSystemInfoSchema,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { NodeSystemInfoPayload } from './Payload.ts'\nimport { NodeSystemInfoSchema } from './Schema.ts'\nimport { systemInfoNodeWitnessTemplate } from './Template.ts'\n\nexport const NodeSystemInfoPayloadPlugin = () =>\n createPayloadPlugin<NodeSystemInfoPayload>({\n schema: NodeSystemInfoSchema,\n template: systemInfoNodeWitnessTemplate,\n })\n","export type NodeSystemInfoSchema = 'network.xyo.system.info.node'\nexport const NodeSystemInfoSchema: NodeSystemInfoSchema = 'network.xyo.system.info.node'\n","import { NodeSystemInfoPayload } from './Payload.ts'\nimport { NodeSystemInfoSchema } from './Schema.ts'\n\nconst defaultSystemInfoConfig = () => {\n return {\n audio: '*',\n battery: '*',\n bluetooth: '*',\n cpu: '*',\n diskLayout: '*',\n graphics: '*',\n mem: '*',\n networkInterfaces: '*',\n osInfo: '*',\n printer: '*',\n system: '*',\n usb: '*',\n wifiInterfaces: '*',\n }\n}\n\nconst systemInfoNodeWitnessTemplate = (): NodeSystemInfoPayload => ({\n schema: NodeSystemInfoSchema,\n})\n\nexport { defaultSystemInfoConfig, systemInfoNodeWitnessTemplate }\n"],"mappings":";;;;AAAA,SAASA,2BAA2B;;;ACC7B,IAAMC,uBAA6C;;;ACE1D,IAAMC,0BAA0B,6BAAA;AAC9B,SAAO;IACLC,OAAO;IACPC,SAAS;IACTC,WAAW;IACXC,KAAK;IACLC,YAAY;IACZC,UAAU;IACVC,KAAK;IACLC,mBAAmB;IACnBC,QAAQ;IACRC,SAAS;IACTC,QAAQ;IACRC,KAAK;IACLC,gBAAgB;EAClB;AACF,GAhBgC;AAkBhC,IAAMC,gCAAgC,8BAA8B;EAClEC,QAAQC;AACV,IAFsC;;;AFf/B,IAAMC,8BAA8B,6BACzCC,oBAA2C;EACzCC,QAAQC;EACRC,UAAUC;AACZ,CAAA,GAJyC;","names":["createPayloadPlugin","NodeSystemInfoSchema","defaultSystemInfoConfig","audio","battery","bluetooth","cpu","diskLayout","graphics","mem","networkInterfaces","osInfo","printer","system","usb","wifiInterfaces","systemInfoNodeWitnessTemplate","schema","NodeSystemInfoSchema","NodeSystemInfoPayloadPlugin","createPayloadPlugin","schema","NodeSystemInfoSchema","template","systemInfoNodeWitnessTemplate"]}
1
+ {"version":3,"sources":["../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { NodeSystemInfoPayload } from './Payload.ts'\nimport { NodeSystemInfoSchema } from './Schema.ts'\nimport { systemInfoNodeWitnessTemplate } from './Template.ts'\n\nexport const NodeSystemInfoPayloadPlugin = () =>\n createPayloadPlugin<NodeSystemInfoPayload>({\n schema: NodeSystemInfoSchema,\n template: systemInfoNodeWitnessTemplate,\n })\n","export type NodeSystemInfoSchema = 'network.xyo.system.info.node'\nexport const NodeSystemInfoSchema: NodeSystemInfoSchema = 'network.xyo.system.info.node'\n","import { NodeSystemInfoPayload } from './Payload.ts'\nimport { NodeSystemInfoSchema } from './Schema.ts'\n\nconst defaultSystemInfoConfig = () => {\n return {\n audio: '*',\n battery: '*',\n bluetooth: '*',\n cpu: '*',\n diskLayout: '*',\n graphics: '*',\n mem: '*',\n networkInterfaces: '*',\n osInfo: '*',\n printer: '*',\n system: '*',\n usb: '*',\n wifiInterfaces: '*',\n }\n}\n\nconst systemInfoNodeWitnessTemplate = (): NodeSystemInfoPayload => ({\n schema: NodeSystemInfoSchema,\n})\n\nexport { defaultSystemInfoConfig, systemInfoNodeWitnessTemplate }\n"],"mappings":";AAAA,SAAS,2BAA2B;;;ACC7B,IAAM,uBAA6C;;;ACE1D,IAAM,0BAA0B,MAAM;AACpC,SAAO;AAAA,IACL,OAAO;AAAA,IACP,SAAS;AAAA,IACT,WAAW;AAAA,IACX,KAAK;AAAA,IACL,YAAY;AAAA,IACZ,UAAU;AAAA,IACV,KAAK;AAAA,IACL,mBAAmB;AAAA,IACnB,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,gBAAgB;AAAA,EAClB;AACF;AAEA,IAAM,gCAAgC,OAA8B;AAAA,EAClE,QAAQ;AACV;;;AFjBO,IAAM,8BAA8B,MACzC,oBAA2C;AAAA,EACzC,QAAQ;AAAA,EACR,UAAU;AACZ,CAAC;","names":[]}
@@ -3,7 +3,6 @@ var __defProp = Object.defineProperty;
3
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
5
  var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
7
6
  var __export = (target, all) => {
8
7
  for (var name in all)
9
8
  __defProp(target, name, { get: all[name], enumerable: true });
@@ -36,7 +35,7 @@ var import_payload_plugin = require("@xyo-network/payload-plugin");
36
35
  var NodeSystemInfoSchema = "network.xyo.system.info.node";
37
36
 
38
37
  // src/Template.ts
39
- var defaultSystemInfoConfig = /* @__PURE__ */ __name(() => {
38
+ var defaultSystemInfoConfig = () => {
40
39
  return {
41
40
  audio: "*",
42
41
  battery: "*",
@@ -52,14 +51,14 @@ var defaultSystemInfoConfig = /* @__PURE__ */ __name(() => {
52
51
  usb: "*",
53
52
  wifiInterfaces: "*"
54
53
  };
55
- }, "defaultSystemInfoConfig");
56
- var systemInfoNodeWitnessTemplate = /* @__PURE__ */ __name(() => ({
54
+ };
55
+ var systemInfoNodeWitnessTemplate = () => ({
57
56
  schema: NodeSystemInfoSchema
58
- }), "systemInfoNodeWitnessTemplate");
57
+ });
59
58
 
60
59
  // src/Plugin.ts
61
- var NodeSystemInfoPayloadPlugin = /* @__PURE__ */ __name(() => (0, import_payload_plugin.createPayloadPlugin)({
60
+ var NodeSystemInfoPayloadPlugin = () => (0, import_payload_plugin.createPayloadPlugin)({
62
61
  schema: NodeSystemInfoSchema,
63
62
  template: systemInfoNodeWitnessTemplate
64
- }), "NodeSystemInfoPayloadPlugin");
63
+ });
65
64
  //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["export * from './Payload.ts'\n// eslint-disable-next-line import/no-default-export\nexport { NodeSystemInfoPayloadPlugin as default, NodeSystemInfoPayloadPlugin } from './Plugin.ts'\nexport * from './Schema.ts'\nexport * from './Template.ts'\n","import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { NodeSystemInfoPayload } from './Payload.ts'\nimport { NodeSystemInfoSchema } from './Schema.ts'\nimport { systemInfoNodeWitnessTemplate } from './Template.ts'\n\nexport const NodeSystemInfoPayloadPlugin = () =>\n createPayloadPlugin<NodeSystemInfoPayload>({\n schema: NodeSystemInfoSchema,\n template: systemInfoNodeWitnessTemplate,\n })\n","export type NodeSystemInfoSchema = 'network.xyo.system.info.node'\nexport const NodeSystemInfoSchema: NodeSystemInfoSchema = 'network.xyo.system.info.node'\n","import { NodeSystemInfoPayload } from './Payload.ts'\nimport { NodeSystemInfoSchema } from './Schema.ts'\n\nconst defaultSystemInfoConfig = () => {\n return {\n audio: '*',\n battery: '*',\n bluetooth: '*',\n cpu: '*',\n diskLayout: '*',\n graphics: '*',\n mem: '*',\n networkInterfaces: '*',\n osInfo: '*',\n printer: '*',\n system: '*',\n usb: '*',\n wifiInterfaces: '*',\n }\n}\n\nconst systemInfoNodeWitnessTemplate = (): NodeSystemInfoPayload => ({\n schema: NodeSystemInfoSchema,\n})\n\nexport { defaultSystemInfoConfig, systemInfoNodeWitnessTemplate }\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;;ACAA,4BAAoC;;;ACC7B,IAAMA,uBAA6C;;;ACE1D,IAAMC,0BAA0B,6BAAA;AAC9B,SAAO;IACLC,OAAO;IACPC,SAAS;IACTC,WAAW;IACXC,KAAK;IACLC,YAAY;IACZC,UAAU;IACVC,KAAK;IACLC,mBAAmB;IACnBC,QAAQ;IACRC,SAAS;IACTC,QAAQ;IACRC,KAAK;IACLC,gBAAgB;EAClB;AACF,GAhBgC;AAkBhC,IAAMC,gCAAgC,8BAA8B;EAClEC,QAAQC;AACV,IAFsC;;;AFf/B,IAAMC,8BAA8B,iCACzCC,2CAA2C;EACzCC,QAAQC;EACRC,UAAUC;AACZ,CAAA,GAJyC;","names":["NodeSystemInfoSchema","defaultSystemInfoConfig","audio","battery","bluetooth","cpu","diskLayout","graphics","mem","networkInterfaces","osInfo","printer","system","usb","wifiInterfaces","systemInfoNodeWitnessTemplate","schema","NodeSystemInfoSchema","NodeSystemInfoPayloadPlugin","createPayloadPlugin","schema","NodeSystemInfoSchema","template","systemInfoNodeWitnessTemplate"]}
1
+ {"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["export * from './Payload.ts'\n// eslint-disable-next-line import/no-default-export\nexport { NodeSystemInfoPayloadPlugin as default, NodeSystemInfoPayloadPlugin } from './Plugin.ts'\nexport * from './Schema.ts'\nexport * from './Template.ts'\n","import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { NodeSystemInfoPayload } from './Payload.ts'\nimport { NodeSystemInfoSchema } from './Schema.ts'\nimport { systemInfoNodeWitnessTemplate } from './Template.ts'\n\nexport const NodeSystemInfoPayloadPlugin = () =>\n createPayloadPlugin<NodeSystemInfoPayload>({\n schema: NodeSystemInfoSchema,\n template: systemInfoNodeWitnessTemplate,\n })\n","export type NodeSystemInfoSchema = 'network.xyo.system.info.node'\nexport const NodeSystemInfoSchema: NodeSystemInfoSchema = 'network.xyo.system.info.node'\n","import { NodeSystemInfoPayload } from './Payload.ts'\nimport { NodeSystemInfoSchema } from './Schema.ts'\n\nconst defaultSystemInfoConfig = () => {\n return {\n audio: '*',\n battery: '*',\n bluetooth: '*',\n cpu: '*',\n diskLayout: '*',\n graphics: '*',\n mem: '*',\n networkInterfaces: '*',\n osInfo: '*',\n printer: '*',\n system: '*',\n usb: '*',\n wifiInterfaces: '*',\n }\n}\n\nconst systemInfoNodeWitnessTemplate = (): NodeSystemInfoPayload => ({\n schema: NodeSystemInfoSchema,\n})\n\nexport { defaultSystemInfoConfig, systemInfoNodeWitnessTemplate }\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA,4BAAoC;;;ACC7B,IAAM,uBAA6C;;;ACE1D,IAAM,0BAA0B,MAAM;AACpC,SAAO;AAAA,IACL,OAAO;AAAA,IACP,SAAS;AAAA,IACT,WAAW;AAAA,IACX,KAAK;AAAA,IACL,YAAY;AAAA,IACZ,UAAU;AAAA,IACV,KAAK;AAAA,IACL,mBAAmB;AAAA,IACnB,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,gBAAgB;AAAA,EAClB;AACF;AAEA,IAAM,gCAAgC,OAA8B;AAAA,EAClE,QAAQ;AACV;;;AFjBO,IAAM,8BAA8B,UACzC,2CAA2C;AAAA,EACzC,QAAQ;AAAA,EACR,UAAU;AACZ,CAAC;","names":[]}
@@ -1,6 +1,3 @@
1
- var __defProp = Object.defineProperty;
2
- var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3
-
4
1
  // src/Plugin.ts
5
2
  import { createPayloadPlugin } from "@xyo-network/payload-plugin";
6
3
 
@@ -8,7 +5,7 @@ import { createPayloadPlugin } from "@xyo-network/payload-plugin";
8
5
  var NodeSystemInfoSchema = "network.xyo.system.info.node";
9
6
 
10
7
  // src/Template.ts
11
- var defaultSystemInfoConfig = /* @__PURE__ */ __name(() => {
8
+ var defaultSystemInfoConfig = () => {
12
9
  return {
13
10
  audio: "*",
14
11
  battery: "*",
@@ -24,16 +21,16 @@ var defaultSystemInfoConfig = /* @__PURE__ */ __name(() => {
24
21
  usb: "*",
25
22
  wifiInterfaces: "*"
26
23
  };
27
- }, "defaultSystemInfoConfig");
28
- var systemInfoNodeWitnessTemplate = /* @__PURE__ */ __name(() => ({
24
+ };
25
+ var systemInfoNodeWitnessTemplate = () => ({
29
26
  schema: NodeSystemInfoSchema
30
- }), "systemInfoNodeWitnessTemplate");
27
+ });
31
28
 
32
29
  // src/Plugin.ts
33
- var NodeSystemInfoPayloadPlugin = /* @__PURE__ */ __name(() => createPayloadPlugin({
30
+ var NodeSystemInfoPayloadPlugin = () => createPayloadPlugin({
34
31
  schema: NodeSystemInfoSchema,
35
32
  template: systemInfoNodeWitnessTemplate
36
- }), "NodeSystemInfoPayloadPlugin");
33
+ });
37
34
  export {
38
35
  NodeSystemInfoPayloadPlugin,
39
36
  NodeSystemInfoSchema,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { NodeSystemInfoPayload } from './Payload.ts'\nimport { NodeSystemInfoSchema } from './Schema.ts'\nimport { systemInfoNodeWitnessTemplate } from './Template.ts'\n\nexport const NodeSystemInfoPayloadPlugin = () =>\n createPayloadPlugin<NodeSystemInfoPayload>({\n schema: NodeSystemInfoSchema,\n template: systemInfoNodeWitnessTemplate,\n })\n","export type NodeSystemInfoSchema = 'network.xyo.system.info.node'\nexport const NodeSystemInfoSchema: NodeSystemInfoSchema = 'network.xyo.system.info.node'\n","import { NodeSystemInfoPayload } from './Payload.ts'\nimport { NodeSystemInfoSchema } from './Schema.ts'\n\nconst defaultSystemInfoConfig = () => {\n return {\n audio: '*',\n battery: '*',\n bluetooth: '*',\n cpu: '*',\n diskLayout: '*',\n graphics: '*',\n mem: '*',\n networkInterfaces: '*',\n osInfo: '*',\n printer: '*',\n system: '*',\n usb: '*',\n wifiInterfaces: '*',\n }\n}\n\nconst systemInfoNodeWitnessTemplate = (): NodeSystemInfoPayload => ({\n schema: NodeSystemInfoSchema,\n})\n\nexport { defaultSystemInfoConfig, systemInfoNodeWitnessTemplate }\n"],"mappings":";;;;AAAA,SAASA,2BAA2B;;;ACC7B,IAAMC,uBAA6C;;;ACE1D,IAAMC,0BAA0B,6BAAA;AAC9B,SAAO;IACLC,OAAO;IACPC,SAAS;IACTC,WAAW;IACXC,KAAK;IACLC,YAAY;IACZC,UAAU;IACVC,KAAK;IACLC,mBAAmB;IACnBC,QAAQ;IACRC,SAAS;IACTC,QAAQ;IACRC,KAAK;IACLC,gBAAgB;EAClB;AACF,GAhBgC;AAkBhC,IAAMC,gCAAgC,8BAA8B;EAClEC,QAAQC;AACV,IAFsC;;;AFf/B,IAAMC,8BAA8B,6BACzCC,oBAA2C;EACzCC,QAAQC;EACRC,UAAUC;AACZ,CAAA,GAJyC;","names":["createPayloadPlugin","NodeSystemInfoSchema","defaultSystemInfoConfig","audio","battery","bluetooth","cpu","diskLayout","graphics","mem","networkInterfaces","osInfo","printer","system","usb","wifiInterfaces","systemInfoNodeWitnessTemplate","schema","NodeSystemInfoSchema","NodeSystemInfoPayloadPlugin","createPayloadPlugin","schema","NodeSystemInfoSchema","template","systemInfoNodeWitnessTemplate"]}
1
+ {"version":3,"sources":["../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { NodeSystemInfoPayload } from './Payload.ts'\nimport { NodeSystemInfoSchema } from './Schema.ts'\nimport { systemInfoNodeWitnessTemplate } from './Template.ts'\n\nexport const NodeSystemInfoPayloadPlugin = () =>\n createPayloadPlugin<NodeSystemInfoPayload>({\n schema: NodeSystemInfoSchema,\n template: systemInfoNodeWitnessTemplate,\n })\n","export type NodeSystemInfoSchema = 'network.xyo.system.info.node'\nexport const NodeSystemInfoSchema: NodeSystemInfoSchema = 'network.xyo.system.info.node'\n","import { NodeSystemInfoPayload } from './Payload.ts'\nimport { NodeSystemInfoSchema } from './Schema.ts'\n\nconst defaultSystemInfoConfig = () => {\n return {\n audio: '*',\n battery: '*',\n bluetooth: '*',\n cpu: '*',\n diskLayout: '*',\n graphics: '*',\n mem: '*',\n networkInterfaces: '*',\n osInfo: '*',\n printer: '*',\n system: '*',\n usb: '*',\n wifiInterfaces: '*',\n }\n}\n\nconst systemInfoNodeWitnessTemplate = (): NodeSystemInfoPayload => ({\n schema: NodeSystemInfoSchema,\n})\n\nexport { defaultSystemInfoConfig, systemInfoNodeWitnessTemplate }\n"],"mappings":";AAAA,SAAS,2BAA2B;;;ACC7B,IAAM,uBAA6C;;;ACE1D,IAAM,0BAA0B,MAAM;AACpC,SAAO;AAAA,IACL,OAAO;AAAA,IACP,SAAS;AAAA,IACT,WAAW;AAAA,IACX,KAAK;AAAA,IACL,YAAY;AAAA,IACZ,UAAU;AAAA,IACV,KAAK;AAAA,IACL,mBAAmB;AAAA,IACnB,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,gBAAgB;AAAA,EAClB;AACF;AAEA,IAAM,gCAAgC,OAA8B;AAAA,EAClE,QAAQ;AACV;;;AFjBO,IAAM,8BAA8B,MACzC,oBAA2C;AAAA,EACzC,QAAQ;AAAA,EACR,UAAU;AACZ,CAAC;","names":[]}
@@ -3,7 +3,6 @@ var __defProp = Object.defineProperty;
3
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
5
  var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
7
6
  var __export = (target, all) => {
8
7
  for (var name in all)
9
8
  __defProp(target, name, { get: all[name], enumerable: true });
@@ -36,7 +35,7 @@ var import_payload_plugin = require("@xyo-network/payload-plugin");
36
35
  var NodeSystemInfoSchema = "network.xyo.system.info.node";
37
36
 
38
37
  // src/Template.ts
39
- var defaultSystemInfoConfig = /* @__PURE__ */ __name(() => {
38
+ var defaultSystemInfoConfig = () => {
40
39
  return {
41
40
  audio: "*",
42
41
  battery: "*",
@@ -52,16 +51,16 @@ var defaultSystemInfoConfig = /* @__PURE__ */ __name(() => {
52
51
  usb: "*",
53
52
  wifiInterfaces: "*"
54
53
  };
55
- }, "defaultSystemInfoConfig");
56
- var systemInfoNodeWitnessTemplate = /* @__PURE__ */ __name(() => ({
54
+ };
55
+ var systemInfoNodeWitnessTemplate = () => ({
57
56
  schema: NodeSystemInfoSchema
58
- }), "systemInfoNodeWitnessTemplate");
57
+ });
59
58
 
60
59
  // src/Plugin.ts
61
- var NodeSystemInfoPayloadPlugin = /* @__PURE__ */ __name(() => (0, import_payload_plugin.createPayloadPlugin)({
60
+ var NodeSystemInfoPayloadPlugin = () => (0, import_payload_plugin.createPayloadPlugin)({
62
61
  schema: NodeSystemInfoSchema,
63
62
  template: systemInfoNodeWitnessTemplate
64
- }), "NodeSystemInfoPayloadPlugin");
63
+ });
65
64
  // Annotate the CommonJS export names for ESM import in node:
66
65
  0 && (module.exports = {
67
66
  NodeSystemInfoPayloadPlugin,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["export * from './Payload.ts'\n// eslint-disable-next-line import/no-default-export\nexport { NodeSystemInfoPayloadPlugin as default, NodeSystemInfoPayloadPlugin } from './Plugin.ts'\nexport * from './Schema.ts'\nexport * from './Template.ts'\n","import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { NodeSystemInfoPayload } from './Payload.ts'\nimport { NodeSystemInfoSchema } from './Schema.ts'\nimport { systemInfoNodeWitnessTemplate } from './Template.ts'\n\nexport const NodeSystemInfoPayloadPlugin = () =>\n createPayloadPlugin<NodeSystemInfoPayload>({\n schema: NodeSystemInfoSchema,\n template: systemInfoNodeWitnessTemplate,\n })\n","export type NodeSystemInfoSchema = 'network.xyo.system.info.node'\nexport const NodeSystemInfoSchema: NodeSystemInfoSchema = 'network.xyo.system.info.node'\n","import { NodeSystemInfoPayload } from './Payload.ts'\nimport { NodeSystemInfoSchema } from './Schema.ts'\n\nconst defaultSystemInfoConfig = () => {\n return {\n audio: '*',\n battery: '*',\n bluetooth: '*',\n cpu: '*',\n diskLayout: '*',\n graphics: '*',\n mem: '*',\n networkInterfaces: '*',\n osInfo: '*',\n printer: '*',\n system: '*',\n usb: '*',\n wifiInterfaces: '*',\n }\n}\n\nconst systemInfoNodeWitnessTemplate = (): NodeSystemInfoPayload => ({\n schema: NodeSystemInfoSchema,\n})\n\nexport { defaultSystemInfoConfig, systemInfoNodeWitnessTemplate }\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;;ACAA,4BAAoC;;;ACC7B,IAAMA,uBAA6C;;;ACE1D,IAAMC,0BAA0B,6BAAA;AAC9B,SAAO;IACLC,OAAO;IACPC,SAAS;IACTC,WAAW;IACXC,KAAK;IACLC,YAAY;IACZC,UAAU;IACVC,KAAK;IACLC,mBAAmB;IACnBC,QAAQ;IACRC,SAAS;IACTC,QAAQ;IACRC,KAAK;IACLC,gBAAgB;EAClB;AACF,GAhBgC;AAkBhC,IAAMC,gCAAgC,8BAA8B;EAClEC,QAAQC;AACV,IAFsC;;;AFf/B,IAAMC,8BAA8B,iCACzCC,2CAA2C;EACzCC,QAAQC;EACRC,UAAUC;AACZ,CAAA,GAJyC;","names":["NodeSystemInfoSchema","defaultSystemInfoConfig","audio","battery","bluetooth","cpu","diskLayout","graphics","mem","networkInterfaces","osInfo","printer","system","usb","wifiInterfaces","systemInfoNodeWitnessTemplate","schema","NodeSystemInfoSchema","NodeSystemInfoPayloadPlugin","createPayloadPlugin","schema","NodeSystemInfoSchema","template","systemInfoNodeWitnessTemplate"]}
1
+ {"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["export * from './Payload.ts'\n// eslint-disable-next-line import/no-default-export\nexport { NodeSystemInfoPayloadPlugin as default, NodeSystemInfoPayloadPlugin } from './Plugin.ts'\nexport * from './Schema.ts'\nexport * from './Template.ts'\n","import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { NodeSystemInfoPayload } from './Payload.ts'\nimport { NodeSystemInfoSchema } from './Schema.ts'\nimport { systemInfoNodeWitnessTemplate } from './Template.ts'\n\nexport const NodeSystemInfoPayloadPlugin = () =>\n createPayloadPlugin<NodeSystemInfoPayload>({\n schema: NodeSystemInfoSchema,\n template: systemInfoNodeWitnessTemplate,\n })\n","export type NodeSystemInfoSchema = 'network.xyo.system.info.node'\nexport const NodeSystemInfoSchema: NodeSystemInfoSchema = 'network.xyo.system.info.node'\n","import { NodeSystemInfoPayload } from './Payload.ts'\nimport { NodeSystemInfoSchema } from './Schema.ts'\n\nconst defaultSystemInfoConfig = () => {\n return {\n audio: '*',\n battery: '*',\n bluetooth: '*',\n cpu: '*',\n diskLayout: '*',\n graphics: '*',\n mem: '*',\n networkInterfaces: '*',\n osInfo: '*',\n printer: '*',\n system: '*',\n usb: '*',\n wifiInterfaces: '*',\n }\n}\n\nconst systemInfoNodeWitnessTemplate = (): NodeSystemInfoPayload => ({\n schema: NodeSystemInfoSchema,\n})\n\nexport { defaultSystemInfoConfig, systemInfoNodeWitnessTemplate }\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA,4BAAoC;;;ACC7B,IAAM,uBAA6C;;;ACE1D,IAAM,0BAA0B,MAAM;AACpC,SAAO;AAAA,IACL,OAAO;AAAA,IACP,SAAS;AAAA,IACT,WAAW;AAAA,IACX,KAAK;AAAA,IACL,YAAY;AAAA,IACZ,UAAU;AAAA,IACV,KAAK;AAAA,IACL,mBAAmB;AAAA,IACnB,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,gBAAgB;AAAA,EAClB;AACF;AAEA,IAAM,gCAAgC,OAA8B;AAAA,EAClE,QAAQ;AACV;;;AFjBO,IAAM,8BAA8B,UACzC,2CAA2C;AAAA,EACzC,QAAQ;AAAA,EACR,UAAU;AACZ,CAAC;","names":[]}
@@ -1,6 +1,3 @@
1
- var __defProp = Object.defineProperty;
2
- var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3
-
4
1
  // src/Plugin.ts
5
2
  import { createPayloadPlugin } from "@xyo-network/payload-plugin";
6
3
 
@@ -8,7 +5,7 @@ import { createPayloadPlugin } from "@xyo-network/payload-plugin";
8
5
  var NodeSystemInfoSchema = "network.xyo.system.info.node";
9
6
 
10
7
  // src/Template.ts
11
- var defaultSystemInfoConfig = /* @__PURE__ */ __name(() => {
8
+ var defaultSystemInfoConfig = () => {
12
9
  return {
13
10
  audio: "*",
14
11
  battery: "*",
@@ -24,16 +21,16 @@ var defaultSystemInfoConfig = /* @__PURE__ */ __name(() => {
24
21
  usb: "*",
25
22
  wifiInterfaces: "*"
26
23
  };
27
- }, "defaultSystemInfoConfig");
28
- var systemInfoNodeWitnessTemplate = /* @__PURE__ */ __name(() => ({
24
+ };
25
+ var systemInfoNodeWitnessTemplate = () => ({
29
26
  schema: NodeSystemInfoSchema
30
- }), "systemInfoNodeWitnessTemplate");
27
+ });
31
28
 
32
29
  // src/Plugin.ts
33
- var NodeSystemInfoPayloadPlugin = /* @__PURE__ */ __name(() => createPayloadPlugin({
30
+ var NodeSystemInfoPayloadPlugin = () => createPayloadPlugin({
34
31
  schema: NodeSystemInfoSchema,
35
32
  template: systemInfoNodeWitnessTemplate
36
- }), "NodeSystemInfoPayloadPlugin");
33
+ });
37
34
  export {
38
35
  NodeSystemInfoPayloadPlugin,
39
36
  NodeSystemInfoSchema,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { NodeSystemInfoPayload } from './Payload.ts'\nimport { NodeSystemInfoSchema } from './Schema.ts'\nimport { systemInfoNodeWitnessTemplate } from './Template.ts'\n\nexport const NodeSystemInfoPayloadPlugin = () =>\n createPayloadPlugin<NodeSystemInfoPayload>({\n schema: NodeSystemInfoSchema,\n template: systemInfoNodeWitnessTemplate,\n })\n","export type NodeSystemInfoSchema = 'network.xyo.system.info.node'\nexport const NodeSystemInfoSchema: NodeSystemInfoSchema = 'network.xyo.system.info.node'\n","import { NodeSystemInfoPayload } from './Payload.ts'\nimport { NodeSystemInfoSchema } from './Schema.ts'\n\nconst defaultSystemInfoConfig = () => {\n return {\n audio: '*',\n battery: '*',\n bluetooth: '*',\n cpu: '*',\n diskLayout: '*',\n graphics: '*',\n mem: '*',\n networkInterfaces: '*',\n osInfo: '*',\n printer: '*',\n system: '*',\n usb: '*',\n wifiInterfaces: '*',\n }\n}\n\nconst systemInfoNodeWitnessTemplate = (): NodeSystemInfoPayload => ({\n schema: NodeSystemInfoSchema,\n})\n\nexport { defaultSystemInfoConfig, systemInfoNodeWitnessTemplate }\n"],"mappings":";;;;AAAA,SAASA,2BAA2B;;;ACC7B,IAAMC,uBAA6C;;;ACE1D,IAAMC,0BAA0B,6BAAA;AAC9B,SAAO;IACLC,OAAO;IACPC,SAAS;IACTC,WAAW;IACXC,KAAK;IACLC,YAAY;IACZC,UAAU;IACVC,KAAK;IACLC,mBAAmB;IACnBC,QAAQ;IACRC,SAAS;IACTC,QAAQ;IACRC,KAAK;IACLC,gBAAgB;EAClB;AACF,GAhBgC;AAkBhC,IAAMC,gCAAgC,8BAA8B;EAClEC,QAAQC;AACV,IAFsC;;;AFf/B,IAAMC,8BAA8B,6BACzCC,oBAA2C;EACzCC,QAAQC;EACRC,UAAUC;AACZ,CAAA,GAJyC;","names":["createPayloadPlugin","NodeSystemInfoSchema","defaultSystemInfoConfig","audio","battery","bluetooth","cpu","diskLayout","graphics","mem","networkInterfaces","osInfo","printer","system","usb","wifiInterfaces","systemInfoNodeWitnessTemplate","schema","NodeSystemInfoSchema","NodeSystemInfoPayloadPlugin","createPayloadPlugin","schema","NodeSystemInfoSchema","template","systemInfoNodeWitnessTemplate"]}
1
+ {"version":3,"sources":["../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { NodeSystemInfoPayload } from './Payload.ts'\nimport { NodeSystemInfoSchema } from './Schema.ts'\nimport { systemInfoNodeWitnessTemplate } from './Template.ts'\n\nexport const NodeSystemInfoPayloadPlugin = () =>\n createPayloadPlugin<NodeSystemInfoPayload>({\n schema: NodeSystemInfoSchema,\n template: systemInfoNodeWitnessTemplate,\n })\n","export type NodeSystemInfoSchema = 'network.xyo.system.info.node'\nexport const NodeSystemInfoSchema: NodeSystemInfoSchema = 'network.xyo.system.info.node'\n","import { NodeSystemInfoPayload } from './Payload.ts'\nimport { NodeSystemInfoSchema } from './Schema.ts'\n\nconst defaultSystemInfoConfig = () => {\n return {\n audio: '*',\n battery: '*',\n bluetooth: '*',\n cpu: '*',\n diskLayout: '*',\n graphics: '*',\n mem: '*',\n networkInterfaces: '*',\n osInfo: '*',\n printer: '*',\n system: '*',\n usb: '*',\n wifiInterfaces: '*',\n }\n}\n\nconst systemInfoNodeWitnessTemplate = (): NodeSystemInfoPayload => ({\n schema: NodeSystemInfoSchema,\n})\n\nexport { defaultSystemInfoConfig, systemInfoNodeWitnessTemplate }\n"],"mappings":";AAAA,SAAS,2BAA2B;;;ACC7B,IAAM,uBAA6C;;;ACE1D,IAAM,0BAA0B,MAAM;AACpC,SAAO;AAAA,IACL,OAAO;AAAA,IACP,SAAS;AAAA,IACT,WAAW;AAAA,IACX,KAAK;AAAA,IACL,YAAY;AAAA,IACZ,UAAU;AAAA,IACV,KAAK;AAAA,IACL,mBAAmB;AAAA,IACnB,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,gBAAgB;AAAA,EAClB;AACF;AAEA,IAAM,gCAAgC,OAA8B;AAAA,EAClE,QAAQ;AACV;;;AFjBO,IAAM,8BAA8B,MACzC,oBAA2C;AAAA,EACzC,QAAQ;AAAA,EACR,UAAU;AACZ,CAAC;","names":[]}
package/package.json CHANGED
@@ -10,12 +10,12 @@
10
10
  "url": "https://github.com/XYOracleNetwork/plugins/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/payload-model": "^2.111.2",
14
- "@xyo-network/payload-plugin": "^2.111.2"
13
+ "@xyo-network/payload-model": "^2.111.3",
14
+ "@xyo-network/payload-plugin": "^2.111.3"
15
15
  },
16
16
  "devDependencies": {
17
- "@xylabs/ts-scripts-yarn3": "^3.15.13",
18
- "@xylabs/tsconfig": "^3.15.13",
17
+ "@xylabs/ts-scripts-yarn3": "^3.15.14",
18
+ "@xylabs/tsconfig": "^3.15.14",
19
19
  "typescript": "^5.5.4"
20
20
  },
21
21
  "description": "Typescript/Javascript Plugins for XYO Platform",
@@ -57,6 +57,6 @@
57
57
  "url": "https://github.com/XYOracleNetwork/plugins.git"
58
58
  },
59
59
  "sideEffects": false,
60
- "version": "2.99.5",
60
+ "version": "2.99.6",
61
61
  "type": "module"
62
62
  }