-
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.
- Loading branch information
1 parent
2520e93
commit e212922
Showing
14 changed files
with
39 additions
and
39 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.76-alpha.0", | ||
"version": "2.4.76-alpha.1", | ||
"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.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" | ||
"@kungfu-trader/kfx-broker-sim": "^2.4.76-alpha.1", | ||
"@kungfu-trader/kfx-broker-xtp-demo": "^2.4.76-alpha.1", | ||
"@kungfu-trader/kungfu-app": "^2.4.76-alpha.1", | ||
"@kungfu-trader/kungfu-cli": "^2.4.76-alpha.1", | ||
"@kungfu-trader/kungfu-core": "^2.4.76-alpha.1", | ||
"@kungfu-trader/kungfu-sdk": "^2.4.76-alpha.1" | ||
}, | ||
"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.76-alpha.0", | ||
"version": "2.4.76-alpha.1", | ||
"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.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" | ||
"@kungfu-trader/kungfu-app": "^2.4.76-alpha.1", | ||
"@kungfu-trader/kungfu-cli": "^2.4.76-alpha.1", | ||
"@kungfu-trader/kungfu-core": "^2.4.76-alpha.1", | ||
"@kungfu-trader/kungfu-js-api": "^2.4.76-alpha.1", | ||
"@kungfu-trader/kungfu-toolchain": "^2.4.76-alpha.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.76-alpha.0", | ||
"version": "2.4.76-alpha.1", | ||
"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.76-alpha.0", | ||
"version": "2.4.76-alpha.1", | ||
"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.76-alpha.0" | ||
"@kungfu-trader/kungfu-core": "^2.4.76-alpha.1" | ||
}, | ||
"devDependencies": { | ||
"@kungfu-trader/kungfu-sdk": "^2.4.76-alpha.0" | ||
"@kungfu-trader/kungfu-sdk": "^2.4.76-alpha.1" | ||
}, | ||
"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.76-alpha.0", | ||
"version": "2.4.76-alpha.1", | ||
"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.76-alpha.0" | ||
"@kungfu-trader/kungfu-core": "^2.4.76-alpha.1" | ||
}, | ||
"devDependencies": { | ||
"@kungfu-trader/kungfu-sdk": "^2.4.76-alpha.0" | ||
"@kungfu-trader/kungfu-sdk": "^2.4.76-alpha.1" | ||
}, | ||
"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.76-alpha.0", | ||
"version": "2.4.76-alpha.1", | ||
"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.76-alpha.0", | ||
"@kungfu-trader/kungfu-core": "^2.4.76-alpha.1", | ||
"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.76-alpha.0", | ||
"version": "2.4.76-alpha.1", | ||
"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.76-alpha.0", | ||
"@kungfu-trader/kungfu-js-api": "^2.4.76-alpha.1", | ||
"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.76-alpha.0", | ||
"@kungfu-trader/kungfu-toolchain": "^2.4.76-alpha.1", | ||
"@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.76-alpha.0", | ||
"version": "2.4.76-alpha.1", | ||
"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.76-alpha.0", | ||
"@kungfu-trader/kungfu-js-api": "^2.4.76-alpha.1", | ||
"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.76-alpha.0", | ||
"@kungfu-trader/kungfu-toolchain": "^2.4.76-alpha.1", | ||
"@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.76-alpha.0", | ||
"version": "2.4.76-alpha.1", | ||
"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.76-alpha.0", | ||
"@kungfu-trader/kungfu-toolchain": "^2.4.76-alpha.1", | ||
"@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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "2.4.76-alpha.0", | ||
"version": "2.4.76-alpha.1", | ||
"packages": [ | ||
"framework/*", | ||
"developer/*", | ||
|