Skip to content

Commit 95cecf8

Browse files
author
Mengqi Yu
authored
1 parent 4978f60 commit 95cecf8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ts/create-kpt-functions/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts/create-kpt-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-kpt-functions",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"description": "kpt functions CLI",
55
"author": "kpt Authors",
66
"license": "Apache-2.0",

ts/create-kpt-functions/templates/package.json.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"kpt:type-create": "kpt type-create"
1616
},
1717
"dependencies": {
18-
"kpt-functions": "^0.15.0"
18+
"kpt-functions": "^0.16.0"
1919
},
2020
"devDependencies": {
21-
"create-kpt-functions": "^0.18.0",
21+
"create-kpt-functions": "^0.19.0",
2222
"@types/jasmine": "^3.7.6",
2323
"@types/node": "^14.17.1",
2424
"jasmine": "^3.7.0",

0 commit comments

Comments
 (0)