@xyo-network/info-system-payload-plugins 4.0.0 → 4.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/dist/neutral/index.d.ts +6 -0
- package/package.json +8 -8
- package/dist/types/index.d.ts +0 -5
- /package/dist/{types → neutral}/index.d.ts.map +0 -0
- /package/dist/{types → neutral}/indexBrowser.d.ts +0 -0
- /package/dist/{types → neutral}/indexBrowser.d.ts.map +0 -0
- /package/dist/{types → neutral}/indexNode.d.ts +0 -0
- /package/dist/{types → neutral}/indexNode.d.ts.map +0 -0
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * from '@xyo-network/bowser-system-info-payload-plugin';
|
|
2
|
+
import { PayloadPluginFunc } from '@xyo-network/payload-plugin';
|
|
3
|
+
|
|
4
|
+
declare const SystemInfoPayloadPlugins: PayloadPluginFunc[];
|
|
5
|
+
|
|
6
|
+
export { SystemInfoPayloadPlugins, SystemInfoPayloadPlugins as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/info-system-payload-plugins",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -21,21 +21,21 @@
|
|
|
21
21
|
"type": "module",
|
|
22
22
|
"exports": {
|
|
23
23
|
".": {
|
|
24
|
-
"types": "./dist/
|
|
24
|
+
"types": "./dist/neutral/index.d.ts",
|
|
25
25
|
"default": "./dist/neutral/index.mjs"
|
|
26
26
|
},
|
|
27
27
|
"./package.json": "./package.json"
|
|
28
28
|
},
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
|
-
"types": "dist/
|
|
30
|
+
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xyo-network/bowser-system-info-payload-plugin": "^4.
|
|
33
|
-
"@xyo-network/node-system-info-payload-plugin": "^4.
|
|
34
|
-
"@xyo-network/payload-plugin": "^4.
|
|
32
|
+
"@xyo-network/bowser-system-info-payload-plugin": "^4.1.0",
|
|
33
|
+
"@xyo-network/node-system-info-payload-plugin": "^4.1.0",
|
|
34
|
+
"@xyo-network/payload-plugin": "^4.1.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@xylabs/ts-scripts-yarn3": "^
|
|
38
|
-
"@xylabs/tsconfig": "^
|
|
37
|
+
"@xylabs/ts-scripts-yarn3": "^7.0.0-rc.24",
|
|
38
|
+
"@xylabs/tsconfig": "^7.0.0-rc.24",
|
|
39
39
|
"knip": "^5.61.3",
|
|
40
40
|
"typescript": "^5.8.3"
|
|
41
41
|
},
|
package/dist/types/index.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export * from '@xyo-network/bowser-system-info-payload-plugin';
|
|
2
|
-
import type { PayloadPluginFunc } from '@xyo-network/payload-plugin';
|
|
3
|
-
export declare const SystemInfoPayloadPlugins: PayloadPluginFunc[];
|
|
4
|
-
export default SystemInfoPayloadPlugins;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|