@xyo-network/system-payload-plugins 5.2.4 → 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/system-payload-plugins",
3
- "version": "5.2.4",
3
+ "version": "5.3.2",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -35,16 +35,24 @@
35
35
  "!**/*.spec.*",
36
36
  "!**/*.test.*"
37
37
  ],
38
- "dependencies": {
39
- "@xyo-network/info-system-payload-plugins": "~5.2.4",
40
- "@xyo-network/payload-plugin": "~5.2.14"
41
- },
42
38
  "devDependencies": {
43
- "@xylabs/ts-scripts-yarn3": "~7.2.8",
44
- "@xylabs/tsconfig": "~7.2.8",
45
- "typescript": "~5.9.3"
39
+ "@xylabs/sdk-js": "^5.0.90",
40
+ "@xylabs/ts-scripts-yarn3": "~7.5.10",
41
+ "@xylabs/tsconfig": "~7.5.10",
42
+ "@xylabs/vitest-extended": "~5.0.90",
43
+ "@xyo-network/bowser-system-info-payload-plugin": "~5.3.2",
44
+ "@xyo-network/info-system-payload-plugins": "5.3.2",
45
+ "@xyo-network/node-system-info-payload-plugin": "~5.3.2",
46
+ "@xyo-network/payload-model": "~5.3.5",
47
+ "@xyo-network/payload-plugin": "~5.3.5",
48
+ "bowser": "~2.14.1",
49
+ "typescript": "~5.9.3",
50
+ "vitest": "~4.1.2"
51
+ },
52
+ "peerDependencies": {
53
+ "@xylabs/sdk-js": "^5"
46
54
  },
47
55
  "publishConfig": {
48
56
  "access": "public"
49
57
  }
50
- }
58
+ }
@@ -1,5 +0,0 @@
1
- export * from '@xyo-network/info-system-payload-plugins';
2
- import type { PayloadPluginFunc } from '@xyo-network/payload-plugin';
3
- export declare const SystemPlugins: PayloadPluginFunc[];
4
- export default SystemPlugins;
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,0CAA0C,CAAA;AAGxD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAEpE,eAAO,MAAM,aAAa,EAAE,iBAAiB,EAAkC,CAAA;AAE/E,eAAe,aAAa,CAAA"}
@@ -1,10 +0,0 @@
1
- // src/index.ts
2
- export * from "@xyo-network/info-system-payload-plugins";
3
- import { SystemInfoPayloadPlugins } from "@xyo-network/info-system-payload-plugins";
4
- var SystemPlugins = [...SystemInfoPayloadPlugins];
5
- var index_default = SystemPlugins;
6
- export {
7
- SystemPlugins,
8
- index_default as default
9
- };
10
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/info-system-payload-plugins'\n\nimport { SystemInfoPayloadPlugins } from '@xyo-network/info-system-payload-plugins'\nimport type { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemPlugins: PayloadPluginFunc[] = [...SystemInfoPayloadPlugins]\n\nexport default SystemPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,gCAAgC;AAGlC,IAAM,gBAAqC,CAAC,GAAG,wBAAwB;AAE9E,IAAO,gBAAQ;","names":[]}