react-globe.gl 2.36.0 → 2.37.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.
- package/README.md +5 -0
- package/dist/react-globe.gl.d.ts +5 -2
- package/dist/react-globe.gl.js +21422 -14250
- package/dist/react-globe.gl.js.map +1 -1
- package/dist/react-globe.gl.min.js +4 -4
- package/dist/react-globe.gl.mjs +1 -1
- package/package.json +15 -15
package/dist/react-globe.gl.mjs
CHANGED
|
@@ -221,7 +221,7 @@ var GlobePropTypes = {
|
|
|
221
221
|
var Globe = fromKapsule(GlobeKapsule, {
|
|
222
222
|
methodNames: [
|
|
223
223
|
// bind methods
|
|
224
|
-
'pauseAnimation', 'resumeAnimation', 'pointOfView', 'lights', 'scene', 'camera', 'renderer', 'postProcessingComposer', 'controls', 'getGlobeRadius', 'getCoords', 'getScreenCoords', 'toGeoCoords', 'toGlobeCoords'],
|
|
224
|
+
'pauseAnimation', 'resumeAnimation', 'pointOfView', 'lights', 'scene', 'camera', 'renderer', 'postProcessingComposer', 'controls', 'getGlobeRadius', 'getCoords', 'getScreenCoords', 'toGeoCoords', 'toGlobeCoords', 'globeTileEngineClearCache'],
|
|
225
225
|
initPropNames: ['animateIn', 'waitForGlobeReady', 'rendererConfig']
|
|
226
226
|
});
|
|
227
227
|
Globe.displayName = 'Globe';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-globe.gl",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.37.1",
|
|
4
4
|
"description": "React component for Globe Data Visualization using ThreeJS/WebGL",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"dist/**/*"
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"globe.gl": "^2.
|
|
49
|
+
"globe.gl": "^2.45",
|
|
50
50
|
"prop-types": "15",
|
|
51
51
|
"react-kapsule": "^2.5"
|
|
52
52
|
},
|
|
@@ -54,19 +54,19 @@
|
|
|
54
54
|
"react": "*"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@babel/core": "^7.
|
|
58
|
-
"@babel/preset-env": "^7.
|
|
59
|
-
"@babel/preset-react": "^7.
|
|
60
|
-
"@rollup/plugin-babel": "^
|
|
61
|
-
"@rollup/plugin-commonjs": "^
|
|
62
|
-
"@rollup/plugin-node-resolve": "^16.0.
|
|
63
|
-
"@rollup/plugin-replace": "^6.0.
|
|
64
|
-
"@rollup/plugin-terser": "^0.
|
|
65
|
-
"@types/react": "^19.
|
|
66
|
-
"rimraf": "^6.
|
|
67
|
-
"rollup": "^4.
|
|
68
|
-
"rollup-plugin-dts": "^6.
|
|
69
|
-
"typescript": "^
|
|
57
|
+
"@babel/core": "^7.29.0",
|
|
58
|
+
"@babel/preset-env": "^7.29.2",
|
|
59
|
+
"@babel/preset-react": "^7.28.5",
|
|
60
|
+
"@rollup/plugin-babel": "^7.0.0",
|
|
61
|
+
"@rollup/plugin-commonjs": "^29.0.2",
|
|
62
|
+
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
63
|
+
"@rollup/plugin-replace": "^6.0.3",
|
|
64
|
+
"@rollup/plugin-terser": "^1.0.0",
|
|
65
|
+
"@types/react": "^19.2.14",
|
|
66
|
+
"rimraf": "^6.1.3",
|
|
67
|
+
"rollup": "^4.60.1",
|
|
68
|
+
"rollup-plugin-dts": "^6.4.1",
|
|
69
|
+
"typescript": "^6.0.2"
|
|
70
70
|
},
|
|
71
71
|
"engines": {
|
|
72
72
|
"node": ">=12"
|