-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2175 from kungfu-trader/alpha/v2/v2.4
Release v2.4.76
- Loading branch information
Showing
15 changed files
with
40 additions
and
40 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"name": "Kungfu Trader", | ||
"email": "[email protected]" | ||
}, | ||
"version": "2.4.75", | ||
"version": "2.4.76-alpha.0", | ||
"description": "Kungfu Trader Artifact", | ||
"license": "Apache-2.0", | ||
"private": true, | ||
|
@@ -22,12 +22,12 @@ | |
"cli": "yarn kfs craft cli" | ||
}, | ||
"dependencies": { | ||
"@kungfu-trader/kfx-broker-sim": "^2.4.75", | ||
"@kungfu-trader/kfx-broker-xtp-demo": "^2.4.75", | ||
"@kungfu-trader/kungfu-app": "^2.4.75", | ||
"@kungfu-trader/kungfu-cli": "^2.4.75", | ||
"@kungfu-trader/kungfu-core": "^2.4.75", | ||
"@kungfu-trader/kungfu-sdk": "^2.4.75" | ||
"@kungfu-trader/kfx-broker-sim": "^2.4.76-alpha.0", | ||
"@kungfu-trader/kfx-broker-xtp-demo": "^2.4.76-alpha.0", | ||
"@kungfu-trader/kungfu-app": "^2.4.76-alpha.0", | ||
"@kungfu-trader/kungfu-cli": "^2.4.76-alpha.0", | ||
"@kungfu-trader/kungfu-core": "^2.4.76-alpha.0", | ||
"@kungfu-trader/kungfu-sdk": "^2.4.76-alpha.0" | ||
}, | ||
"repository": { | ||
"url": "https://github.com/kungfu-trader/kungfu.git" | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"name": "Kungfu Trader", | ||
"email": "[email protected]" | ||
}, | ||
"version": "2.4.75", | ||
"version": "2.4.76-alpha.0", | ||
"description": "SDK for developing Kungfu Applications", | ||
"license": "Apache-2.0", | ||
"main": "src/index.js", | ||
|
@@ -34,10 +34,10 @@ | |
"format": "prettier -l -w --config ../../framework/core/.prettierrc.js ." | ||
}, | ||
"dependencies": { | ||
"@kungfu-trader/kungfu-app": "^2.4.75", | ||
"@kungfu-trader/kungfu-cli": "^2.4.75", | ||
"@kungfu-trader/kungfu-core": "^2.4.75", | ||
"@kungfu-trader/kungfu-js-api": "^2.4.75", | ||
"@kungfu-trader/kungfu-toolchain": "^2.4.75" | ||
"@kungfu-trader/kungfu-app": "^2.4.76-alpha.0", | ||
"@kungfu-trader/kungfu-cli": "^2.4.76-alpha.0", | ||
"@kungfu-trader/kungfu-core": "^2.4.76-alpha.0", | ||
"@kungfu-trader/kungfu-js-api": "^2.4.76-alpha.0", | ||
"@kungfu-trader/kungfu-toolchain": "^2.4.76-alpha.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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"name": "Kungfu Trader", | ||
"email": "[email protected]" | ||
}, | ||
"version": "2.4.75", | ||
"version": "2.4.76-alpha.0", | ||
"description": "Toolchain for Kungfu Development (babel/cmake-js/node-gyp/webpack/yarn/etc).", | ||
"license": "Apache-2.0", | ||
"main": "package.json", | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"name": "Kungfu Trader", | ||
"email": "[email protected]" | ||
}, | ||
"version": "2.4.75", | ||
"version": "2.4.76-alpha.0", | ||
"description": "Kungfu Extension - SIM", | ||
"license": "Apache-2.0", | ||
"main": "package.json", | ||
|
@@ -29,10 +29,10 @@ | |
"package": "kfs project package" | ||
}, | ||
"dependencies": { | ||
"@kungfu-trader/kungfu-core": "^2.4.75" | ||
"@kungfu-trader/kungfu-core": "^2.4.76-alpha.0" | ||
}, | ||
"devDependencies": { | ||
"@kungfu-trader/kungfu-sdk": "^2.4.75" | ||
"@kungfu-trader/kungfu-sdk": "^2.4.76-alpha.0" | ||
}, | ||
"kungfuBuild": { | ||
"python": { | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"name": "Kungfu Trader", | ||
"email": "[email protected]" | ||
}, | ||
"version": "2.4.75", | ||
"version": "2.4.76-alpha.0", | ||
"description": "Kungfu Extension - XTP Demo", | ||
"license": "Apache-2.0", | ||
"main": "package.json", | ||
|
@@ -29,10 +29,10 @@ | |
"package": "kfs project package" | ||
}, | ||
"dependencies": { | ||
"@kungfu-trader/kungfu-core": "^2.4.75" | ||
"@kungfu-trader/kungfu-core": "^2.4.76-alpha.0" | ||
}, | ||
"devDependencies": { | ||
"@kungfu-trader/kungfu-sdk": "^2.4.75" | ||
"@kungfu-trader/kungfu-sdk": "^2.4.76-alpha.0" | ||
}, | ||
"kungfuDependencies": { | ||
"xtp": "v2.2.32.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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"name": "Kungfu Trader", | ||
"email": "[email protected]" | ||
}, | ||
"version": "2.4.75", | ||
"version": "2.4.76-alpha.0", | ||
"description": "Kungfu Javascript/Typescript API", | ||
"license": "Apache-2.0", | ||
"repository": { | ||
|
@@ -31,7 +31,7 @@ | |
"format": "prettier -l -w --config ../core/.prettierrc.js ." | ||
}, | ||
"dependencies": { | ||
"@kungfu-trader/kungfu-core": "^2.4.75", | ||
"@kungfu-trader/kungfu-core": "^2.4.76-alpha.0", | ||
"cfonts": "^2.10.0", | ||
"chalk": "^4.1.0", | ||
"fast-csv": "^4.3.5", | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"name": "Kungfu Trader", | ||
"email": "[email protected]" | ||
}, | ||
"version": "2.4.75", | ||
"version": "2.4.76-alpha.0", | ||
"description": "Kungfu App Framework", | ||
"license": "Apache-2.0", | ||
"repository": { | ||
|
@@ -31,7 +31,7 @@ | |
"format": "prettier -l -w --config ../core/.prettierrc.js ." | ||
}, | ||
"dependencies": { | ||
"@kungfu-trader/kungfu-js-api": "^2.4.75", | ||
"@kungfu-trader/kungfu-js-api": "^2.4.76-alpha.0", | ||
"ant-design-vue": "^3.2.16", | ||
"core-js": "^3.20.0", | ||
"iconv-lite": "^0.6.3", | ||
|
@@ -42,7 +42,7 @@ | |
"vue": "^3.2.34" | ||
}, | ||
"devDependencies": { | ||
"@kungfu-trader/kungfu-toolchain": "^2.4.75", | ||
"@kungfu-trader/kungfu-toolchain": "^2.4.76-alpha.0", | ||
"@types/markdown-it": "^12.2.3", | ||
"electron": "19.1.8", | ||
"webpack-bundle-analyzer": "^4.6.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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"name": "Kungfu Trader", | ||
"email": "[email protected]" | ||
}, | ||
"version": "2.4.75", | ||
"version": "2.4.76-alpha.0", | ||
"description": "Kungfu App Framework", | ||
"license": "Apache-2.0", | ||
"repository": { | ||
|
@@ -33,14 +33,14 @@ | |
"format": "prettier -l -w --config ../core/.prettierrc.js ." | ||
}, | ||
"dependencies": { | ||
"@kungfu-trader/kungfu-js-api": "^2.4.75", | ||
"@kungfu-trader/kungfu-js-api": "^2.4.76-alpha.0", | ||
"blessed": "^0.1.81", | ||
"core-js": "^3.20.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.0.0", | ||
"@babel/polyfill": "^7.12.1", | ||
"@kungfu-trader/kungfu-toolchain": "^2.4.75", | ||
"@kungfu-trader/kungfu-toolchain": "^2.4.76-alpha.0", | ||
"@types/blessed": "^0.1.19", | ||
"colors": "^1.4.0", | ||
"commander": "^9.0.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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"name": "Kungfu Trader", | ||
"email": "[email protected]" | ||
}, | ||
"version": "2.4.75", | ||
"version": "2.4.76-alpha.0", | ||
"description": "Kungfu Core Library", | ||
"license": "Apache-2.0", | ||
"main": "lib/index.js", | ||
|
@@ -70,7 +70,7 @@ | |
"sywac": "^1.3.0" | ||
}, | ||
"devDependencies": { | ||
"@kungfu-trader/kungfu-toolchain": "^2.4.75", | ||
"@kungfu-trader/kungfu-toolchain": "^2.4.76-alpha.0", | ||
"@kungfu-trader/libnode": "16.15.0", | ||
"cmake-js": "^7.0.0", | ||
"electron": "19.1.8", | ||
|
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,5 +1,5 @@ | ||
{ | ||
"version": "2.4.75", | ||
"version": "2.4.76-alpha.0", | ||
"packages": [ | ||
"framework/*", | ||
"developer/*", | ||
|