globe.gl 2.34.1 → 2.34.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.
@@ -127,8 +127,8 @@ interface GlobeGenericInstance<ChainableInstance>
127
127
 
128
128
  type GlobeInstance = GlobeGenericInstance<GlobeInstance>;
129
129
 
130
- interface Globe {
130
+ declare const Globe: {
131
131
  new(element: HTMLElement, configOptions?: ConfigOptions): GlobeInstance;
132
132
  }
133
133
 
134
- export type { ConfigOptions, GlobeGenericInstance, GlobeInstance, Globe as default };
134
+ export { type ConfigOptions, type GlobeInstance, Globe as default };
package/dist/globe.gl.js CHANGED
@@ -1,4 +1,4 @@
1
- // Version 2.34.1 globe.gl - https://github.com/vasturiano/globe.gl
1
+ // Version 2.34.3 globe.gl - https://github.com/vasturiano/globe.gl
2
2
  (function (global, factory) {
3
3
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
4
4
  typeof define === 'function' && define.amd ? define(factory) :