react-globe.gl 2.26.0 → 2.27.0

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.
@@ -204,7 +204,7 @@ var GlobePropTypes = {
204
204
  var Globe = fromKapsule(GlobeKapsule, {
205
205
  methodNames: [
206
206
  // bind methods
207
- 'pauseAnimation', 'resumeAnimation', 'pointOfView', 'scene', 'camera', 'renderer', 'postProcessingComposer', 'controls', 'getGlobeRadius', 'getCoords', 'getScreenCoords', 'toGeoCoords', 'toGlobeCoords'],
207
+ 'pauseAnimation', 'resumeAnimation', 'pointOfView', 'lights', 'scene', 'camera', 'renderer', 'postProcessingComposer', 'controls', 'getGlobeRadius', 'getCoords', 'getScreenCoords', 'toGeoCoords', 'toGlobeCoords'],
208
208
  initPropNames: ['animateIn', 'waitForGlobeReady', 'rendererConfig']
209
209
  });
210
210
  Globe.displayName = 'Globe';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-globe.gl",
3
- "version": "2.26.0",
3
+ "version": "2.27.0",
4
4
  "description": "React component for Globe Data Visualization using ThreeJS/WebGL",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -45,7 +45,7 @@
45
45
  "dist/**/*"
46
46
  ],
47
47
  "dependencies": {
48
- "globe.gl": "^2.31",
48
+ "globe.gl": "^2.32",
49
49
  "prop-types": "15",
50
50
  "react-kapsule": "2"
51
51
  },
@@ -61,7 +61,7 @@
61
61
  "@rollup/plugin-node-resolve": "^15.2.3",
62
62
  "@rollup/plugin-replace": "^5.0.4",
63
63
  "@rollup/plugin-terser": "^0.4.4",
64
- "@types/react": "^18.2.28",
64
+ "@types/react": "^18.2.29",
65
65
  "rimraf": "^5.0.5",
66
66
  "rollup": "^4.1.4",
67
67
  "rollup-plugin-dts": "^6.1.0",