@iobroker/types 6.0.1 → 6.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/build/types.d.ts +2 -2
- package/package.json +2 -2
package/build/types.d.ts
CHANGED
|
@@ -1143,8 +1143,8 @@ export declare interface InternalGetUserIDOptions {
|
|
|
1143
1143
|
}
|
|
1144
1144
|
|
|
1145
1145
|
export declare interface InternalInstallNodeModuleOptions extends InstallNodeModuleOptions {
|
|
1146
|
-
/** Name of the npm module */
|
|
1147
|
-
|
|
1146
|
+
/** Name of the npm module or an installable url ẁorking with `npm install` */
|
|
1147
|
+
moduleNameOrUrl: string;
|
|
1148
1148
|
}
|
|
1149
1149
|
|
|
1150
1150
|
export declare interface InternalReportDeprecationOption {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iobroker/types",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.2",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=12.0.0"
|
|
6
6
|
},
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
]
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "9120cbf7b8bc53f6eb657d622a1d25b608ee4698"
|
|
45
45
|
}
|