bruce-cesium 6.7.2 → 6.7.3
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/lib/bruce-cesium.js
CHANGED
|
@@ -77,7 +77,7 @@ __exportStar(require("./widgets/widget-info-view"), exports);
|
|
|
77
77
|
__exportStar(require("./widgets/widget-left-panel"), exports);
|
|
78
78
|
__exportStar(require("./widgets/widget-nav-compass"), exports);
|
|
79
79
|
__exportStar(require("./widgets/widget-view-bar"), exports);
|
|
80
|
-
exports.VERSION = "6.7.
|
|
80
|
+
exports.VERSION = "6.7.3";
|
|
81
81
|
/**
|
|
82
82
|
* Updates the environment instance used by bruce-cesium to one specified.
|
|
83
83
|
* This can be used to ensure that the instance a parent is referencing is shared between bruce-cesium, bruce-models, and the parent app.
|
|
@@ -60,7 +60,7 @@ export * from "./widgets/widget-info-view";
|
|
|
60
60
|
export * from "./widgets/widget-left-panel";
|
|
61
61
|
export * from "./widgets/widget-nav-compass";
|
|
62
62
|
export * from "./widgets/widget-view-bar";
|
|
63
|
-
export declare const VERSION = "6.7.
|
|
63
|
+
export declare const VERSION = "6.7.3";
|
|
64
64
|
/**
|
|
65
65
|
* Updates the environment instance used by bruce-cesium to one specified.
|
|
66
66
|
* This can be used to ensure that the instance a parent is referencing is shared between bruce-cesium, bruce-models, and the parent app.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bruce-cesium",
|
|
3
|
-
"version": "6.7.
|
|
3
|
+
"version": "6.7.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"main": "dist/bruce-cesium.umd.js",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"typescript": "^5.0.4"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"bruce-models": "^7.1.
|
|
77
|
+
"bruce-models": "^7.1.50",
|
|
78
78
|
"tslib": "^2.4.1"
|
|
79
79
|
}
|
|
80
80
|
}
|