kepler.gl 3.2.3 → 3.2.4
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/dist/src/duckdb/src/components/index.d.ts +8 -1
- package/dist/src/duckdb/src/index.d.ts +3 -5
- package/dist/src/duckdb/src/table/index.d.ts +1 -0
- 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/c4/d0/bd16d41c708342b14f4c0aaa31136faccd8d411ae1d3962252433ac31d00ac57f49ecd4f6b4d682ccdab28858444adefb98aa54c83743d739b90698c03cf +1 -0
- package/src/constants/node_modules/.cache/terser-webpack-plugin/index-v5/10/75/d229810e58d38a1b61f7938bf1587615fbe97f4afa69493e595badd1f471 +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 +3 -3
- package/src/deckgl-layers/package.json +4 -4
- package/src/duckdb/dist/components/index.d.ts +8 -1
- package/src/duckdb/dist/components/index.js +54 -11
- package/src/duckdb/dist/index.d.ts +3 -5
- package/src/duckdb/dist/index.js +28 -40
- package/src/duckdb/dist/table/index.d.ts +1 -0
- package/src/duckdb/dist/table/index.js +17 -0
- package/src/duckdb/package.json +25 -8
- package/src/duckdb/src/components/index.tsx +9 -1
- package/src/duckdb/src/index.ts +3 -9
- package/src/duckdb/src/table/index.ts +5 -0
- package/src/effects/package.json +5 -5
- package/src/layers/dist/icon-layer/icon-layer.d.ts +1 -0
- package/src/layers/dist/icon-layer/icon-layer.js +18 -3
- package/src/layers/package.json +9 -9
- package/src/layers/src/icon-layer/icon-layer.ts +13 -0
- package/src/localization/package.json +1 -1
- package/src/processors/package.json +7 -7
- package/src/reducers/package.json +16 -16
- package/src/schemas/package.json +7 -7
- package/src/styles/node_modules/.cache/terser-webpack-plugin/content-v2/sha512/00/92/9b4a08e852e2f12e4702d7c41fe5299bcd72ee10d25072f6aa4bb473d4dbe8d2ea1992b32bf82ea9ad73efdacf9f4e228a18523c93042cc58d07a56115bf +1 -0
- package/src/styles/node_modules/.cache/terser-webpack-plugin/index-v5/58/24/f9a517552c80acd6fe8c93f7ed4a3e8b24272284e6f2257ad18e152a8dbf +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 +2 -2
package/src/table/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kepler.gl/table",
|
|
3
3
|
"author": "Shan He <shan@uber.com>",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.4",
|
|
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,10 +30,10 @@
|
|
|
30
30
|
"umd"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@kepler.gl/common-utils": "3.2.
|
|
34
|
-
"@kepler.gl/constants": "3.2.
|
|
35
|
-
"@kepler.gl/types": "3.2.
|
|
36
|
-
"@kepler.gl/utils": "3.2.
|
|
33
|
+
"@kepler.gl/common-utils": "3.2.4",
|
|
34
|
+
"@kepler.gl/constants": "3.2.4",
|
|
35
|
+
"@kepler.gl/types": "3.2.4",
|
|
36
|
+
"@kepler.gl/utils": "3.2.4",
|
|
37
37
|
"@loaders.gl/mvt": "^4.3.2",
|
|
38
38
|
"@loaders.gl/pmtiles": "^4.3.2",
|
|
39
39
|
"@types/d3-array": "^2.8.0",
|
package/src/tasks/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kepler.gl/tasks",
|
|
3
3
|
"author": "Shan He <shan@uber.com>",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.4",
|
|
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/processors": "3.2.
|
|
33
|
+
"@kepler.gl/processors": "3.2.4",
|
|
34
34
|
"react-palm": "^3.3.8"
|
|
35
35
|
},
|
|
36
36
|
"nyc": {
|
package/src/types/package.json
CHANGED
package/src/utils/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kepler.gl/utils",
|
|
3
3
|
"author": "Shan He <shan@uber.com>",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.4",
|
|
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,9 +31,9 @@
|
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@deck.gl/core": "^8.9.27",
|
|
34
|
-
"@kepler.gl/common-utils": "3.2.
|
|
35
|
-
"@kepler.gl/constants": "3.2.
|
|
36
|
-
"@kepler.gl/types": "3.2.
|
|
34
|
+
"@kepler.gl/common-utils": "3.2.4",
|
|
35
|
+
"@kepler.gl/constants": "3.2.4",
|
|
36
|
+
"@kepler.gl/types": "3.2.4",
|
|
37
37
|
"@loaders.gl/arrow": "^4.3.2",
|
|
38
38
|
"@luma.gl/constants": "^8.5.20",
|
|
39
39
|
"@luma.gl/core": "^8.5.20",
|