@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.
- package/README.md +3 -0
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# @deck.gl-community/layers
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@deck.gl-community/layers)
|
|
4
|
+
[](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.
|
|
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.
|
|
37
|
-
"@deck.gl/layers": "~9.2.
|
|
38
|
-
"@deck.gl/mesh-layers": "~9.2.
|
|
39
|
-
"@luma.gl/constants": "~9.2.
|
|
40
|
-
"@luma.gl/core": "~9.2.
|
|
41
|
-
"@luma.gl/engine": "~9.2.
|
|
42
|
-
"@luma.gl/shadertools": "~9.2.
|
|
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.
|
|
47
|
-
"@luma.gl/webgpu": "~9.2.
|
|
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": "
|
|
50
|
+
"gitHead": "9cb179aa3d1707f32116034150ab7130ce88b18c"
|
|
51
51
|
}
|