Skip to content

Commit

Permalink
fixup: pick up latest faas-js-runtime
Browse files Browse the repository at this point in the history
Signed-off-by: Lance Ball <lball@redhat.com>
  • Loading branch information
lance committed Jan 6, 2023
1 parent 91a95f6 commit 8cb9d10
Show file tree
Hide file tree
Showing 9 changed files with 11,002 additions and 11,001 deletions.
14 changes: 7 additions & 7 deletions templates/node/cloudevents/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/node/cloudevents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"dependencies": {
"cloudevents": "^6.0.3",
"faas-js-runtime": "^0.9.6"
"faas-js-runtime": "^0.9.7"
}
}
14 changes: 7 additions & 7 deletions templates/node/http/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/node/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"faas-js-runtime": "^0.9.6"
"faas-js-runtime": "^0.9.7"
},
"devDependencies": {
"nodemon": "^2.0.4",
Expand Down
14 changes: 7 additions & 7 deletions templates/typescript/cloudevents/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/typescript/cloudevents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"dependencies": {
"@types/node": "^16.11.12",
"cloudevents": "^6.0.3",
"faas-js-runtime": "^0.9.6"
"faas-js-runtime": "^0.9.7"
}
}
14 changes: 7 additions & 7 deletions templates/typescript/http/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/typescript/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"dependencies": {
"@types/node": "^16.11.12",
"faas-js-runtime": "^0.9.6"
"faas-js-runtime": "^0.9.7"
}
}
Loading

0 comments on commit 8cb9d10

Please sign in to comment.