Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mengqi Yu committed Jul 13, 2021
1 parent 9fc1e11 commit d5f1d31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ts/create-kpt-functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-kpt-functions",
"version": "0.17.0",
"version": "0.18.0-rc.0",
"description": "kpt functions CLI",
"author": "kpt Authors",
"license": "Apache-2.0",
Expand Down
14 changes: 7 additions & 7 deletions ts/create-kpt-functions/templates/package.json.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"kpt:type-create": "kpt type-create"
},
"dependencies": {
"kpt-functions": "^0.14.0"
"kpt-functions": "^0.15.0"
},
"devDependencies": {
"create-kpt-functions": "^0.17.0",
"@types/jasmine": "^3.3.12",
"@types/node": "^12.7.2",
"jasmine": "^3.4.0",
"tslint": "^5.19.0",
"typescript": "^3.5.3"
"create-kpt-functions": "^0.18.0-rc.0",
"@types/jasmine": "^3.7.6",
"@types/node": "^14.17.1",
"jasmine": "^3.7.0",
"tslint": "^6.1.3",
"typescript": "^4.3.2"
},
"kpt": {
"docker_repo_base": "{{{docker_repo_base}}}"
Expand Down

0 comments on commit d5f1d31

Please sign in to comment.