sat-earth 3.1.7 → 3.1.8

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.
@@ -58,7 +58,7 @@ export type SatMapOptions = {
58
58
  map3d?: {
59
59
  scene?: Mars3dMap.sceneOptions;
60
60
  terrain?: Mars3dMap.terrainOptions;
61
- method: Mars3dMap.methodOptions;
61
+ method?: Mars3dMap.methodOptions;
62
62
  thing?: Mars3dMap.thingOptions;
63
63
  control?: SatMapControl;
64
64
  mouse?: Mars3dMap.mouseOptions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sat-earth",
3
- "version": "3.1.7",
3
+ "version": "3.1.8",
4
4
  "private": false,
5
5
  "description": "The sat-earth is a digital earth component library based on Vue 3.x",
6
6
  "main": "dist/sat-earth.mjs",