We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b30757e commit 48ea1d0Copy full SHA for 48ea1d0
ts/create-kpt-functions/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@googlecontainertools/create-kpt-functions",
3
- "version": "0.14.4",
+ "version": "0.15.0",
4
"description": "KPT functions CLI",
5
"author": "KPT Authors",
6
"license": "Apache-2.0",
ts/create-kpt-functions/templates/package.json.mustache
@@ -15,10 +15,10 @@
15
"kpt:type-create": "kpt type-create"
16
},
17
"dependencies": {
18
- "@googlecontainertools/kpt-functions": "^0.11.0-rc.1"
+ "@googlecontainertools/kpt-functions": "^0.11.0"
19
20
"devDependencies": {
21
- "@googlecontainertools/create-kpt-functions": "^0.14.4",
+ "@googlecontainertools/create-kpt-functions": "^0.15.0",
22
"@types/jasmine": "^3.3.12",
23
"@types/node": "^12.7.2",
24
"jasmine": "^3.4.0",
0 commit comments