@xyo-network/info-system-payload-plugins 3.4.2 → 3.4.4
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/types/index.d.ts +5 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/indexBrowser.d.ts +5 -0
- package/dist/types/indexBrowser.d.ts.map +1 -0
- package/dist/types/indexNode.d.ts +5 -0
- package/dist/types/indexNode.d.ts.map +1 -0
- package/package.json +9 -9
- package/dist/neutral/index.d.ts +0 -6
|
@@ -0,0 +1,5 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gDAAgD,CAAA;AAI9D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAEpE,eAAO,MAAM,wBAAwB,EAAE,iBAAiB,EAAiE,CAAA;AAEzH,eAAe,wBAAwB,CAAA"}
|
|
@@ -0,0 +1,5 @@
|
|
|
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=indexBrowser.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"indexBrowser.d.ts","sourceRoot":"","sources":["../../src/indexBrowser.ts"],"names":[],"mappings":"AAAA,cAAc,gDAAgD,CAAA;AAG9D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAEpE,eAAO,MAAM,wBAAwB,EAAE,iBAAiB,EAAoC,CAAA;AAE5F,eAAe,wBAAwB,CAAA"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export * from '@xyo-network/node-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=indexNode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"indexNode.d.ts","sourceRoot":"","sources":["../../src/indexNode.ts"],"names":[],"mappings":"AAAA,cAAc,8CAA8C,CAAA;AAG5D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAEpE,eAAO,MAAM,wBAAwB,EAAE,iBAAiB,EAAkC,CAAA;AAE1F,eAAe,wBAAwB,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/info-system-payload-plugins",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.4",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -21,22 +21,22 @@
|
|
|
21
21
|
"type": "module",
|
|
22
22
|
"exports": {
|
|
23
23
|
".": {
|
|
24
|
-
"types": "./dist/
|
|
24
|
+
"types": "./dist/types/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/types/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xyo-network/bowser-system-info-payload-plugin": "^3.4.
|
|
33
|
-
"@xyo-network/node-system-info-payload-plugin": "^3.4.
|
|
34
|
-
"@xyo-network/payload-plugin": "^3.9.
|
|
32
|
+
"@xyo-network/bowser-system-info-payload-plugin": "^3.4.4",
|
|
33
|
+
"@xyo-network/node-system-info-payload-plugin": "^3.4.4",
|
|
34
|
+
"@xyo-network/payload-plugin": "^3.9.36"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@xylabs/ts-scripts-yarn3": "^
|
|
38
|
-
"@xylabs/tsconfig": "^
|
|
39
|
-
"typescript": "^5.
|
|
37
|
+
"@xylabs/ts-scripts-yarn3": "^6.0.5",
|
|
38
|
+
"@xylabs/tsconfig": "^6.0.5",
|
|
39
|
+
"typescript": "^5.8.2"
|
|
40
40
|
},
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|
package/dist/neutral/index.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
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 };
|