-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
144 changed files
with
32,173 additions
and
37,447 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
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
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,21 +1,21 @@ | ||
{ | ||
"name": "odc", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"private": true, | ||
"description": "企业级数据开发平台", | ||
"homepage": "https://www.oceanbase.com/", | ||
"bugs": { | ||
"email": "[email protected]" | ||
}, | ||
"repository": "git@code.alipay.com:oceanbase/oceanbase-developer-center.git", | ||
"repository": "git@github.com:oceanbase/odc-client.git", | ||
"author": { | ||
"name": "odc" | ||
}, | ||
"scripts": { | ||
"start": "max dev", | ||
"dev:client": "concurrently \"UMI_ENV=client npm run dev\" \"npm run build-main-dev\"", | ||
"start-electron": "electron --inspect=5858 -w ./dist/main/main.js", | ||
"analyze": "ANALYZE=1 max build", | ||
"analyze": "ANALYZE=1 cross-env NODE_OPTIONS=--max_old_space_size=6096 max build", | ||
"dev": "node scripts/plugin/initPlugins.js && cross-env NODE_OPTIONS=--max_old_space_size=6096 max dev", | ||
"test": "max test", | ||
"cov": "max test --coverage", | ||
|
@@ -61,7 +61,6 @@ | |
"@trodi/electron-splashscreen": "^0.3.4", | ||
"archiver": "^5.3.0", | ||
"compare-versions": "^3.6.0", | ||
"cron-parser": "^4.6.0", | ||
"detect-port": "~1.3.0", | ||
"electron-log": "~4.2.4", | ||
"qs": "^6.10.1", | ||
|
@@ -70,8 +69,7 @@ | |
}, | ||
"devDependencies": { | ||
"@ant-design/icons": "^4.0.0", | ||
"@antv/g2plot": "^1.0.2", | ||
"@oceanbase-odc/monaco-plugin-ob": "~0.0.20", | ||
"@oceanbase-odc/monaco-plugin-ob": "~0.0.24", | ||
"@oceanbase-odc/ob-intl-cli": "^1.0.0", | ||
"@oceanbase-odc/ob-parser-js": "~2.0.6", | ||
"@oceanbase-odc/ob-react-data-grid": "~2.4.10", | ||
|
@@ -105,8 +103,10 @@ | |
"copy-to-clipboard": "^3.3.1", | ||
"core-js": "^3", | ||
"cpx": "^1.5.0", | ||
"cron-parser": "^4.6.0", | ||
"cross-env": "^6.0.3", | ||
"css": "^3.0.0", | ||
"echarts": "^5.4.0", | ||
"electron": "20.3.12", | ||
"electron-builder": "^24.6.0", | ||
"electron-builder-notarize": "^1.5.1", | ||
|
Oops, something went wrong.