@glowjs/core 2023.8.18 → 2023.9.7
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.
|
@@ -111,10 +111,7 @@ export declare class RunTime implements IDisposable {
|
|
|
111
111
|
* 获取温度云图列表
|
|
112
112
|
* @param projectFile 项目文件地址
|
|
113
113
|
*/
|
|
114
|
-
static getHeatmapList(projectFile: string): Promise<
|
|
115
|
-
name: string;
|
|
116
|
-
children: EntityItem[];
|
|
117
|
-
}[]>;
|
|
114
|
+
static getHeatmapList(projectFile: string): Promise<EntityItem[]>;
|
|
118
115
|
/**
|
|
119
116
|
* 应用
|
|
120
117
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glowjs/core",
|
|
3
|
-
"version": "2023.
|
|
3
|
+
"version": "2023.09.07",
|
|
4
4
|
"description": "GlowJS数字孪生引擎核心库。",
|
|
5
5
|
"main": "./dist/glow.core.js",
|
|
6
6
|
"types": "./dist/typings/index.d.ts",
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
"license": "ISC",
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@babel/plugin-transform-runtime": "^7.18.10",
|
|
48
|
-
"@babylonjs/core": "^6.
|
|
49
|
-
"@babylonjs/gui": "^6.
|
|
50
|
-
"@babylonjs/inspector": "^6.
|
|
51
|
-
"@babylonjs/loaders": "^6.
|
|
52
|
-
"@babylonjs/materials": "^6.
|
|
48
|
+
"@babylonjs/core": "^6.19.1",
|
|
49
|
+
"@babylonjs/gui": "^6.19.1",
|
|
50
|
+
"@babylonjs/inspector": "^6.19.1",
|
|
51
|
+
"@babylonjs/loaders": "^6.19.1",
|
|
52
|
+
"@babylonjs/materials": "^6.19.1",
|
|
53
53
|
"@tweenjs/tween.js": "^18.6.4",
|
|
54
54
|
"earcut": "^2.2.2",
|
|
55
55
|
"heatmap.js": "^2.0.5",
|