@operato/scene-mpi 10.0.0-beta.65 → 10.0.0-beta.68
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/auto-clicker.d.ts
CHANGED
|
@@ -40,6 +40,8 @@ declare const AutoClicker_base: (new (...args: any[]) => {
|
|
|
40
40
|
added(parent: any): void;
|
|
41
41
|
removed(parent: any): void;
|
|
42
42
|
ready(): Promise<void>;
|
|
43
|
+
_readyInvoked: boolean;
|
|
44
|
+
invokeReady(): void | Promise<void>;
|
|
43
45
|
touch(): void;
|
|
44
46
|
clearCache(...attrs: any[]): void;
|
|
45
47
|
removeSelf(completely: any): void;
|
package/dist/boot-button.d.ts
CHANGED
|
@@ -44,6 +44,8 @@ declare const BootButton_base: (new (...args: any[]) => {
|
|
|
44
44
|
added(parent: any): void;
|
|
45
45
|
removed(parent: any): void;
|
|
46
46
|
ready(): Promise<void>;
|
|
47
|
+
_readyInvoked: boolean;
|
|
48
|
+
invokeReady(): void | Promise<void>;
|
|
47
49
|
touch(): void;
|
|
48
50
|
clearCache(...attrs: any[]): void;
|
|
49
51
|
removeSelf(completely: any): void;
|
package/dist/indicator.d.ts
CHANGED
|
@@ -42,6 +42,8 @@ declare const Indicator_base: (new (...args: any[]) => {
|
|
|
42
42
|
added(parent: any): void;
|
|
43
43
|
removed(parent: any): void;
|
|
44
44
|
ready(): Promise<void>;
|
|
45
|
+
_readyInvoked: boolean;
|
|
46
|
+
invokeReady(): void | Promise<void>;
|
|
45
47
|
touch(): void;
|
|
46
48
|
clearCache(...attrs: any[]): void;
|
|
47
49
|
removeSelf(completely: any): void;
|
package/dist/reply-button.d.ts
CHANGED
|
@@ -44,6 +44,8 @@ declare const ReplyButton_base: (new (...args: any[]) => {
|
|
|
44
44
|
added(parent: any): void;
|
|
45
45
|
removed(parent: any): void;
|
|
46
46
|
ready(): Promise<void>;
|
|
47
|
+
_readyInvoked: boolean;
|
|
48
|
+
invokeReady(): void | Promise<void>;
|
|
47
49
|
touch(): void;
|
|
48
50
|
clearCache(...attrs: any[]): void;
|
|
49
51
|
removeSelf(completely: any): void;
|
package/dist/seven-segment.d.ts
CHANGED
|
@@ -40,6 +40,8 @@ declare const SevenSegment_base: (new (...args: any[]) => {
|
|
|
40
40
|
added(parent: any): void;
|
|
41
41
|
removed(parent: any): void;
|
|
42
42
|
ready(): Promise<void>;
|
|
43
|
+
_readyInvoked: boolean;
|
|
44
|
+
invokeReady(): void | Promise<void>;
|
|
43
45
|
touch(): void;
|
|
44
46
|
clearCache(...attrs: any[]): void;
|
|
45
47
|
removeSelf(completely: any): void;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@operato/scene-mpi",
|
|
3
3
|
"description": "Multi-purpose indicator integration component for things-scene",
|
|
4
4
|
"author": "heartyoh",
|
|
5
|
-
"version": "10.0.0-beta.
|
|
5
|
+
"version": "10.0.0-beta.68",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"module": "dist/index.js",
|
|
@@ -18,22 +18,17 @@
|
|
|
18
18
|
"directory": "packages/mpi"
|
|
19
19
|
},
|
|
20
20
|
"scripts": {
|
|
21
|
-
"serve": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"things-factory-dev\"",
|
|
22
|
-
"serve:dev": "npm run serve",
|
|
23
21
|
"start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"",
|
|
24
22
|
"build": "tsc",
|
|
25
23
|
"prepublishOnly": "tsc",
|
|
26
24
|
"lint": "eslint src/ && prettier \"src/**/*.ts\" --check",
|
|
27
|
-
"format": "eslint src/ --fix && prettier \"src/**/*.ts\" --write"
|
|
28
|
-
"migration": "things-factory-migration"
|
|
25
|
+
"format": "eslint src/ --fix && prettier \"src/**/*.ts\" --write"
|
|
29
26
|
},
|
|
30
27
|
"dependencies": {
|
|
31
28
|
"@hatiolab/things-scene": "^10.0.0-beta.1"
|
|
32
29
|
},
|
|
33
30
|
"devDependencies": {
|
|
34
31
|
"@hatiolab/prettier-config": "^1.0.0",
|
|
35
|
-
"@things-factory/builder": "^10.0.0-zeta.1",
|
|
36
|
-
"@things-factory/operato-board": "^10.0.0-zeta.1",
|
|
37
32
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
38
33
|
"@typescript-eslint/parser": "^8.0.0",
|
|
39
34
|
"@web/dev-server": "^0.1.28",
|
|
@@ -58,5 +53,5 @@
|
|
|
58
53
|
"prettier --write"
|
|
59
54
|
]
|
|
60
55
|
},
|
|
61
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "fce8d69d7bb8af85cfb2e2507a8eee14130d36d7"
|
|
62
57
|
}
|