@xyo-network/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.
package/dist/neutral/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export * from '@xyo-network/info-system-plugins';
|
|
2
|
-
import type { PayloadSetPluginFunc } from '@xyo-network/sdk
|
|
2
|
+
import type { PayloadSetPluginFunc } from '@xyo-network/sdk';
|
|
3
3
|
export declare const SystemPlugins: PayloadSetPluginFunc[];
|
|
4
4
|
export default SystemPlugins;
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAA;AAGhD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAA;AAGhD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAA;AAE5D,eAAO,MAAM,aAAa,EAAE,oBAAoB,EAA2B,CAAA;AAE3E,eAAe,aAAa,CAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.ts"],
|
|
4
|
-
"sourcesContent": ["export * from '@xyo-network/info-system-plugins'\n\nimport { SystemInfoPlugins } from '@xyo-network/info-system-plugins'\nimport type { PayloadSetPluginFunc } from '@xyo-network/sdk
|
|
4
|
+
"sourcesContent": ["export * from '@xyo-network/info-system-plugins'\n\nimport { SystemInfoPlugins } from '@xyo-network/info-system-plugins'\nimport type { PayloadSetPluginFunc } from '@xyo-network/sdk'\n\nexport const SystemPlugins: PayloadSetPluginFunc[] = [...SystemInfoPlugins]\n\nexport default SystemPlugins\n"],
|
|
5
5
|
"mappings": ";AAAA,cAAc;AAEd,SAAS,yBAAyB;AAG3B,IAAM,gBAAwC,CAAC,GAAG,iBAAiB;AAE1E,IAAO,gBAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/system-plugins",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.2",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -31,58 +31,50 @@
|
|
|
31
31
|
"README.md"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@xyo-network/info-system-plugins": "~7.0.
|
|
34
|
+
"@xyo-network/info-system-plugins": "~7.0.2"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
+
"@ariestools/sdk": "^7.0.5",
|
|
37
38
|
"@bitauth/libauth": "~3.0.0",
|
|
38
|
-
"@metamask/providers": "^22.1.1",
|
|
39
39
|
"@noble/post-quantum": "~0.6.1",
|
|
40
40
|
"@opentelemetry/api": "^1.9.1",
|
|
41
41
|
"@opentelemetry/sdk-trace-base": "^2.8.0",
|
|
42
42
|
"@scure/base": "^2.2.0",
|
|
43
43
|
"@scure/bip39": "~2.2.0",
|
|
44
|
-
"@xylabs/geo": "^
|
|
45
|
-
"@xylabs/
|
|
46
|
-
"@xylabs/
|
|
47
|
-
"@xylabs/
|
|
48
|
-
"@
|
|
49
|
-
"@
|
|
50
|
-
"@xyo-network/sdk-js": "^7.0.0",
|
|
51
|
-
"@xyo-network/sdk-protocol-js": "~7.0",
|
|
44
|
+
"@xylabs/geo": "^7.0.5",
|
|
45
|
+
"@xylabs/threads": "^7.0.5",
|
|
46
|
+
"@xylabs/toolchain": "~8.5.15",
|
|
47
|
+
"@xylabs/tsconfig": "~8.5.15",
|
|
48
|
+
"@xyo-network/sdk": "~7.0.5",
|
|
49
|
+
"@xyo-network/sdk-protocol": "^7.0.8",
|
|
52
50
|
"ajv": "^8.20.0",
|
|
53
51
|
"async-mutex": "^0.5.0",
|
|
54
52
|
"bowser": "^2.14.1",
|
|
53
|
+
"browserslist": "4.28.4",
|
|
55
54
|
"debug": "~4.4.3",
|
|
56
|
-
"eslint": "^10.
|
|
57
|
-
"
|
|
55
|
+
"eslint": "^10.6.0",
|
|
56
|
+
"eslint-import-resolver-typescript": "^4.4.5",
|
|
57
|
+
"ethers": "^6.17.0",
|
|
58
58
|
"hash-wasm": "^4.12.0",
|
|
59
59
|
"idb": "^8.0.3",
|
|
60
60
|
"lru-cache": "^11.5.1",
|
|
61
61
|
"observable-fns": "~0.6.1",
|
|
62
|
-
"systeminformation": "^5.31.
|
|
62
|
+
"systeminformation": "^5.31.11",
|
|
63
63
|
"typescript": "~6.0.3",
|
|
64
|
-
"
|
|
65
|
-
"vitest": "^4.1.9",
|
|
66
|
-
"webextension-polyfill": "^0.12.0",
|
|
67
|
-
"zod": "^4.4.3",
|
|
68
|
-
"@xyo-network/bowser-system-info-plugin": "~7.0.0",
|
|
69
|
-
"@xyo-network/bowser-system-info-payload-plugin": "~7.0.0",
|
|
70
|
-
"@xyo-network/node-system-info-plugin": "~7.0.0",
|
|
71
|
-
"@xyo-network/node-system-info-payload-plugin": "~7.0.0"
|
|
64
|
+
"zod": "^4.4.3"
|
|
72
65
|
},
|
|
73
66
|
"peerDependencies": {
|
|
67
|
+
"@ariestools/sdk": "^7.0",
|
|
74
68
|
"@bitauth/libauth": "~3.0",
|
|
75
|
-
"@metamask/providers": "^22.1",
|
|
76
69
|
"@noble/post-quantum": "~0.6.1",
|
|
77
70
|
"@opentelemetry/api": "^1.9",
|
|
78
71
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
79
72
|
"@scure/base": "^2.2",
|
|
80
73
|
"@scure/bip39": "~2.2",
|
|
81
|
-
"@xylabs/geo": "^
|
|
82
|
-
"@xylabs/
|
|
83
|
-
"@
|
|
84
|
-
"@xyo-network/sdk-
|
|
85
|
-
"@xyo-network/sdk-protocol-js": "^7.0",
|
|
74
|
+
"@xylabs/geo": "^7.0",
|
|
75
|
+
"@xylabs/threads": "^7.0",
|
|
76
|
+
"@xyo-network/sdk": "^7.0",
|
|
77
|
+
"@xyo-network/sdk-protocol": "^7.0",
|
|
86
78
|
"ajv": "^8.20",
|
|
87
79
|
"async-mutex": "^0.5",
|
|
88
80
|
"bowser": "^2.14",
|
|
@@ -93,7 +85,6 @@
|
|
|
93
85
|
"lru-cache": "^11.3",
|
|
94
86
|
"observable-fns": "~0.6",
|
|
95
87
|
"systeminformation": "^5.31",
|
|
96
|
-
"webextension-polyfill": "^0.12",
|
|
97
88
|
"zod": "^4.4"
|
|
98
89
|
},
|
|
99
90
|
"engines": {
|