@operato/scene-manufacturing 10.0.0-beta.56 → 10.0.0-beta.57
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/tact-timer.d.ts +1 -0
- package/package.json +3 -3
package/dist/tact-timer.d.ts
CHANGED
|
@@ -89,6 +89,7 @@ declare const TactTimer_base: (new (...args: any[]) => {
|
|
|
89
89
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
90
90
|
get model(): any;
|
|
91
91
|
get state(): import("@hatiolab/things-scene").State;
|
|
92
|
+
get refid(): any;
|
|
92
93
|
get hierarchy(): any;
|
|
93
94
|
get volatile(): never[];
|
|
94
95
|
_applyProps(target: any, props: any, options: any): any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operato/scene-manufacturing",
|
|
3
3
|
"description": "Things scene components for manufacturing industry",
|
|
4
|
-
"version": "10.0.0-beta.
|
|
4
|
+
"version": "10.0.0-beta.57",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"things-scene": true,
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@hatiolab/things-scene": "^10.0.0-beta.1",
|
|
33
|
-
"@operato/scene-base": "^10.0.0-beta.
|
|
33
|
+
"@operato/scene-base": "^10.0.0-beta.57",
|
|
34
34
|
"three": "^0.183.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"prettier --write"
|
|
67
67
|
]
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "67047749cb873dfe1b29d21e19d5883b1dea150f"
|
|
70
70
|
}
|