cmd-control-client-lib 3.0.1 → 3.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.
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { EnumBooleanStringifiedExtended } from "../../@types";
|
|
1
2
|
import { ACTION } from "../command/action";
|
|
2
3
|
import { ICOMMAND } from "../command/icommand";
|
|
3
|
-
import { EnumBooleanStringifiedExtended } from "../../cmd-control-lib";
|
|
4
4
|
export declare enum EnumStreamQuality {
|
|
5
5
|
NONE = "NONE",
|
|
6
6
|
EXCELLENT = "EXCELLENT",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { EnumBooleanStringified } from "../../@types";
|
|
1
2
|
import { ACTION } from "../command/action";
|
|
2
3
|
import { baseParamsType, SupportedLanguage } from "../command/baseparams";
|
|
3
4
|
import { ICOMMAND, IKeyMaybeValue, IRESPONSE, RESULT } from "../command/icommand";
|
|
4
|
-
import { EnumBooleanStringified } from "../../cmd-control-lib";
|
|
5
5
|
export declare enum EnumService0900State {
|
|
6
6
|
ACTIVE = "active",
|
|
7
7
|
INACTIVE = "inactive"
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cmd-control-client-lib",
|
|
3
3
|
"description": "Cmd-Client-Library",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.2",
|
|
5
5
|
"directories": {
|
|
6
6
|
"lib": "./dist"
|
|
7
7
|
},
|
|
8
|
-
"main": "./dist/cmd-control-lib.js",
|
|
9
|
-
"types": "./dist/cmd-control-lib.d.ts",
|
|
8
|
+
"main": "./dist/cmd-control-client-lib.js",
|
|
9
|
+
"types": "./dist/cmd-control-client-lib.d.ts",
|
|
10
10
|
"private": false,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"author": "Vladimir Lidberg, camPoint AG",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"lint:teamcity": "yarn lint --format ./node_modules/eslint-teamcity/index.js",
|
|
69
69
|
"style": "prettier --write \"{src,test}/**/*.ts\"",
|
|
70
70
|
"test": "jest",
|
|
71
|
-
"generate:docs": "typedoc --out doc/ src/cmd-control-lib.ts --theme markdown",
|
|
71
|
+
"generate:docs": "typedoc --out doc/ src/cmd-control-client-lib.ts --theme markdown",
|
|
72
72
|
"_postinstall": "husky install",
|
|
73
73
|
"prepack": "yarn run prepublishOnly",
|
|
74
74
|
"postpack": "yarn run postpublish",
|