@xyo-network/info-system-plugins 4.1.0 → 4.2.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/dist/browser/index.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export * from '@xyo-network/bowser-system-info-plugin';
|
|
2
|
-
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
3
|
-
|
|
4
|
-
|
|
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
|
package/dist/neutral/index.d.ts
CHANGED
|
@@ -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
|
-
|
|
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
|
package/dist/node/index.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export * from '@xyo-network/node-system-info-plugin';
|
|
2
|
-
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
3
|
-
|
|
4
|
-
|
|
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
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/info-system-plugins",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.2.0",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -37,15 +37,14 @@
|
|
|
37
37
|
"module": "./dist/neutral/index.mjs",
|
|
38
38
|
"types": "./dist/neutral/index.d.ts",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@xyo-network/bowser-system-info-payload-plugin": "^4.
|
|
41
|
-
"@xyo-network/bowser-system-info-plugin": "^4.
|
|
42
|
-
"@xyo-network/node-system-info-plugin": "^4.
|
|
43
|
-
"@xyo-network/payloadset-plugin": "^4.
|
|
40
|
+
"@xyo-network/bowser-system-info-payload-plugin": "^4.2.0",
|
|
41
|
+
"@xyo-network/bowser-system-info-plugin": "^4.2.0",
|
|
42
|
+
"@xyo-network/node-system-info-plugin": "^4.2.0",
|
|
43
|
+
"@xyo-network/payloadset-plugin": "^4.3.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@xylabs/ts-scripts-yarn3": "^7.0.
|
|
47
|
-
"@xylabs/tsconfig": "^7.0.
|
|
48
|
-
"knip": "^5.61.3",
|
|
46
|
+
"@xylabs/ts-scripts-yarn3": "^7.0.1",
|
|
47
|
+
"@xylabs/tsconfig": "^7.0.1",
|
|
49
48
|
"typescript": "^5.8.3"
|
|
50
49
|
},
|
|
51
50
|
"publishConfig": {
|