@deck.gl/jupyter-widget 8.6.3 → 8.7.0-alpha.10

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@deck.gl/jupyter-widget",
3
3
  "description": "Jupyter widget for rendering deck.gl in a Jupyter notebook",
4
4
  "license": "MIT",
5
- "version": "8.6.3",
5
+ "version": "8.7.0-alpha.10",
6
6
  "keywords": [
7
7
  "jupyter",
8
8
  "jupyterlab",
@@ -29,22 +29,22 @@
29
29
  "prepublishOnly": "webpack -p"
30
30
  },
31
31
  "dependencies": {
32
- "@deck.gl/aggregation-layers": "8.6.3",
33
- "@deck.gl/carto": "8.6.3",
34
- "@deck.gl/geo-layers": "8.6.3",
35
- "@deck.gl/google-maps": "8.6.3",
36
- "@deck.gl/json": "8.6.3",
37
- "@deck.gl/layers": "8.6.3",
38
- "@deck.gl/mesh-layers": "8.6.3",
32
+ "@deck.gl/aggregation-layers": "8.7.0-alpha.10",
33
+ "@deck.gl/carto": "8.7.0-alpha.10",
34
+ "@deck.gl/geo-layers": "8.7.0-alpha.10",
35
+ "@deck.gl/google-maps": "8.7.0-alpha.10",
36
+ "@deck.gl/json": "8.7.0-alpha.10",
37
+ "@deck.gl/layers": "8.7.0-alpha.10",
38
+ "@deck.gl/mesh-layers": "8.7.0-alpha.10",
39
39
  "@jupyter-widgets/base": "^1.1.10 || ^2 || ^3",
40
- "@loaders.gl/3d-tiles": "^3.0.8",
41
- "@loaders.gl/core": "^3.0.8",
42
- "@loaders.gl/csv": "^3.0.8",
40
+ "@loaders.gl/3d-tiles": "^3.1.3",
41
+ "@loaders.gl/core": "^3.1.3",
42
+ "@loaders.gl/csv": "^3.1.3",
43
43
  "@luma.gl/constants": "^8.5.10",
44
44
  "mapbox-gl": "^1.2.1"
45
45
  },
46
46
  "jupyterlab": {
47
47
  "extension": "src/plugin"
48
48
  },
49
- "gitHead": "938ee03697eecbaced24c9df637d53ab42375df1"
49
+ "gitHead": "b6c48fb68b66755743c28776a0642b56a2df086a"
50
50
  }
@@ -12,9 +12,8 @@ export function initPlayground() {
12
12
  Transport.setCallbacks({
13
13
  onInitialize({transport}) {
14
14
  // Extract "deck.gl playground" props
15
- const {width, height, customLibraries, mapboxApiKey, jsonInput, tooltip} = getPlaygroundProps(
16
- transport
17
- );
15
+ const {width, height, customLibraries, mapboxApiKey, jsonInput, tooltip} =
16
+ getPlaygroundProps(transport);
18
17
 
19
18
  // Load mapbox CSS
20
19
  loadMapboxCSS();
package/src/version.js CHANGED
@@ -1,4 +1,3 @@
1
- /* global __VERSION__ */
2
1
  /**
3
2
  * The _model_module_version/_view_module_version this package implements.
4
3
  *