@xyo-network/info-system-plugins 3.2.0-rc.7 → 3.2.0-rc.9

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.
@@ -2,9 +2,9 @@
2
2
  export * from "@xyo-network/bowser-system-info-plugin";
3
3
  import { BowserSystemInfoPlugin } from "@xyo-network/bowser-system-info-plugin";
4
4
  var SystemInfoPlugins = [BowserSystemInfoPlugin];
5
- var browser_default = SystemInfoPlugins;
5
+ var index_default = SystemInfoPlugins;
6
6
  export {
7
7
  SystemInfoPlugins,
8
- browser_default as default
8
+ index_default as default
9
9
  };
10
10
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
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,kBAAQ;","names":[]}
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":[]}
@@ -3,9 +3,9 @@ export * from "@xyo-network/bowser-system-info-payload-plugin";
3
3
  import { BowserSystemInfoPlugin } from "@xyo-network/bowser-system-info-plugin";
4
4
  import { NodeSystemInfoPlugin } from "@xyo-network/node-system-info-plugin";
5
5
  var SystemInfoPlugins = [BowserSystemInfoPlugin, NodeSystemInfoPlugin];
6
- var src_default = SystemInfoPlugins;
6
+ var index_default = SystemInfoPlugins;
7
7
  export {
8
8
  SystemInfoPlugins,
9
- src_default as default
9
+ index_default as default
10
10
  };
11
11
  //# sourceMappingURL=index.mjs.map
@@ -1 +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 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,cAAQ;","names":[]}
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":[]}
@@ -2,9 +2,9 @@
2
2
  export * from "@xyo-network/node-system-info-plugin";
3
3
  import { NodeSystemInfoPlugin } from "@xyo-network/node-system-info-plugin";
4
4
  var SystemInfoPlugins = [NodeSystemInfoPlugin];
5
- var node_default = SystemInfoPlugins;
5
+ var index_default = SystemInfoPlugins;
6
6
  export {
7
7
  SystemInfoPlugins,
8
- node_default as default
8
+ index_default as default
9
9
  };
10
10
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
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,eAAQ;","names":[]}
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":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/info-system-plugins",
3
- "version": "3.2.0-rc.7",
3
+ "version": "3.2.0-rc.9",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -37,10 +37,10 @@
37
37
  "module": "./dist/node/index.mjs",
38
38
  "types": "./dist/node/index.d.ts",
39
39
  "dependencies": {
40
- "@xyo-network/bowser-system-info-payload-plugin": "^3.2.0-rc.7",
41
- "@xyo-network/bowser-system-info-plugin": "^3.2.0-rc.7",
42
- "@xyo-network/node-system-info-plugin": "^3.2.0-rc.7",
43
- "@xyo-network/payloadset-plugin": "^3.6.0-rc.17"
40
+ "@xyo-network/bowser-system-info-payload-plugin": "^3.2.0-rc.9",
41
+ "@xyo-network/bowser-system-info-plugin": "^3.2.0-rc.9",
42
+ "@xyo-network/node-system-info-plugin": "^3.2.0-rc.9",
43
+ "@xyo-network/payloadset-plugin": "^3.6.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@xylabs/ts-scripts-yarn3": "^4.2.6",