gralobe 1.0.3 → 1.0.5

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
@@ -150,6 +150,7 @@ export declare class GlobeViz implements GlobeVizAPI {
150
150
  private createStars;
151
151
  private createGUI;
152
152
  private handleResize;
153
+ private handleKeydown;
153
154
  private animate;
154
155
  toGlobe(): void;
155
156
  toFlat(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gralobe",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Interactive 3D globe visualization with statistics, smooth flat map ↔ globe transitions, and country labels",
5
5
  "type": "module",
6
6
  "main": "./dist/gralobe.umd.cjs",