Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] AI Assistant with Spatial Data Analysis [Prototype] #2828

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into xli-assistant-data-analysis
  • Loading branch information
lixun910 committed Dec 31, 2024
commit 9596b1eee51df77d0ae252c0aff888c35d317848
4 changes: 2 additions & 2 deletions src/ai-assistant/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kepler.gl/ai-assistant",
"author": "Xun Li<lixun910@gmail.com>",
"version": "3.1.0-alpha.3",
"version": "3.1.0-alpha.1",
lixun910 marked this conversation as resolved.
Show resolved Hide resolved
"description": "kepler.gl AI assistant",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -23,7 +23,7 @@
"build": "rm -fr dist && babel src --out-dir dist --source-maps inline --extensions '.ts,.tsx,.js,.jsx' --ignore '**/*.d.ts'",
"build:umd": "NODE_OPTIONS=--openssl-legacy-provider webpack --config ./webpack/umd.js --progress --env.prod",
"build:types": "tsc --project ./tsconfig.production.json",
"prepublishOnly": "babel-node ../../scripts/license-header/bin --license ../../FILE-HEADER && yarn build && yarn build:types",
"prepublish": "babel-node ../../scripts/license-header/bin --license ../../FILE-HEADER && yarn build && yarn build:types",
lixun910 marked this conversation as resolved.
Show resolved Hide resolved
"stab": "mkdir -p dist && touch dist/index.js"
},
"files": [
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.