@deck.gl-community/experimental 9.2.5 → 9.3.0-beta.1
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 +14 -14
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# @deck.gl-community/experimental
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@deck.gl-community/experimental)
|
|
4
|
+
[](https://www.npmjs.com/package/@deck.gl-community/experimental)
|
|
5
|
+
|
|
3
6
|
This module contains early-stage, experimental, poorly documented, non-official deck.gl layers.
|
|
4
7
|
|
|
5
8
|
They can sometimes be useful in applications, but use at your own risk.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deck.gl-community/experimental",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.3.0-beta.1",
|
|
4
4
|
"description": "Experimental layers for deck.gl",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -33,18 +33,18 @@
|
|
|
33
33
|
"test-watch": "vitest"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@deck.gl/core": "~9.
|
|
37
|
-
"@deck.gl/geo-layers": "~9.
|
|
38
|
-
"@deck.gl/layers": "~9.
|
|
39
|
-
"@deck.gl/mesh-layers": "~9.
|
|
40
|
-
"@loaders.gl/core": "^4.
|
|
41
|
-
"@loaders.gl/i3s": "^4.
|
|
42
|
-
"@loaders.gl/loader-utils": "^4.
|
|
43
|
-
"@loaders.gl/schema": "^4.
|
|
44
|
-
"@loaders.gl/tiles": "^4.
|
|
45
|
-
"@luma.gl/core": "~9.2
|
|
46
|
-
"@luma.gl/engine": "~9.2
|
|
47
|
-
"@luma.gl/shadertools": "~9.2
|
|
36
|
+
"@deck.gl/core": "~9.3.0",
|
|
37
|
+
"@deck.gl/geo-layers": "~9.3.0",
|
|
38
|
+
"@deck.gl/layers": "~9.3.0",
|
|
39
|
+
"@deck.gl/mesh-layers": "~9.3.0",
|
|
40
|
+
"@loaders.gl/core": "^4.4.1",
|
|
41
|
+
"@loaders.gl/i3s": "^4.4.1",
|
|
42
|
+
"@loaders.gl/loader-utils": "^4.4.1",
|
|
43
|
+
"@loaders.gl/schema": "^4.4.1",
|
|
44
|
+
"@loaders.gl/tiles": "^4.4.1",
|
|
45
|
+
"@luma.gl/core": "~9.3.2",
|
|
46
|
+
"@luma.gl/engine": "~9.3.2",
|
|
47
|
+
"@luma.gl/shadertools": "~9.3.2"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "c64fa2c8fbc0b16ec84b56838f58ac7a4e9ec9e6"
|
|
50
50
|
}
|