-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- bump version - ts fixes for npm publish - missing license headers Signed-off-by: Ihor Dykhta <[email protected]>
- Loading branch information
1 parent
2753321
commit 31cf050
Showing
28 changed files
with
259 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "kepler.gl", | ||
"author": "Shan He <[email protected]>", | ||
"version": "3.1.0-alpha.3", | ||
"version": "3.1.0-alpha.4", | ||
"description": "kepler.gl is a webgl based application to visualize large scale location data in the browser", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
|
@@ -103,7 +103,7 @@ | |
"@deck.gl/mapbox": "^8.9.27", | ||
"@hubble.gl/core": "1.2.0-alpha.6", | ||
"@hubble.gl/react": "1.2.0-alpha.6", | ||
"@kepler.gl/components": "3.1.0-alpha.3", | ||
"@kepler.gl/components": "3.1.0-alpha.4", | ||
"@loaders.gl/polyfills": "^4.3.2", | ||
"@types/mapbox__geo-viewport": "^0.4.1", | ||
"html-webpack-plugin": "^4.3.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@kepler.gl/actions", | ||
"author": "Shan He <[email protected]>", | ||
"version": "3.1.0-alpha.3", | ||
"version": "3.1.0-alpha.4", | ||
"description": "kepler.gl constants used by kepler.gl components, actions and reducers", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
|
@@ -31,13 +31,13 @@ | |
], | ||
"dependencies": { | ||
"@deck.gl/core": "^8.9.27", | ||
"@kepler.gl/cloud-providers": "3.1.0-alpha.3", | ||
"@kepler.gl/constants": "3.1.0-alpha.3", | ||
"@kepler.gl/layers": "3.1.0-alpha.3", | ||
"@kepler.gl/processors": "3.1.0-alpha.3", | ||
"@kepler.gl/table": "3.1.0-alpha.3", | ||
"@kepler.gl/types": "3.1.0-alpha.3", | ||
"@kepler.gl/utils": "3.1.0-alpha.3", | ||
"@kepler.gl/cloud-providers": "3.1.0-alpha.4", | ||
"@kepler.gl/constants": "3.1.0-alpha.4", | ||
"@kepler.gl/layers": "3.1.0-alpha.4", | ||
"@kepler.gl/processors": "3.1.0-alpha.4", | ||
"@kepler.gl/table": "3.1.0-alpha.4", | ||
"@kepler.gl/types": "3.1.0-alpha.4", | ||
"@kepler.gl/utils": "3.1.0-alpha.4", | ||
"@reduxjs/toolkit": "^1.7.2", | ||
"@types/lodash.curry": "^4.1.7", | ||
"@types/react-redux": "^7.1.23", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@kepler.gl/ai-assistant", | ||
"author": "Xun Li<[email protected]>", | ||
"version": "3.1.0-alpha.3", | ||
"version": "3.1.0-alpha.4", | ||
"description": "kepler.gl AI assistant", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
|
@@ -30,12 +30,12 @@ | |
"umd" | ||
], | ||
"dependencies": { | ||
"@kepler.gl/components": "3.1.0-alpha.3", | ||
"@kepler.gl/constants": "3.1.0-alpha.3", | ||
"@kepler.gl/layers": "3.1.0-alpha.3", | ||
"@kepler.gl/table": "3.1.0-alpha.3", | ||
"@kepler.gl/types": "3.1.0-alpha.3", | ||
"@kepler.gl/utils": "3.1.0-alpha.3", | ||
"@kepler.gl/components": "3.1.0-alpha.4", | ||
"@kepler.gl/constants": "3.1.0-alpha.4", | ||
"@kepler.gl/layers": "3.1.0-alpha.4", | ||
"@kepler.gl/table": "3.1.0-alpha.4", | ||
"@kepler.gl/types": "3.1.0-alpha.4", | ||
"@kepler.gl/utils": "3.1.0-alpha.4", | ||
"color-interpolate": "^1.0.5", | ||
"echarts": "^5.5.1", | ||
"global": "^4.3.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@kepler.gl/cloud-providers", | ||
"author": "Shan He <[email protected]>", | ||
"version": "3.1.0-alpha.3", | ||
"version": "3.1.0-alpha.4", | ||
"description": "kepler.gl constants used by kepler.gl components, actions and reducers", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
|
@@ -30,7 +30,7 @@ | |
"umd" | ||
], | ||
"dependencies": { | ||
"@kepler.gl/types": "3.1.0-alpha.3", | ||
"@kepler.gl/types": "3.1.0-alpha.4", | ||
"react": "^18.2.0" | ||
}, | ||
"nyc": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@kepler.gl/common-utils", | ||
"author": "Shan He <[email protected]>", | ||
"version": "3.1.0-alpha.3", | ||
"version": "3.1.0-alpha.4", | ||
"description": "kepler.gl common utils", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
|
@@ -30,8 +30,8 @@ | |
"umd" | ||
], | ||
"dependencies": { | ||
"@kepler.gl/constants": "3.1.0-alpha.3", | ||
"@kepler.gl/types": "3.1.0-alpha.3", | ||
"@kepler.gl/constants": "3.1.0-alpha.4", | ||
"@kepler.gl/types": "3.1.0-alpha.4", | ||
"d3-array": "^2.8.0", | ||
"global": "^4.3.0", | ||
"h3-js": "^3.1.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@kepler.gl/components", | ||
"author": "Shan He <[email protected]>", | ||
"version": "3.1.0-alpha.3", | ||
"version": "3.1.0-alpha.4", | ||
"description": "kepler.gl constants used by kepler.gl components, actions and reducers", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
|
@@ -38,20 +38,20 @@ | |
"@dnd-kit/utilities": "^3.2.2", | ||
"@emotion/is-prop-valid": "^1.2.1", | ||
"@floating-ui/react": "0.25.1", | ||
"@kepler.gl/actions": "3.1.0-alpha.3", | ||
"@kepler.gl/cloud-providers": "3.1.0-alpha.3", | ||
"@kepler.gl/common-utils": "3.1.0-alpha.3", | ||
"@kepler.gl/constants": "3.1.0-alpha.3", | ||
"@kepler.gl/effects": "3.1.0-alpha.3", | ||
"@kepler.gl/layers": "3.1.0-alpha.3", | ||
"@kepler.gl/localization": "3.1.0-alpha.3", | ||
"@kepler.gl/processors": "3.1.0-alpha.3", | ||
"@kepler.gl/reducers": "3.1.0-alpha.3", | ||
"@kepler.gl/schemas": "3.1.0-alpha.3", | ||
"@kepler.gl/styles": "3.1.0-alpha.3", | ||
"@kepler.gl/table": "3.1.0-alpha.3", | ||
"@kepler.gl/types": "3.1.0-alpha.3", | ||
"@kepler.gl/utils": "3.1.0-alpha.3", | ||
"@kepler.gl/actions": "3.1.0-alpha.4", | ||
"@kepler.gl/cloud-providers": "3.1.0-alpha.4", | ||
"@kepler.gl/common-utils": "3.1.0-alpha.4", | ||
"@kepler.gl/constants": "3.1.0-alpha.4", | ||
"@kepler.gl/effects": "3.1.0-alpha.4", | ||
"@kepler.gl/layers": "3.1.0-alpha.4", | ||
"@kepler.gl/localization": "3.1.0-alpha.4", | ||
"@kepler.gl/processors": "3.1.0-alpha.4", | ||
"@kepler.gl/reducers": "3.1.0-alpha.4", | ||
"@kepler.gl/schemas": "3.1.0-alpha.4", | ||
"@kepler.gl/styles": "3.1.0-alpha.4", | ||
"@kepler.gl/table": "3.1.0-alpha.4", | ||
"@kepler.gl/types": "3.1.0-alpha.4", | ||
"@kepler.gl/utils": "3.1.0-alpha.4", | ||
"@loaders.gl/mvt": "^4.3.2", | ||
"@loaders.gl/pmtiles": "^4.3.2", | ||
"@mapbox/mapbox-sdk": "^0.15.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@kepler.gl/constants", | ||
"author": "Shan He <[email protected]>", | ||
"version": "3.1.0-alpha.3", | ||
"version": "3.1.0-alpha.4", | ||
"description": "kepler.gl constants used by kepler.gl components, actions and reducers", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
|
@@ -32,7 +32,7 @@ | |
"dependencies": { | ||
"@dnd-kit/core": "^6.1.0", | ||
"@dnd-kit/modifiers": "^7.0.0", | ||
"@kepler.gl/types": "3.1.0-alpha.3", | ||
"@kepler.gl/types": "3.1.0-alpha.4", | ||
"@types/d3-scale": "^3.2.2", | ||
"@types/keymirror": "^0.1.1", | ||
"chroma-js": "2.1.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@kepler.gl/deckgl-arrow-layers", | ||
"author": "Shan He <[email protected]>", | ||
"version": "3.1.0-alpha.3", | ||
"version": "3.1.0-alpha.4", | ||
"description": "Deck.gl layers with GeoArrow and GeoParquet support", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@kepler.gl/deckgl-layers", | ||
"author": "Shan He <[email protected]>", | ||
"version": "3.1.0-alpha.3", | ||
"version": "3.1.0-alpha.4", | ||
"description": "kepler.gl constants used by kepler.gl components, actions and reducers", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
|
@@ -35,9 +35,9 @@ | |
"@deck.gl/core": "^8.9.27", | ||
"@deck.gl/geo-layers": "^8.9.27", | ||
"@deck.gl/layers": "^8.9.27", | ||
"@kepler.gl/constants": "3.1.0-alpha.3", | ||
"@kepler.gl/types": "3.1.0-alpha.3", | ||
"@kepler.gl/utils": "3.1.0-alpha.3", | ||
"@kepler.gl/constants": "3.1.0-alpha.4", | ||
"@kepler.gl/types": "3.1.0-alpha.4", | ||
"@kepler.gl/utils": "3.1.0-alpha.4", | ||
"@luma.gl/constants": "^8.5.20", | ||
"@luma.gl/core": "^8.5.20", | ||
"@mapbox/geo-viewport": "^0.4.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@kepler.gl/effects", | ||
"author": "Shan He <[email protected]>", | ||
"version": "3.1.0-alpha.3", | ||
"version": "3.1.0-alpha.4", | ||
"description": "kepler.gl viaual effects", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
|
@@ -31,10 +31,10 @@ | |
], | ||
"dependencies": { | ||
"@deck.gl/core": "^8.9.27", | ||
"@kepler.gl/common-utils": "3.1.0-alpha.3", | ||
"@kepler.gl/constants": "3.1.0-alpha.3", | ||
"@kepler.gl/types": "3.1.0-alpha.3", | ||
"@kepler.gl/utils": "3.1.0-alpha.3", | ||
"@kepler.gl/common-utils": "3.1.0-alpha.4", | ||
"@kepler.gl/constants": "3.1.0-alpha.4", | ||
"@kepler.gl/types": "3.1.0-alpha.4", | ||
"@kepler.gl/utils": "3.1.0-alpha.4", | ||
"@luma.gl/core": "^8.5.20", | ||
"@luma.gl/shadertools": "^8.5.20", | ||
"moment-timezone": "^0.5.35", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@kepler.gl/layers", | ||
"author": "Shan He <[email protected]>", | ||
"version": "3.1.0-alpha.3", | ||
"version": "3.1.0-alpha.4", | ||
"description": "kepler.gl constants used by kepler.gl components, actions and reducers", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
|
@@ -36,14 +36,14 @@ | |
"@deck.gl/geo-layers": "^8.9.27", | ||
"@deck.gl/layers": "^8.9.27", | ||
"@deck.gl/mesh-layers": "^8.9.27", | ||
"@kepler.gl/common-utils": "3.1.0-alpha.3", | ||
"@kepler.gl/constants": "3.1.0-alpha.3", | ||
"@kepler.gl/deckgl-arrow-layers": "3.1.0-alpha.3", | ||
"@kepler.gl/deckgl-layers": "3.1.0-alpha.3", | ||
"@kepler.gl/localization": "3.1.0-alpha.3", | ||
"@kepler.gl/table": "3.1.0-alpha.3", | ||
"@kepler.gl/types": "3.1.0-alpha.3", | ||
"@kepler.gl/utils": "3.1.0-alpha.3", | ||
"@kepler.gl/common-utils": "3.1.0-alpha.4", | ||
"@kepler.gl/constants": "3.1.0-alpha.4", | ||
"@kepler.gl/deckgl-arrow-layers": "3.1.0-alpha.4", | ||
"@kepler.gl/deckgl-layers": "3.1.0-alpha.4", | ||
"@kepler.gl/localization": "3.1.0-alpha.4", | ||
"@kepler.gl/table": "3.1.0-alpha.4", | ||
"@kepler.gl/types": "3.1.0-alpha.4", | ||
"@kepler.gl/utils": "3.1.0-alpha.4", | ||
"@loaders.gl/arrow": "^4.3.2", | ||
"@loaders.gl/core": "^4.3.2", | ||
"@loaders.gl/gis": "^4.3.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@kepler.gl/localization", | ||
"author": "Shan He <[email protected]>", | ||
"version": "3.1.0-alpha.3", | ||
"version": "3.1.0-alpha.4", | ||
"description": "kepler.gl constants used by kepler.gl components, actions and reducers", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
|
Oops, something went wrong.