bruce-cesium 6.6.9 → 6.7.0

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.
@@ -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.6.9";
63
+ export declare const VERSION = "6.7.0";
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.
@@ -1,8 +1,8 @@
1
1
  import { ApiGetters, MenuItem } from "bruce-models";
2
- import { VisualsRegister } from "../../visuals-register";
3
- import { RenderManager } from "../render-manager";
4
2
  import * as Cesium from "cesium";
5
3
  import { CesiumViewMonitor } from "../../../viewer/cesium-view-monitor";
4
+ import { VisualsRegister } from "../../visuals-register";
5
+ import { RenderManager } from "../render-manager";
6
6
  export declare namespace TilesetOsmRenderManager {
7
7
  class Manager implements RenderManager.IManager {
8
8
  private viewer;
@@ -72,7 +72,8 @@ export declare namespace ViewerUtils {
72
72
  }): IDictionary<Widget.AWidget>;
73
73
  /**
74
74
  * Returns if the given token is valid or not.
75
- * This will perform a test request to Cesium API.
75
+ * Returns true if the supplied Cesium Ion access token is valid by probing the Ion endpoint.
76
+ * @warning don't use when going through the proxy API route.
76
77
  * @param token
77
78
  * @returns
78
79
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bruce-cesium",
3
- "version": "6.6.9",
3
+ "version": "6.7.0",
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.48",
77
+ "bruce-models": "^7.1.49",
78
78
  "tslib": "^2.4.1"
79
79
  }
80
80
  }