kepler.gl 3.1.5 → 3.1.6
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 +2 -2
- package/src/actions/package.json +8 -8
- package/src/ai-assistant/package.json +7 -7
- package/src/cloud-providers/package.json +2 -2
- package/src/common-utils/package.json +3 -3
- package/src/components/package.json +15 -15
- package/src/constants/dist/default-settings.js +1 -1
- package/src/constants/node_modules/.cache/terser-webpack-plugin/content-v2/sha512/a6/24/e627b9d220d419ebbcd587d4a259bfdefa4e2a415bffa609a2388ad0b2f98ff87bc25b05959f5523f920d81c80d22ea832fea3de26f385bf3980061f6192 +1 -0
- package/src/constants/node_modules/.cache/terser-webpack-plugin/index-v5/c9/15/fa84924a275687fd07d9edc843fb826bd3d3733dc8f56523787fb2cba9b4 +2 -0
- package/src/constants/package.json +2 -2
- package/src/constants/umd/keplergl.min.js +1 -1
- package/src/deckgl-arrow-layers/package.json +2 -2
- package/src/deckgl-layers/dist/raster/images.js +3 -3
- package/src/deckgl-layers/package.json +4 -4
- package/src/deckgl-layers/src/raster/images.ts +1 -1
- package/src/duckdb/package.json +6 -6
- package/src/effects/package.json +5 -5
- package/src/layers/dist/raster-tile/image.js +3 -3
- package/src/layers/dist/raster-tile/raster-tile-layer.js +3 -3
- package/src/layers/package.json +9 -9
- package/src/layers/src/raster-tile/image.ts +1 -1
- package/src/layers/src/raster-tile/raster-tile-layer.ts +1 -1
- package/src/localization/package.json +1 -1
- package/src/processors/package.json +7 -7
- package/src/reducers/dist/vis-state-updaters.js +3 -12
- package/src/reducers/package.json +16 -16
- package/src/reducers/src/vis-state-updaters.ts +0 -8
- package/src/schemas/package.json +7 -7
- package/src/styles/node_modules/.cache/terser-webpack-plugin/content-v2/sha512/15/ff/0d5d265a9aac90d367588258e15bade446b406199e4f89eebe00a15f0ae15cb46533e3490a435bd3c2028c11baf5cf980129b56fbc9df269850d75f36930 +1 -0
- package/src/styles/node_modules/.cache/terser-webpack-plugin/index-v5/bf/bd/77b9889db712486a6db4f34442ad9371c8a7a6a8ea20d4d0f484df4dc841 +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 +4 -4
- package/umd/keplergl.min.js +1190 -1190
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kepler.gl",
|
|
3
3
|
"author": "Shan He <shan@uber.com>",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.6",
|
|
5
5
|
"description": "kepler.gl is a webgl based application to visualize large scale location data in the browser",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"@deck.gl/mapbox": "^8.9.27",
|
|
104
104
|
"@hubble.gl/core": "1.4.0",
|
|
105
105
|
"@hubble.gl/react": "1.4.0",
|
|
106
|
-
"@kepler.gl/components": "3.1.
|
|
106
|
+
"@kepler.gl/components": "3.1.6",
|
|
107
107
|
"@loaders.gl/polyfills": "^4.3.2",
|
|
108
108
|
"@types/mapbox__geo-viewport": "^0.4.1",
|
|
109
109
|
"html-webpack-plugin": "^4.3.0",
|
package/src/actions/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kepler.gl/actions",
|
|
3
3
|
"author": "Shan He <shan@uber.com>",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.6",
|
|
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,13 +31,13 @@
|
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@deck.gl/core": "^8.9.27",
|
|
34
|
-
"@kepler.gl/cloud-providers": "3.1.
|
|
35
|
-
"@kepler.gl/constants": "3.1.
|
|
36
|
-
"@kepler.gl/layers": "3.1.
|
|
37
|
-
"@kepler.gl/processors": "3.1.
|
|
38
|
-
"@kepler.gl/table": "3.1.
|
|
39
|
-
"@kepler.gl/types": "3.1.
|
|
40
|
-
"@kepler.gl/utils": "3.1.
|
|
34
|
+
"@kepler.gl/cloud-providers": "3.1.6",
|
|
35
|
+
"@kepler.gl/constants": "3.1.6",
|
|
36
|
+
"@kepler.gl/layers": "3.1.6",
|
|
37
|
+
"@kepler.gl/processors": "3.1.6",
|
|
38
|
+
"@kepler.gl/table": "3.1.6",
|
|
39
|
+
"@kepler.gl/types": "3.1.6",
|
|
40
|
+
"@kepler.gl/utils": "3.1.6",
|
|
41
41
|
"@reduxjs/toolkit": "^1.7.2",
|
|
42
42
|
"@types/lodash": "4.17.5",
|
|
43
43
|
"@types/react-redux": "^7.1.23",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kepler.gl/ai-assistant",
|
|
3
3
|
"author": "Xun Li<lixun910@gmail.com>",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.6",
|
|
5
5
|
"description": "kepler.gl AI assistant",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"umd"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@kepler.gl/components": "3.1.
|
|
34
|
-
"@kepler.gl/constants": "3.1.
|
|
35
|
-
"@kepler.gl/layers": "3.1.
|
|
36
|
-
"@kepler.gl/table": "3.1.
|
|
37
|
-
"@kepler.gl/types": "3.1.
|
|
38
|
-
"@kepler.gl/utils": "3.1.
|
|
33
|
+
"@kepler.gl/components": "3.1.6",
|
|
34
|
+
"@kepler.gl/constants": "3.1.6",
|
|
35
|
+
"@kepler.gl/layers": "3.1.6",
|
|
36
|
+
"@kepler.gl/table": "3.1.6",
|
|
37
|
+
"@kepler.gl/types": "3.1.6",
|
|
38
|
+
"@kepler.gl/utils": "3.1.6",
|
|
39
39
|
"@openassistant/core": "^0.4.0",
|
|
40
40
|
"@openassistant/duckdb": "^0.4.0",
|
|
41
41
|
"@openassistant/echarts": "^0.4.0",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kepler.gl/cloud-providers",
|
|
3
3
|
"author": "Shan He <shan@uber.com>",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.6",
|
|
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,7 +30,7 @@
|
|
|
30
30
|
"umd"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@kepler.gl/types": "3.1.
|
|
33
|
+
"@kepler.gl/types": "3.1.6",
|
|
34
34
|
"react": "^18.2.0"
|
|
35
35
|
},
|
|
36
36
|
"nyc": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kepler.gl/common-utils",
|
|
3
3
|
"author": "Shan He <heshan0131@gmail.com>",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.6",
|
|
5
5
|
"description": "kepler.gl common utils",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"umd"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@kepler.gl/constants": "3.1.
|
|
34
|
-
"@kepler.gl/types": "3.1.
|
|
33
|
+
"@kepler.gl/constants": "3.1.6",
|
|
34
|
+
"@kepler.gl/types": "3.1.6",
|
|
35
35
|
"d3-array": "^2.8.0",
|
|
36
36
|
"global": "^4.3.0",
|
|
37
37
|
"h3-js": "^3.1.0",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kepler.gl/components",
|
|
3
3
|
"author": "Shan He <shan@uber.com>",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.6",
|
|
5
5
|
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -38,20 +38,20 @@
|
|
|
38
38
|
"@dnd-kit/utilities": "^3.2.2",
|
|
39
39
|
"@emotion/is-prop-valid": "^1.2.1",
|
|
40
40
|
"@floating-ui/react": "0.25.1",
|
|
41
|
-
"@kepler.gl/actions": "3.1.
|
|
42
|
-
"@kepler.gl/cloud-providers": "3.1.
|
|
43
|
-
"@kepler.gl/common-utils": "3.1.
|
|
44
|
-
"@kepler.gl/constants": "3.1.
|
|
45
|
-
"@kepler.gl/effects": "3.1.
|
|
46
|
-
"@kepler.gl/layers": "3.1.
|
|
47
|
-
"@kepler.gl/localization": "3.1.
|
|
48
|
-
"@kepler.gl/processors": "3.1.
|
|
49
|
-
"@kepler.gl/reducers": "3.1.
|
|
50
|
-
"@kepler.gl/schemas": "3.1.
|
|
51
|
-
"@kepler.gl/styles": "3.1.
|
|
52
|
-
"@kepler.gl/table": "3.1.
|
|
53
|
-
"@kepler.gl/types": "3.1.
|
|
54
|
-
"@kepler.gl/utils": "3.1.
|
|
41
|
+
"@kepler.gl/actions": "3.1.6",
|
|
42
|
+
"@kepler.gl/cloud-providers": "3.1.6",
|
|
43
|
+
"@kepler.gl/common-utils": "3.1.6",
|
|
44
|
+
"@kepler.gl/constants": "3.1.6",
|
|
45
|
+
"@kepler.gl/effects": "3.1.6",
|
|
46
|
+
"@kepler.gl/layers": "3.1.6",
|
|
47
|
+
"@kepler.gl/localization": "3.1.6",
|
|
48
|
+
"@kepler.gl/processors": "3.1.6",
|
|
49
|
+
"@kepler.gl/reducers": "3.1.6",
|
|
50
|
+
"@kepler.gl/schemas": "3.1.6",
|
|
51
|
+
"@kepler.gl/styles": "3.1.6",
|
|
52
|
+
"@kepler.gl/table": "3.1.6",
|
|
53
|
+
"@kepler.gl/types": "3.1.6",
|
|
54
|
+
"@kepler.gl/utils": "3.1.6",
|
|
55
55
|
"@loaders.gl/mvt": "^4.3.2",
|
|
56
56
|
"@loaders.gl/pmtiles": "^4.3.2",
|
|
57
57
|
"@mapbox/mapbox-sdk": "^0.15.3",
|
|
@@ -101,7 +101,7 @@ var KEPLER_GL_NAME = exports.KEPLER_GL_NAME = 'kepler.gl';
|
|
|
101
101
|
// Since we are injecting this during the build process with babel
|
|
102
102
|
// while developing VERSION is not defined, we capture the exception and return
|
|
103
103
|
// an empty string which will allow us to retrieve the latest umd version
|
|
104
|
-
var KEPLER_GL_VERSION = exports.KEPLER_GL_VERSION = "3.1.
|
|
104
|
+
var KEPLER_GL_VERSION = exports.KEPLER_GL_VERSION = "3.1.6";
|
|
105
105
|
var KEPLER_GL_WEBSITE = exports.KEPLER_GL_WEBSITE = 'http://kepler.gl/';
|
|
106
106
|
var DIMENSIONS = exports.DIMENSIONS = {
|
|
107
107
|
sidePanel: {
|