@deck.gl-community/layers 9.2.0-beta.8 → 9.2.8

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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # @deck.gl-community/layers
2
2
 
3
+ [![NPM Version](https://img.shields.io/npm/v/@deck.gl-community/layers.svg)](https://www.npmjs.com/package/@deck.gl-community/layers)
4
+ [![NPM Downloads](https://img.shields.io/npm/dw/@deck.gl-community/layers.svg)](https://www.npmjs.com/package/@deck.gl-community/layers)
5
+
3
6
  This module contains a suite of non-official deck.gl layers.
4
7
 
5
8
  They can be quite useful in applications, however they are not officially supported by the deck.gl team, so use at your own risk.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deck.gl-community/layers",
3
- "version": "9.2.0-beta.8",
3
+ "version": "9.2.8",
4
4
  "description": "Add-on layers for deck.gl",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -33,19 +33,19 @@
33
33
  "test-watch": "vitest"
34
34
  },
35
35
  "dependencies": {
36
- "@deck.gl/core": "~9.2.1",
37
- "@deck.gl/layers": "~9.2.1",
38
- "@deck.gl/mesh-layers": "~9.2.1",
39
- "@luma.gl/constants": "~9.2.0",
40
- "@luma.gl/core": "~9.2.0",
41
- "@luma.gl/engine": "~9.2.0",
42
- "@luma.gl/shadertools": "~9.2.0",
36
+ "@deck.gl/core": "~9.2.8",
37
+ "@deck.gl/layers": "~9.2.8",
38
+ "@deck.gl/mesh-layers": "~9.2.8",
39
+ "@luma.gl/constants": "~9.2.6",
40
+ "@luma.gl/core": "~9.2.6",
41
+ "@luma.gl/engine": "~9.2.6",
42
+ "@luma.gl/shadertools": "~9.2.6",
43
43
  "@math.gl/core": "^4.0.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@deck.gl/test-utils": "~9.2.1",
47
- "@luma.gl/webgpu": "~9.2.0",
46
+ "@deck.gl/test-utils": "~9.2.8",
47
+ "@luma.gl/webgpu": "~9.2.6",
48
48
  "@probe.gl/test-utils": "^4.0.4"
49
49
  },
50
- "gitHead": "cc866d0fda6b21627421d6168d2f0abec86ab425"
50
+ "gitHead": "9cb179aa3d1707f32116034150ab7130ce88b18c"
51
51
  }