Skip to content

Commit bb9429e

Browse files
committed
1 parent 48ea1d0 commit bb9429e

File tree

7 files changed

+33
-33
lines changed

7 files changed

+33
-33
lines changed
File renamed without changes.

ts/demo-functions/package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts/demo-functions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"kpt:type-create": "kpt type-create"
2323
},
2424
"dependencies": {
25-
"@googlecontainertools/kpt-functions": "^0.11.0-rc.1",
25+
"@googlecontainertools/kpt-functions": "^0.11.0",
2626
"glob": "^7.1.3",
2727
"js-yaml": "^3.13.1"
2828
},
2929
"devDependencies": {
30-
"@googlecontainertools/create-kpt-functions": "^0.14.4",
30+
"@googlecontainertools/create-kpt-functions": "^0.15.0",
3131
"@types/fs-extra": "^8.0.1",
3232
"@types/glob": "^7.1.1",
3333
"@types/jasmine": "^3.3.12",

ts/hello-world/package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts/hello-world/package.json

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-
"@googlecontainertools/kpt-functions": "^0.11.0-rc.1"
18+
"@googlecontainertools/kpt-functions": "^0.11.0"
1919
},
2020
"devDependencies": {
21-
"@googlecontainertools/create-kpt-functions": "^0.14.4",
21+
"@googlecontainertools/create-kpt-functions": "^0.15.0",
2222
"@types/jasmine": "^3.3.12",
2323
"@types/node": "^12.7.2",
2424
"jasmine": "^3.4.0",

ts/init-package/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts/init-package/package.json

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-
"@googlecontainertools/kpt-functions": "^0.11.0-rc.1"
18+
"@googlecontainertools/kpt-functions": "^0.11.0"
1919
},
2020
"devDependencies": {
21-
"@googlecontainertools/create-kpt-functions": "^0.14.4",
21+
"@googlecontainertools/create-kpt-functions": "^0.15.0",
2222
"@types/jasmine": "^3.3.12",
2323
"@types/node": "^12.7.2",
2424
"jasmine": "^3.4.0",

0 commit comments

Comments
 (0)