@reearth/core 0.0.2 → 0.0.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/index.d.ts CHANGED
@@ -148,6 +148,7 @@ export declare type Cesium3DTilesAppearance = {
148
148
  imageBasedLightIntensity?: number;
149
149
  showWireframe?: boolean;
150
150
  showBoundingVolume?: boolean;
151
+ cacheBytes?: number;
151
152
  };
152
153
 
153
154
  export declare type ClassificationType = "both" | "terrain" | "3dtiles";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reearth/core",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "author": "Re:Earth contributors <community@reearth.io>",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A library that abstracts a map engine as one common API.",