kepler.gl 3.0.0-alpha.2 → 3.0.0
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 +23 -40
- package/package.json +2 -2
- package/src/actions/package.json +6 -6
- package/src/cloud-providers/package.json +2 -2
- package/src/components/dist/map/effects/effect-control.js +5 -6
- package/src/components/package.json +14 -14
- package/src/components/src/map/effects/effect-control.tsx +1 -2
- package/src/constants/dist/default-settings.js +2 -2
- package/src/constants/node_modules/.cache/terser-webpack-plugin/content-v2/sha512/25/18/5ef2ac8b661836b2ffb940044863b85f5fbccf1e71815fb2cd091f68fcb954266df7b088eeef8f5ec7dd2b0755fc2deedc0a61dbe5d540f4ddcacee09970 +1 -0
- package/src/constants/node_modules/.cache/terser-webpack-plugin/index-v5/4a/16/71b3c2e414af3928ce3b5897a1743e82518295dc2e1ed0a0f418304ccee3 +2 -0
- package/src/constants/package.json +2 -2
- package/src/constants/umd/keplergl.min.js +1 -1
- package/src/deckgl-layers/package.json +4 -4
- package/src/effects/package.json +4 -4
- package/src/layers/package.json +7 -7
- package/src/localization/package.json +1 -1
- package/src/processors/package.json +5 -5
- package/src/reducers/package.json +14 -14
- package/src/schemas/package.json +6 -6
- package/src/styles/node_modules/.cache/terser-webpack-plugin/content-v2/sha512/97/94/878a7125cc31a255a9dfe8239fb75ae73cb21dc0ac89c02a0e779b5889d1179ccb3206e8a60b1b50c96589fd4200d6f55f5635a5d417b00a8e779fe67ed7 +1 -0
- package/src/styles/node_modules/.cache/terser-webpack-plugin/index-v5/ca/9e/1c0f0a66636b62c61911e72ffc83b3526fc167922bde95ff06f868a01c9f +2 -0
- package/src/styles/package.json +2 -2
- package/src/styles/umd/keplergl.min.js +1 -1
- package/src/table/package.json +5 -5
- package/src/tasks/package.json +2 -2
- package/src/types/package.json +1 -1
- package/src/utils/package.json +3 -3
- package/umd/keplergl.min.js +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kepler.gl/deckgl-layers",
|
|
3
3
|
"author": "Shan He <shan@uber.com>",
|
|
4
|
-
"version": "3.0.0
|
|
4
|
+
"version": "3.0.0",
|
|
5
5
|
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"@deck.gl/core": "^8.9.27",
|
|
36
36
|
"@deck.gl/geo-layers": "^8.9.27",
|
|
37
37
|
"@deck.gl/layers": "^8.9.27",
|
|
38
|
-
"@kepler.gl/constants": "3.0.0
|
|
39
|
-
"@kepler.gl/types": "3.0.0
|
|
40
|
-
"@kepler.gl/utils": "3.0.0
|
|
38
|
+
"@kepler.gl/constants": "3.0.0",
|
|
39
|
+
"@kepler.gl/types": "3.0.0",
|
|
40
|
+
"@kepler.gl/utils": "3.0.0",
|
|
41
41
|
"@luma.gl/constants": "^8.5.20",
|
|
42
42
|
"@luma.gl/core": "^8.5.20",
|
|
43
43
|
"@mapbox/geo-viewport": "^0.4.1",
|
package/src/effects/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kepler.gl/effects",
|
|
3
3
|
"author": "Shan He <shan@uber.com>",
|
|
4
|
-
"version": "3.0.0
|
|
4
|
+
"version": "3.0.0",
|
|
5
5
|
"description": "kepler.gl viaual effects",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"@deck.gl/core": "^8.9.27",
|
|
35
35
|
"@luma.gl/core": "^8.5.20",
|
|
36
36
|
"@luma.gl/shadertools": "^8.5.20",
|
|
37
|
-
"@kepler.gl/utils": "3.0.0
|
|
38
|
-
"@kepler.gl/constants": "3.0.0
|
|
39
|
-
"@kepler.gl/types": "3.0.0
|
|
37
|
+
"@kepler.gl/utils": "3.0.0",
|
|
38
|
+
"@kepler.gl/constants": "3.0.0",
|
|
39
|
+
"@kepler.gl/types": "3.0.0"
|
|
40
40
|
},
|
|
41
41
|
"nyc": {
|
|
42
42
|
"sourceMap": false,
|
package/src/layers/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kepler.gl/layers",
|
|
3
3
|
"author": "Shan He <shan@uber.com>",
|
|
4
|
-
"version": "3.0.0
|
|
4
|
+
"version": "3.0.0",
|
|
5
5
|
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"@deck.gl/geo-layers": "^8.9.27",
|
|
37
37
|
"@deck.gl/layers": "^8.9.27",
|
|
38
38
|
"@deck.gl/mesh-layers": "^8.9.27",
|
|
39
|
-
"@kepler.gl/constants": "3.0.0
|
|
40
|
-
"@kepler.gl/deckgl-layers": "3.0.0
|
|
41
|
-
"@kepler.gl/localization": "3.0.0
|
|
42
|
-
"@kepler.gl/table": "3.0.0
|
|
43
|
-
"@kepler.gl/types": "3.0.0
|
|
44
|
-
"@kepler.gl/utils": "3.0.0
|
|
39
|
+
"@kepler.gl/constants": "3.0.0",
|
|
40
|
+
"@kepler.gl/deckgl-layers": "3.0.0",
|
|
41
|
+
"@kepler.gl/localization": "3.0.0",
|
|
42
|
+
"@kepler.gl/table": "3.0.0",
|
|
43
|
+
"@kepler.gl/types": "3.0.0",
|
|
44
|
+
"@kepler.gl/utils": "3.0.0",
|
|
45
45
|
"@loaders.gl/arrow": "^4.1.0-alpha.4",
|
|
46
46
|
"@loaders.gl/core": "^4.1.0-alpha.4",
|
|
47
47
|
"@loaders.gl/gis": "^4.1.0-alpha.4",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kepler.gl/localization",
|
|
3
3
|
"author": "Shan He <shan@uber.com>",
|
|
4
|
-
"version": "3.0.0
|
|
4
|
+
"version": "3.0.0",
|
|
5
5
|
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kepler.gl/processors",
|
|
3
3
|
"author": "Shan He <shan@uber.com>",
|
|
4
|
-
"version": "3.0.0
|
|
4
|
+
"version": "3.0.0",
|
|
5
5
|
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@danmarshall/deckgl-typings": "4.9.22",
|
|
34
|
-
"@kepler.gl/constants": "3.0.0
|
|
35
|
-
"@kepler.gl/schemas": "3.0.0
|
|
36
|
-
"@kepler.gl/types": "3.0.0
|
|
37
|
-
"@kepler.gl/utils": "3.0.0
|
|
34
|
+
"@kepler.gl/constants": "3.0.0",
|
|
35
|
+
"@kepler.gl/schemas": "3.0.0",
|
|
36
|
+
"@kepler.gl/types": "3.0.0",
|
|
37
|
+
"@kepler.gl/utils": "3.0.0",
|
|
38
38
|
"@loaders.gl/arrow": "^4.1.0-alpha.4",
|
|
39
39
|
"@loaders.gl/core": "^4.1.0-alpha.4",
|
|
40
40
|
"@loaders.gl/csv": "^4.1.0-alpha.4",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kepler.gl/reducers",
|
|
3
3
|
"author": "Shan He <shan@uber.com>",
|
|
4
|
-
"version": "3.0.0
|
|
4
|
+
"version": "3.0.0",
|
|
5
5
|
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -30,19 +30,19 @@
|
|
|
30
30
|
"umd"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@kepler.gl/actions": "3.0.0
|
|
34
|
-
"@kepler.gl/cloud-providers": "3.0.0
|
|
35
|
-
"@kepler.gl/constants": "3.0.0
|
|
36
|
-
"@kepler.gl/deckgl-layers": "3.0.0
|
|
37
|
-
"@kepler.gl/layers": "3.0.0
|
|
38
|
-
"@kepler.gl/effects": "3.0.0
|
|
39
|
-
"@kepler.gl/localization": "3.0.0
|
|
40
|
-
"@kepler.gl/processors": "3.0.0
|
|
41
|
-
"@kepler.gl/schemas": "3.0.0
|
|
42
|
-
"@kepler.gl/table": "3.0.0
|
|
43
|
-
"@kepler.gl/tasks": "3.0.0
|
|
44
|
-
"@kepler.gl/types": "3.0.0
|
|
45
|
-
"@kepler.gl/utils": "3.0.0
|
|
33
|
+
"@kepler.gl/actions": "3.0.0",
|
|
34
|
+
"@kepler.gl/cloud-providers": "3.0.0",
|
|
35
|
+
"@kepler.gl/constants": "3.0.0",
|
|
36
|
+
"@kepler.gl/deckgl-layers": "3.0.0",
|
|
37
|
+
"@kepler.gl/layers": "3.0.0",
|
|
38
|
+
"@kepler.gl/effects": "3.0.0",
|
|
39
|
+
"@kepler.gl/localization": "3.0.0",
|
|
40
|
+
"@kepler.gl/processors": "3.0.0",
|
|
41
|
+
"@kepler.gl/schemas": "3.0.0",
|
|
42
|
+
"@kepler.gl/table": "3.0.0",
|
|
43
|
+
"@kepler.gl/tasks": "3.0.0",
|
|
44
|
+
"@kepler.gl/types": "3.0.0",
|
|
45
|
+
"@kepler.gl/utils": "3.0.0",
|
|
46
46
|
"@loaders.gl/loader-utils": "^4.1.0-alpha.4",
|
|
47
47
|
"@turf/bbox": "^6.0.1",
|
|
48
48
|
"@types/lodash.clonedeep": "^4.5.7",
|
package/src/schemas/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kepler.gl/schemas",
|
|
3
3
|
"author": "Shan He <shan@uber.com>",
|
|
4
|
-
"version": "3.0.0
|
|
4
|
+
"version": "3.0.0",
|
|
5
5
|
"description": "kepler.gl schemas used by kepler.gl components, actions and reducers",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"umd"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@kepler.gl/constants": "3.0.0
|
|
34
|
-
"@kepler.gl/layers": "3.0.0
|
|
35
|
-
"@kepler.gl/table": "3.0.0
|
|
36
|
-
"@kepler.gl/types": "3.0.0
|
|
37
|
-
"@kepler.gl/utils": "3.0.0
|
|
33
|
+
"@kepler.gl/constants": "3.0.0",
|
|
34
|
+
"@kepler.gl/layers": "3.0.0",
|
|
35
|
+
"@kepler.gl/table": "3.0.0",
|
|
36
|
+
"@kepler.gl/types": "3.0.0",
|
|
37
|
+
"@kepler.gl/utils": "3.0.0",
|
|
38
38
|
"@loaders.gl/loader-utils": "^4.1.0-alpha.4",
|
|
39
39
|
"@types/keymirror": "^0.1.1",
|
|
40
40
|
"@types/lodash.clonedeep": "^4.5.7",
|