@xyo-network/info-system-plugins 3.0.3 → 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-plugin';
2
- import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
3
-
4
- declare const SystemInfoPlugins: PayloadSetPluginFunc[];
5
-
6
- export { SystemInfoPlugins, SystemInfoPlugins as default };
2
+ import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
3
+ export declare const SystemInfoPlugins: PayloadSetPluginFunc[];
4
+ export default SystemInfoPlugins;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/browser/index.ts"],"names":[],"mappings":"AAAA,cAAc,wCAAwC,CAAA;AAGtD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAE1E,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAA6B,CAAA;AAGjF,eAAe,iBAAiB,CAAA"}
@@ -0,0 +1,5 @@
1
+ export * from '@xyo-network/bowser-system-info-plugin';
2
+ import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
3
+ export declare const SystemInfoPlugins: PayloadSetPluginFunc[];
4
+ export default SystemInfoPlugins;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/browser/index.ts"],"names":[],"mappings":"AAAA,cAAc,wCAAwC,CAAA;AAGtD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAE1E,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAA6B,CAAA;AAGjF,eAAe,iBAAiB,CAAA"}
@@ -1,6 +1,5 @@
1
1
  export * from '@xyo-network/bowser-system-info-payload-plugin';
2
- import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
3
-
4
- declare const SystemInfoPlugins: PayloadSetPluginFunc[];
5
-
6
- export { SystemInfoPlugins, SystemInfoPlugins as default };
2
+ import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
3
+ export declare const SystemInfoPlugins: PayloadSetPluginFunc[];
4
+ export default SystemInfoPlugins;
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,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAE1E,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAAmD,CAAA;AAGvG,eAAe,iBAAiB,CAAA"}
@@ -0,0 +1,5 @@
1
+ export * from '@xyo-network/node-system-info-plugin';
2
+ import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
3
+ export declare const SystemInfoPlugins: PayloadSetPluginFunc[];
4
+ export default SystemInfoPlugins;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/node/index.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAA;AAGpD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAE1E,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAA2B,CAAA;AAG/E,eAAe,iBAAiB,CAAA"}
@@ -1,6 +1,5 @@
1
1
  export * from '@xyo-network/node-system-info-plugin';
2
- import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
3
-
4
- declare const SystemInfoPlugins: PayloadSetPluginFunc[];
5
-
6
- export { SystemInfoPlugins, SystemInfoPlugins as default };
2
+ import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
3
+ export declare const SystemInfoPlugins: PayloadSetPluginFunc[];
4
+ export default SystemInfoPlugins;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/node/index.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAA;AAGpD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAE1E,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAA2B,CAAA;AAG/E,eAAe,iBAAiB,CAAA"}
package/package.json CHANGED
@@ -1,26 +1,24 @@
1
1
  {
2
2
  "name": "@xyo-network/info-system-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": "git+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.3",
14
- "@xyo-network/bowser-system-info-plugin": "^3.0.3",
15
- "@xyo-network/node-system-info-plugin": "^3.0.3",
16
- "@xyo-network/payloadset-plugin": "^3.0.3"
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/XYOracleNetwork/plugins.git"
17
13
  },
18
- "devDependencies": {
19
- "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.20",
20
- "@xylabs/tsconfig": "^4.0.0-rc.20",
21
- "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"
22
19
  },
23
- "description": "Typescript/Javascript Plugins for XYO Platform",
20
+ "sideEffects": false,
21
+ "type": "module",
24
22
  "exports": {
25
23
  ".": {
26
24
  "browser": {
@@ -34,18 +32,20 @@
34
32
  },
35
33
  "./package.json": "./package.json"
36
34
  },
37
- "types": "./dist/node/index.d.ts",
38
35
  "module": "./dist/node/index.mjs",
39
- "type": "module",
40
- "homepage": "https://xyo.network",
41
- "license": "LGPL-3.0-only",
42
- "publishConfig": {
43
- "access": "public"
36
+ "types": "./dist/node/index.d.ts",
37
+ "dependencies": {
38
+ "@xyo-network/bowser-system-info-payload-plugin": "^3.0.4",
39
+ "@xyo-network/bowser-system-info-plugin": "^3.0.4",
40
+ "@xyo-network/node-system-info-plugin": "^3.0.4",
41
+ "@xyo-network/payloadset-plugin": "^3.0.10"
44
42
  },
45
- "repository": {
46
- "type": "git",
47
- "url": "git+https://github.com/XYOracleNetwork/plugins.git"
43
+ "devDependencies": {
44
+ "@xylabs/ts-scripts-yarn3": "^4.0.7",
45
+ "@xylabs/tsconfig": "^4.0.7",
46
+ "typescript": "^5.5.4"
48
47
  },
49
- "sideEffects": false,
50
- "version": "3.0.3"
48
+ "publishConfig": {
49
+ "access": "public"
50
+ }
51
51
  }
package/xy.config.ts CHANGED
@@ -1,12 +1,8 @@
1
1
  import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
2
2
  const config: XyTsupConfig = {
3
3
  compile: {
4
- browser: {
5
- 'src/browser': true,
6
- },
7
- node: {
8
- 'src/node': true,
9
- },
4
+ browser: { 'src/browser': true },
5
+ node: { 'src/node': true },
10
6
  },
11
7
  }
12
8