gralobe 1.0.63 → 1.0.64

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
@@ -537,7 +537,7 @@ export declare interface StatisticDefinition {
537
537
  /**
538
538
  * Available texture presets for the globe
539
539
  */
540
- export declare type TexturePreset = "satellite" | "natural" | "dark" | "light" | "night" | "topographic";
540
+ export declare type TexturePreset = "satellite" | "natural" | "dark" | "light" | "night" | "topographic" | "day" | "bathymetry";
541
541
 
542
542
  /**
543
543
  * ISO 3166-1 country code mappings
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gralobe",
3
- "version": "1.0.63",
3
+ "version": "1.0.64",
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",