@deck.gl/jupyter-widget 8.7.0-alpha.2 → 8.7.0-alpha.9

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.7.0-alpha.2",
5
+ "version": "8.7.0-alpha.9",
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.7.0-alpha.2",
33
- "@deck.gl/carto": "8.7.0-alpha.2",
34
- "@deck.gl/geo-layers": "8.7.0-alpha.2",
35
- "@deck.gl/google-maps": "8.7.0-alpha.2",
36
- "@deck.gl/json": "8.7.0-alpha.2",
37
- "@deck.gl/layers": "8.7.0-alpha.2",
38
- "@deck.gl/mesh-layers": "8.7.0-alpha.2",
32
+ "@deck.gl/aggregation-layers": "8.7.0-alpha.9",
33
+ "@deck.gl/carto": "8.7.0-alpha.9",
34
+ "@deck.gl/geo-layers": "8.7.0-alpha.9",
35
+ "@deck.gl/google-maps": "8.7.0-alpha.9",
36
+ "@deck.gl/json": "8.7.0-alpha.9",
37
+ "@deck.gl/layers": "8.7.0-alpha.9",
38
+ "@deck.gl/mesh-layers": "8.7.0-alpha.9",
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": "67bc5fe69149ae933a5f203724ad58f58c4a1737"
49
+ "gitHead": "495e0f2afb3449fe523190ab664c37c5e8976c5d"
50
50
  }
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
  *