@xyo-network/info-system-plugins 6.0.2 → 6.1.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.
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![logo][]](https://xyo.network)
2
+
1
3
  # @xyo-network/info-system-plugins
2
4
 
3
5
  [![npm][npm-badge]][npm-link]
@@ -36,9 +38,12 @@ bun add {{name}}
36
38
 
37
39
  See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
38
40
 
41
+ ## Credits
39
42
 
43
+ [Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)
40
44
 
41
45
  [npm-badge]: https://img.shields.io/npm/v/@xyo-network/info-system-plugins.svg
42
46
  [npm-link]: https://www.npmjs.com/package/@xyo-network/info-system-plugins
43
47
  [license-badge]: https://img.shields.io/npm/l/@xyo-network/info-system-plugins.svg
44
48
  [license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
49
+ [logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/info-system-plugins",
3
- "version": "6.0.2",
3
+ "version": "6.1.0",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -39,8 +39,8 @@
39
39
  "README.md"
40
40
  ],
41
41
  "dependencies": {
42
- "@xyo-network/node-system-info-plugin": "~6.0.2",
43
- "@xyo-network/bowser-system-info-plugin": "~6.0.2"
42
+ "@xyo-network/bowser-system-info-plugin": "~6.1.0",
43
+ "@xyo-network/node-system-info-plugin": "~6.1.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@bitauth/libauth": "~3.0.0",
@@ -50,19 +50,17 @@
50
50
  "@opentelemetry/sdk-trace-base": "^2.7.1",
51
51
  "@scure/base": "^2.2.0",
52
52
  "@scure/bip39": "~2.2.0",
53
- "@xylabs/geo": "^6.0.6",
54
- "@xylabs/sdk-js": "^6.0.6",
55
- "@xylabs/threads": "^6.0.6",
56
- "@xylabs/toolchain": "~8.1.11",
57
- "@xylabs/tsconfig": "~8.1.11",
58
- "@xylabs/vitest-extended": "~6.0.6",
59
- "@xyo-network/sdk-js": "^6.0.2",
60
- "@xyo-network/sdk-protocol-js": "~6.0.7",
53
+ "@xylabs/geo": "^6.1.0",
54
+ "@xylabs/sdk-js": "^6.1.0",
55
+ "@xylabs/threads": "^6.1.0",
56
+ "@xylabs/toolchain": "~8.1.20",
57
+ "@xylabs/tsconfig": "~8.1.20",
58
+ "@xylabs/vitest-extended": "~6.1.0",
59
+ "@xyo-network/sdk-js": "^6.1.0",
60
+ "@xyo-network/sdk-protocol-js": "~6.1",
61
61
  "ajv": "^8.20.0",
62
62
  "async-mutex": "^0.5.0",
63
- "bn.js": "^5.2.3",
64
63
  "bowser": "^2.14.1",
65
- "buffer": "^6.0.3",
66
64
  "debug": "~4.4.3",
67
65
  "eslint": "^10.4.1",
68
66
  "ethers": "^6.16.0",
@@ -70,15 +68,14 @@
70
68
  "idb": "^8.0.3",
71
69
  "lru-cache": "^11.5.1",
72
70
  "observable-fns": "~0.6.1",
73
- "pako": "~2.1.0",
74
71
  "systeminformation": "^5.31.7",
75
72
  "typescript": "~6.0.3",
76
73
  "vite": "^8.0.16",
77
- "vitest": "^4.1.8",
74
+ "vitest": "~4.1.8",
78
75
  "webextension-polyfill": "^0.12.0",
79
76
  "zod": "^4.4.3",
80
- "@xyo-network/bowser-system-info-payload-plugin": "~6.0.2",
81
- "@xyo-network/node-system-info-payload-plugin": "~6.0.2"
77
+ "@xyo-network/bowser-system-info-payload-plugin": "~6.1.0",
78
+ "@xyo-network/node-system-info-payload-plugin": "~6.1.0"
82
79
  },
83
80
  "peerDependencies": {
84
81
  "@bitauth/libauth": "~3.0",
@@ -92,19 +89,16 @@
92
89
  "@xylabs/sdk-js": "^6.0",
93
90
  "@xylabs/threads": "^6.0",
94
91
  "@xyo-network/sdk-js": "^6.0",
95
- "@xyo-network/sdk-protocol-js": "~6.0",
92
+ "@xyo-network/sdk-protocol-js": "^6.1",
96
93
  "ajv": "^8.20",
97
94
  "async-mutex": "^0.5",
98
- "bn.js": "^5.2",
99
95
  "bowser": "^2.14",
100
- "buffer": "^6.0",
101
96
  "debug": "~4.4",
102
97
  "ethers": "^6.16",
103
98
  "hash-wasm": "^4.12",
104
99
  "idb": "^8.0",
105
100
  "lru-cache": "^11.3",
106
101
  "observable-fns": "~0.6",
107
- "pako": "~2.1",
108
102
  "systeminformation": "^5.31",
109
103
  "webextension-polyfill": "^0.12",
110
104
  "zod": "^4.4"
@@ -1,5 +0,0 @@
1
- export * from '@xyo-network/bowser-system-info-plugin';
2
- import type { PayloadSetPluginFunc } from '@xyo-network/sdk-js';
3
- export declare const SystemInfoPlugins: PayloadSetPluginFunc[];
4
- export default SystemInfoPlugins;
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
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,qBAAqB,CAAA;AAE/D,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAA6B,CAAA;AAEjF,eAAe,iBAAiB,CAAA"}
@@ -1,5 +0,0 @@
1
- export * from '@xyo-network/bowser-system-info-payload-plugin';
2
- import type { PayloadSetPluginFunc } from '@xyo-network/sdk-js';
3
- export declare const SystemInfoPlugins: PayloadSetPluginFunc[];
4
- export default SystemInfoPlugins;
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,gDAAgD,CAAA;AAI9D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAA;AAE/D,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAAmD,CAAA;AAEvG,eAAe,iBAAiB,CAAA"}
@@ -1,11 +0,0 @@
1
- // src/index.ts
2
- export * from "@xyo-network/bowser-system-info-payload-plugin";
3
- import { BowserSystemInfoPlugin } from "@xyo-network/bowser-system-info-plugin";
4
- import { NodeSystemInfoPlugin } from "@xyo-network/node-system-info-plugin";
5
- var SystemInfoPlugins = [BowserSystemInfoPlugin, NodeSystemInfoPlugin];
6
- var index_default = SystemInfoPlugins;
7
- export {
8
- SystemInfoPlugins,
9
- index_default as default
10
- };
11
- //# sourceMappingURL=index.mjs.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/index.ts"],
4
- "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/sdk-js'\n\nexport const SystemInfoPlugins: PayloadSetPluginFunc[] = [BowserSystemInfoPlugin, NodeSystemInfoPlugin]\n\nexport default SystemInfoPlugins\n"],
5
- "mappings": ";AAAA,cAAc;AAEd,SAAS,8BAA8B;AACvC,SAAS,4BAA4B;AAG9B,IAAM,oBAA4C,CAAC,wBAAwB,oBAAoB;AAEtG,IAAO,gBAAQ;",
6
- "names": []
7
- }
@@ -1,5 +0,0 @@
1
- export * from '@xyo-network/node-system-info-plugin';
2
- import type { PayloadSetPluginFunc } from '@xyo-network/sdk-js';
3
- export declare const SystemInfoPlugins: PayloadSetPluginFunc[];
4
- export default SystemInfoPlugins;
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
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,qBAAqB,CAAA;AAE/D,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAA2B,CAAA;AAE/E,eAAe,iBAAiB,CAAA"}