@xyo-network/info-system-plugins 7.0.0 → 7.0.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.
@@ -1,5 +1,5 @@
1
1
  export * from '@xyo-network/bowser-system-info-plugin';
2
- import type { PayloadSetPluginFunc } from '@xyo-network/sdk-js';
2
+ import type { PayloadSetPluginFunc } from '@xyo-network/sdk';
3
3
  export declare const SystemInfoPlugins: PayloadSetPluginFunc[];
4
4
  export default SystemInfoPlugins;
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +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,qBAAqB,CAAA;AAE/D,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAA6B,CAAA;AAEjF,eAAe,iBAAiB,CAAA"}
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,kBAAkB,CAAA;AAE5D,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAA6B,CAAA;AAEjF,eAAe,iBAAiB,CAAA"}
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/browser/index.ts"],
4
- "sourcesContent": ["export * from '@xyo-network/bowser-system-info-plugin'\n\nimport { BowserSystemInfoPlugin } from '@xyo-network/bowser-system-info-plugin'\nimport type { PayloadSetPluginFunc } from '@xyo-network/sdk-js'\n\nexport const SystemInfoPlugins: PayloadSetPluginFunc[] = [BowserSystemInfoPlugin]\n\nexport default SystemInfoPlugins\n"],
4
+ "sourcesContent": ["export * from '@xyo-network/bowser-system-info-plugin'\n\nimport { BowserSystemInfoPlugin } from '@xyo-network/bowser-system-info-plugin'\nimport type { PayloadSetPluginFunc } from '@xyo-network/sdk'\n\nexport const SystemInfoPlugins: PayloadSetPluginFunc[] = [BowserSystemInfoPlugin]\n\nexport default SystemInfoPlugins\n"],
5
5
  "mappings": ";AAAA,cAAc;AAEd,SAAS,8BAA8B;AAGhC,IAAM,oBAA4C,CAAC,sBAAsB;AAEhF,IAAO,gBAAQ;",
6
6
  "names": []
7
7
  }
@@ -1,5 +1,5 @@
1
1
  export * from '@xyo-network/node-system-info-plugin';
2
- import type { PayloadSetPluginFunc } from '@xyo-network/sdk-js';
2
+ import type { PayloadSetPluginFunc } from '@xyo-network/sdk';
3
3
  export declare const SystemInfoPlugins: PayloadSetPluginFunc[];
4
4
  export default SystemInfoPlugins;
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +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,qBAAqB,CAAA;AAE/D,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAA2B,CAAA;AAE/E,eAAe,iBAAiB,CAAA"}
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,kBAAkB,CAAA;AAE5D,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAA2B,CAAA;AAE/E,eAAe,iBAAiB,CAAA"}
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/node/index.ts"],
4
- "sourcesContent": ["export * from '@xyo-network/node-system-info-plugin'\n\nimport { NodeSystemInfoPlugin } from '@xyo-network/node-system-info-plugin'\nimport type { PayloadSetPluginFunc } from '@xyo-network/sdk-js'\n\nexport const SystemInfoPlugins: PayloadSetPluginFunc[] = [NodeSystemInfoPlugin]\n\nexport default SystemInfoPlugins\n"],
4
+ "sourcesContent": ["export * from '@xyo-network/node-system-info-plugin'\n\nimport { NodeSystemInfoPlugin } from '@xyo-network/node-system-info-plugin'\nimport type { PayloadSetPluginFunc } from '@xyo-network/sdk'\n\nexport const SystemInfoPlugins: PayloadSetPluginFunc[] = [NodeSystemInfoPlugin]\n\nexport default SystemInfoPlugins\n"],
5
5
  "mappings": ";AAAA,cAAc;AAEd,SAAS,4BAA4B;AAG9B,IAAM,oBAA4C,CAAC,oBAAoB;AAE9E,IAAO,gBAAQ;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/info-system-plugins",
3
- "version": "7.0.0",
3
+ "version": "7.0.2",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -39,57 +39,52 @@
39
39
  "README.md"
40
40
  ],
41
41
  "dependencies": {
42
- "@xyo-network/bowser-system-info-plugin": "~7.0.0",
43
- "@xyo-network/node-system-info-plugin": "~7.0.0"
42
+ "@xyo-network/bowser-system-info-plugin": "~7.0.2",
43
+ "@xyo-network/node-system-info-plugin": "~7.0.2"
44
44
  },
