deeptwins-engine-3d 0.0.50 → 0.0.51
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/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
- /package/dist/{global.less → global.css} +0 -0
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -17,7 +17,7 @@ import RotateInPlace from "./cameraControl/RotateInPlace";
|
|
|
17
17
|
import { CAMERA_EVENT_TYPE, DEFAULT_BASE_LAYER_TYPE, LAYER_EVENT_TYPE, SCENE_EVENT_TYPE } from "./constant";
|
|
18
18
|
import DeepTwins from "./deepTwins";
|
|
19
19
|
import Drawer from "./drawer/index";
|
|
20
|
-
import "./global.
|
|
20
|
+
import "./global.css";
|
|
21
21
|
import GroundSkyBox from "./map/GroundSkyBox";
|
|
22
22
|
import Map from "./map/Map";
|
|
23
23
|
import CircleWaveMaterialProperty from "./material/CircleWaveMaterialProperty";
|
|
@@ -45,7 +45,7 @@ window.Cesium = Cesium;
|
|
|
45
45
|
var DeepTwinsEngine3D = /*#__PURE__*/_createClass(function DeepTwinsEngine3D() {
|
|
46
46
|
_classCallCheck(this, DeepTwinsEngine3D);
|
|
47
47
|
});
|
|
48
|
-
_defineProperty(DeepTwinsEngine3D, "Version", '0.0.
|
|
48
|
+
_defineProperty(DeepTwinsEngine3D, "Version", '0.0.51');
|
|
49
49
|
_defineProperty(DeepTwinsEngine3D, "Map", Map);
|
|
50
50
|
_defineProperty(DeepTwinsEngine3D, "GroundSkyBox", GroundSkyBox);
|
|
51
51
|
_defineProperty(DeepTwinsEngine3D, "RasterLayer", RasterLayer);
|
package/package.json
CHANGED
|
File without changes
|