globe.gl 2.29.0 → 2.29.1

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.
@@ -124,4 +124,4 @@ type GlobeInstance = GlobeGenericInstance<GlobeInstance>;
124
124
 
125
125
  declare function Globe(configOptions?: ConfigOptions): GlobeInstance;
126
126
 
127
- export { ConfigOptions, GlobeGenericInstance, GlobeInstance, Globe as default };
127
+ export { type ConfigOptions, type GlobeGenericInstance, type GlobeInstance, Globe as default };
package/dist/globe.gl.js CHANGED
@@ -1,4 +1,4 @@
1
- // Version 2.29.0 globe.gl - https://github.com/vasturiano/globe.gl
1
+ // Version 2.29.1 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) :
@@ -65749,8 +65749,7 @@
65749
65749
  // create globe
65750
65750
  var globeGeometry = new THREE$e.SphereGeometry(GLOBE_RADIUS, 75, 75);
65751
65751
  var defaultGlobeMaterial = new THREE$e.MeshPhongMaterial({
65752
- color: 0x000000,
65753
- transparent: true
65752
+ color: 0x000000
65754
65753
  });
65755
65754
  var globeObj = new THREE$e.Mesh(globeGeometry, defaultGlobeMaterial);
65756
65755
  globeObj.rotation.y = -Math.PI / 2; // face prime meridian along Z axis