45
45
  "devDependencies": {
46
+ "@ariestools/sdk": "^7.0.5",
46
47
  "@bitauth/libauth": "~3.0.0",
47
- "@metamask/providers": "^22.1.1",
48
48
  "@noble/post-quantum": "~0.6.1",
49
49
  "@opentelemetry/api": "^1.9.1",
50
50
  "@opentelemetry/sdk-trace-base": "^2.8.0",
51
51
  "@scure/base": "^2.2.0",
52
52
  "@scure/bip39": "~2.2.0",
53
- "@xylabs/geo": "^6.1.3",
54
- "@xylabs/sdk-js": "^6.1.3",
55
- "@xylabs/threads": "^6.1.3",
56
- "@xylabs/toolchain": "~8.2.7",
57
- "@xylabs/tsconfig": "~8.2.7",
58
- "@xylabs/vitest-extended": "^6.1.3",
59
- "@xyo-network/sdk-js": "^7.0.0",
60
- "@xyo-network/sdk-protocol-js": "~7.0",
53
+ "@xylabs/geo": "^7.0.5",
54
+ "@xylabs/threads": "^7.0.5",
55
+ "@xylabs/toolchain": "~8.5.15",
56
+ "@xylabs/tsconfig": "~8.5.15",
57
+ "@xyo-network/sdk": "~7.0.5",
58
+ "@xyo-network/sdk-protocol": "^7.0.8",
61
59
  "ajv": "^8.20.0",
62
60
  "async-mutex": "^0.5.0",
63
61
  "bowser": "^2.14.1",
62
+ "browserslist": "4.28.4",
64
63
  "debug": "~4.4.3",
65
- "eslint": "^10.5.0",
66
- "ethers": "^6.16.0",
64
+ "eslint": "^10.6.0",
65
+ "eslint-import-resolver-typescript": "^4.4.5",
66
+ "ethers": "^6.17.0",
67
67
  "hash-wasm": "^4.12.0",
68
68
  "idb": "^8.0.3",
69
69
  "lru-cache": "^11.5.1",
70
70
  "observable-fns": "~0.6.1",
71
- "systeminformation": "^5.31.7",
71
+ "systeminformation": "^5.31.11",
72
72
  "typescript": "~6.0.3",
73
- "vite": "^8.0.16",
74
- "vitest": "^4.1.9",
75
- "webextension-polyfill": "^0.12.0",
76
73
  "zod": "^4.4.3",
77
- "@xyo-network/bowser-system-info-payload-plugin": "~7.0.0",
78
- "@xyo-network/node-system-info-payload-plugin": "~7.0.0"
74
+ "@xyo-network/bowser-system-info-payload-plugin": "~7.0.2"
79
75
  },
80
76
  "peerDependencies": {
77
+ "@ariestools/sdk": "^7.0",
81
78
  "@bitauth/libauth": "~3.0",
82
- "@metamask/providers": "^22.1",
83
79
  "@noble/post-quantum": "~0.6.1",
84
80
  "@opentelemetry/api": "^1.9",
85
81
  "@opentelemetry/sdk-trace-base": "^2.7",
86
82
  "@scure/base": "^2.2",
87
83
  "@scure/bip39": "~2.2",
88
- "@xylabs/geo": "^6.0",
89
- "@xylabs/sdk-js": "^6.0",
90
- "@xylabs/threads": "^6.0",
91
- "@xyo-network/sdk-js": "^7.0",
92
- "@xyo-network/sdk-protocol-js": "^7.0",
84
+ "@xylabs/geo": "^7.0",
85
+ "@xylabs/threads": "^7.0",
86
+ "@xyo-network/sdk": "^7.0",
87
+ "@xyo-network/sdk-protocol": "^7.0",
93
88
  "ajv": "^8.20",
94
89
  "async-mutex": "^0.5",
95
90
  "bowser": "^2.14",
@@ -100,7 +95,6 @@
100
95
  "lru-cache": "^11.3",
101
96
  "observable-fns": "~0.6",
102
97
  "systeminformation": "^5.31",
103
- "webextension-polyfill": "^0.12",
104
98
  "zod": "^4.4"
105
99
  },
106
100
  "engines": {