@xyo-network/info-system-payload-plugins 3.0.2 → 3.0.4

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
  export * from '@xyo-network/bowser-system-info-payload-plugin';
2
- import { PayloadPluginFunc } from '@xyo-network/payload-plugin';
3
-
4
- declare const SystemInfoPayloadPlugins: PayloadPluginFunc[];
5
-
6
- export { SystemInfoPayloadPlugins, SystemInfoPayloadPlugins as default };
2
+ import type { PayloadPluginFunc } from '@xyo-network/payload-plugin';
3
+ export declare const SystemInfoPayloadPlugins: PayloadPluginFunc[];
4
+ export default SystemInfoPayloadPlugins;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gDAAgD,CAAA;AAI9D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAEpE,eAAO,MAAM,wBAAwB,EAAE,iBAAiB,EAAiE,CAAA;AAGzH,eAAe,wBAAwB,CAAA"}
@@ -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 { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const SystemInfoPayloadPlugins: PayloadPluginFunc[] = [BowserSystemInfoPayloadPlugin, NodeSystemInfoPayloadPlugin]\n\n// eslint-disable-next-line import-x/no-default-export\nexport default SystemInfoPayloadPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,qCAAqC;AAC9C,SAAS,mCAAmC;AAGrC,IAAM,2BAAgD,CAAC,+BAA+B,2BAA2B;AAGxH,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\n// eslint-disable-next-line import-x/no-default-export\nexport default SystemInfoPayloadPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,qCAAqC;AAC9C,SAAS,mCAAmC;AAGrC,IAAM,2BAAgD,CAAC,+BAA+B,2BAA2B;AAGxH,IAAO,cAAQ;","names":[]}
@@ -0,0 +1,5 @@
1
+ export * from '@xyo-network/bowser-system-info-payload-plugin';
2
+ import type { PayloadPluginFunc } from '@xyo-network/payload-plugin';
3
+ export declare const SystemInfoPayloadPlugins: PayloadPluginFunc[];
4
+ export default SystemInfoPayloadPlugins;
5
+ //# sourceMappingURL=indexBrowser.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"indexBrowser.d.ts","sourceRoot":"","sources":["../../src/indexBrowser.ts"],"names":[],"mappings":"AAAA,cAAc,gDAAgD,CAAA;AAG9D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAEpE,eAAO,MAAM,wBAAwB,EAAE,iBAAiB,EAAoC,CAAA;AAG5F,eAAe,wBAAwB,CAAA"}
@@ -0,0 +1,5 @@
1
+ export * from '@xyo-network/node-system-info-payload-plugin';
2
+ import type { PayloadPluginFunc } from '@xyo-network/payload-plugin';
3
+ export declare const SystemInfoPayloadPlugins: PayloadPluginFunc[];
4
+ export default SystemInfoPayloadPlugins;
5
+ //# sourceMappingURL=indexNode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"indexNode.d.ts","sourceRoot":"","sources":["../../src/indexNode.ts"],"names":[],"mappings":"AAAA,cAAc,8CAA8C,CAAA;AAG5D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAEpE,eAAO,MAAM,wBAAwB,EAAE,iBAAiB,EAAkC,CAAA;AAG1F,eAAe,wBAAwB,CAAA"}
package/package.json CHANGED
@@ -1,25 +1,24 @@
1
1
  {
2
2
  "name": "@xyo-network/info-system-payload-plugins",
3
- "author": {
4
- "email": "support@xyo.network",
5
- "name": "XYO Development Team",
6
- "url": "https://xyo.network"
7
- },
3
+ "version": "3.0.4",
4
+ "description": "Typescript/Javascript Plugins for XYO Platform",
5
+ "homepage": "https://xyo.network",
8
6
  "bugs": {
9
- "email": "support@xyo.network",
10
- "url": "https://github.com/XYOracleNetwork/plugins/issues"
7
+ "url": "git+https://github.com/XYOracleNetwork/plugins/issues",
8
+ "email": "support@xyo.network"
11
9
  },
12
- "dependencies": {
13
- "@xyo-network/bowser-system-info-payload-plugin": "^3.0.2",
14
- "@xyo-network/node-system-info-payload-plugin": "^3.0.2",
15
- "@xyo-network/payload-plugin": "^3.0.2"
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/XYOracleNetwork/plugins.git"
16
13
  },
17
- "devDependencies": {
18
- "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15",
19
- "@xylabs/tsconfig": "^4.0.0-rc.15",
20
- "typescript": "^5.5.4"
14
+ "license": "LGPL-3.0-only",
15
+ "author": {
16
+ "name": "XYO Development Team",
17
+ "email": "support@xyo.network",
18
+ "url": "https://xyo.network"
21
19
  },
22
- "description": "Typescript/Javascript Plugins for XYO Platform",
20
+ "sideEffects": false,
21
+ "type": "module",
23
22
  "exports": {
24
23
  ".": {
25
24
  "types": "./dist/neutral/index.d.ts",
@@ -29,16 +28,17 @@
29
28
  },
30
29
  "module": "dist/neutral/index.mjs",
31
30
  "types": "dist/neutral/index.d.ts",
32
- "homepage": "https://xyo.network",
33
- "license": "LGPL-3.0-only",
34
- "publishConfig": {
35
- "access": "public"
31
+ "dependencies": {
32
+ "@xyo-network/bowser-system-info-payload-plugin": "^3.0.4",
33
+ "@xyo-network/node-system-info-payload-plugin": "^3.0.4",
34
+ "@xyo-network/payload-plugin": "^3.0.10"
36
35
  },
37
- "repository": {
38
- "type": "git",
39
- "url": "https://github.com/XYOracleNetwork/plugins.git"
36
+ "devDependencies": {
37
+ "@xylabs/ts-scripts-yarn3": "^4.0.7",
38
+ "@xylabs/tsconfig": "^4.0.7",
39
+ "typescript": "^5.5.4"
40
40
  },
41
- "sideEffects": false,
42
- "version": "3.0.2",
43
- "type": "module"
41
+ "publishConfig": {
42
+ "access": "public"
43
+ }
44
44
  }
package/src/index.ts CHANGED
@@ -2,7 +2,7 @@ export * from '@xyo-network/bowser-system-info-payload-plugin'
2
2
 
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
- import { PayloadPluginFunc } from '@xyo-network/payload-plugin'
5
+ import type { PayloadPluginFunc } from '@xyo-network/payload-plugin'
6
6
 
7
7
  export const SystemInfoPayloadPlugins: PayloadPluginFunc[] = [BowserSystemInfoPayloadPlugin, NodeSystemInfoPayloadPlugin]
8
8
 
@@ -1,7 +1,7 @@
1
1
  export * from '@xyo-network/bowser-system-info-payload-plugin'
2
2
 
3
3
  import { BowserSystemInfoPayloadPlugin } from '@xyo-network/bowser-system-info-payload-plugin'
4
- import { PayloadPluginFunc } from '@xyo-network/payload-plugin'
4
+ import type { PayloadPluginFunc } from '@xyo-network/payload-plugin'
5
5
 
6
6
  export const SystemInfoPayloadPlugins: PayloadPluginFunc[] = [BowserSystemInfoPayloadPlugin]
7
7
 
package/src/indexNode.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  export * from '@xyo-network/node-system-info-payload-plugin'
2
2
 
3
3
  import { NodeSystemInfoPayloadPlugin } from '@xyo-network/node-system-info-payload-plugin'
4
- import { PayloadPluginFunc } from '@xyo-network/payload-plugin'
4
+ import type { PayloadPluginFunc } from '@xyo-network/payload-plugin'
5
5
 
6
6
  export const SystemInfoPayloadPlugins: PayloadPluginFunc[] = [NodeSystemInfoPayloadPlugin]
7
7
 
package/xy.config.ts CHANGED
@@ -1,10 +1,8 @@
1
- import { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
1
+ import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
2
2
  const config: XyTsupConfig = {
3
3
  compile: {
4
4
  browser: {},
5
- neutral: {
6
- src: true,
7
- },
5
+ neutral: { src: true },
8
6
  node: {},
9
7
  },
10
8
  }