globe.gl 2.27.0 → 2.27.2

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.
@@ -16,8 +16,8 @@
16
16
  (document.getElementById('globeViz'));
17
17
 
18
18
  // from https://www.submarinecablemap.com
19
- fetch('//api.allorigins.win/get?url=https://www.submarinecablemap.com/api/v3/cable/cable-geo.json')
20
- .then(r => r.json().then(d => JSON.parse(d.contents)))
19
+ fetch('//http-proxy.vastur.com?url=https://www.submarinecablemap.com/api/v3/cable/cable-geo.json')
20
+ .then(r => r.json())
21
21
  .then(cablesGeo => {
22
22
  let cablePaths = [];
23
23
  cablesGeo.features.forEach(({ geometry, properties }) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "globe.gl",
3
- "version": "2.27.0",
3
+ "version": "2.27.2",
4
4
  "description": "UI component for Globe Data Visualization using ThreeJS/WebGL",
5
5
  "type": "module",
6
6
  "unpkg": "dist/globe.gl.min.js",
@@ -30,7 +30,7 @@
30
30
  ],
31
31
  "author": {
32
32
  "name": "Vasco Asturiano",
33
- "url": "https://bl.ocks.org/vasturiano"
33
+ "url": "https://github.com/vasturiano"
34
34
  },
35
35
  "license": "MIT",
36
36
  "bugs": {
@@ -47,26 +47,26 @@
47
47
  "example/**/*"
48
48
  ],
49
49
  "dependencies": {
50
- "@tweenjs/tween.js": "^18.6",
50
+ "@tweenjs/tween.js": "18",
51
51
  "accessor-fn": "1",
52
- "kapsule": "^1.13",
52
+ "kapsule": "^1.14",
53
53
  "three": ">=0.118 <1",
54
54
  "three-globe": "^2.25",
55
- "three-render-objects": "^1.27"
55
+ "three-render-objects": "^1.28"
56
56
  },
57
57
  "devDependencies": {
58
- "@babel/core": "^7.20.12",
59
- "@babel/preset-env": "^7.20.2",
58
+ "@babel/core": "^7.21.4",
59
+ "@babel/preset-env": "^7.21.4",
60
60
  "@rollup/plugin-babel": "^6.0.3",
61
- "@rollup/plugin-commonjs": "^24.0.1",
62
- "@rollup/plugin-node-resolve": "^15.0.1",
63
- "@rollup/plugin-terser": "^0.4.0",
61
+ "@rollup/plugin-commonjs": "^24.1.0",
62
+ "@rollup/plugin-node-resolve": "^15.0.2",
63
+ "@rollup/plugin-terser": "^0.4.1",
64
64
  "postcss": "^8.4.21",
65
- "rimraf": "^4.1.2",
66
- "rollup": "^3.14.0",
67
- "rollup-plugin-dts": "^5.1.1",
65
+ "rimraf": "^5.0.0",
66
+ "rollup": "^3.20.2",
67
+ "rollup-plugin-dts": "^5.3.0",
68
68
  "rollup-plugin-postcss": "^4.0.2",
69
- "typescript": "^4.9.5"
69
+ "typescript": "^5.0.4"
70
70
  },
71
71
  "engines": {
72
72
  "node": ">=12"
package/example/.DS_Store DELETED
Binary file
Binary file
Binary file
Binary file
Binary file