@iobroker/js-controller-cli 4.0.20 → 4.1.0-alpha.11-20220313-9710a80b
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/lib/setup/setupList.js +0 -11
- package/package.json +5 -5
package/lib/setup/setupList.js
CHANGED
|
@@ -821,17 +821,6 @@ function List(options) {
|
|
|
821
821
|
that.listAdaptersFiles(adapters, names ? names.join('/') : null, () => processExit());
|
|
822
822
|
});
|
|
823
823
|
break;
|
|
824
|
-
|
|
825
|
-
default:
|
|
826
|
-
if (type) {
|
|
827
|
-
console.error('Unknown type: ' + type);
|
|
828
|
-
return void processExit(EXIT_CODES.INVALID_ARGUMENTS);
|
|
829
|
-
} else {
|
|
830
|
-
console.log(
|
|
831
|
-
'Please specify type: objects, states, instances, adapters, users, groups, enums, files'
|
|
832
|
-
);
|
|
833
|
-
return void processExit();
|
|
834
|
-
}
|
|
835
824
|
}
|
|
836
825
|
});
|
|
837
826
|
};
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iobroker/js-controller-cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.1.0-alpha.11-20220313-9710a80b",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=12.0.0"
|
|
6
6
|
},
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@iobroker/js-controller-common": "4.0.
|
|
9
|
-
"@iobroker/js-controller-common-db": "4.0.
|
|
8
|
+
"@iobroker/js-controller-common": "4.1.0-alpha.11-20220313-9710a80b",
|
|
9
|
+
"@iobroker/js-controller-common-db": "4.1.0-alpha.11-20220313-9710a80b",
|
|
10
10
|
"chokidar": "^3.5.3",
|
|
11
11
|
"daemonize2": "^0.4.2",
|
|
12
12
|
"debug": "^4.3.3",
|
|
13
13
|
"deep-clone": "^3.0.3",
|
|
14
14
|
"event-stream": "^4.0.1",
|
|
15
|
-
"fs-extra": "^10.0.
|
|
15
|
+
"fs-extra": "^10.0.1",
|
|
16
16
|
"readline-sync": "^1.4.10"
|
|
17
17
|
},
|
|
18
18
|
"keywords": [
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"lib/",
|
|
39
39
|
"index.js"
|
|
40
40
|
],
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "be7be68f8dbfef25a530baf7c3b871932da4ecaa"
|
|
42
42
|
}
|