@xyo-network/info-system-payload-plugins 3.2.0-rc.8 → 3.2.0

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,9 +3,9 @@ export * from "@xyo-network/bowser-system-info-payload-plugin";
3
3
  import { BowserSystemInfoPayloadPlugin } from "@xyo-network/bowser-system-info-payload-plugin";
4
4
  import { NodeSystemInfoPayloadPlugin } from "@xyo-network/node-system-info-payload-plugin";
5
5
  var SystemInfoPayloadPlugins = [BowserSystemInfoPayloadPlugin, NodeSystemInfoPayloadPlugin];
6
- var src_default = SystemInfoPayloadPlugins;
6
+ var index_default = SystemInfoPayloadPlugins;
7
7
  export {
8
8
  SystemInfoPayloadPlugins,
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 { BowserSystemInfoPayloadPlugin } from '@xyo-network/bowser-system-info-payload-plugin'\nimport { NodeSystemInfoPayloadPlugin } from '@xyo-network/node-system-info-payload-plugin'\nimport type { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemInfoPayloadPlugins: PayloadPluginFunc[] = [BowserSystemInfoPayloadPlugin, NodeSystemInfoPayloadPlugin]\n\nexport default SystemInfoPayloadPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,qCAAqC;AAC9C,SAAS,mCAAmC;AAGrC,IAAM,2BAAgD,CAAC,+BAA+B,2BAA2B;AAExH,IAAO,cAAQ;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/bowser-system-info-payload-plugin'\n\nimport { BowserSystemInfoPayloadPlugin } from '@xyo-network/bowser-system-info-payload-plugin'\nimport { NodeSystemInfoPayloadPlugin } from '@xyo-network/node-system-info-payload-plugin'\nimport type { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemInfoPayloadPlugins: PayloadPluginFunc[] = [BowserSystemInfoPayloadPlugin, NodeSystemInfoPayloadPlugin]\n\nexport default SystemInfoPayloadPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,qCAAqC;AAC9C,SAAS,mCAAmC;AAGrC,IAAM,2BAAgD,CAAC,+BAA+B,2BAA2B;AAExH,IAAO,gBAAQ;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/info-system-payload-plugins",
3
- "version": "3.2.0-rc.8",
3
+ "version": "3.2.0",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,9 +29,9 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
- "@xyo-network/bowser-system-info-payload-plugin": "^3.2.0-rc.8",
33
- "@xyo-network/node-system-info-payload-plugin": "^3.2.0-rc.8",
34
- "@xyo-network/payload-plugin": "^3.6.0-rc.17"
32
+ "@xyo-network/bowser-system-info-payload-plugin": "^3.2.0",
33
+ "@xyo-network/node-system-info-payload-plugin": "^3.2.0",
34
+ "@xyo-network/payload-plugin": "^3.6.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@xylabs/ts-scripts-yarn3": "^4.2.6",
@@ -40,6 +40,5 @@
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"
43
- },
44
- "stableVersion": "3.1.2"
43
+ }
45
44
  }