Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update faas-js-runtime to 0.10.0 #1570

Merged
merged 5 commits into from
Feb 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
testdata/repository-a.git/objects/*/* ignore-lint=true
testdata/repository.git/objects/*/* ignore-lint=true
templates/node/*/package-lock.json ignore-lint=true
templates/typescript/*/package-lock.json ignore-lint=true
version.txt linguist-generated=true
zz_filesystem_generated.go linguist-generated=true
docker/zz_close_guarding_client_generated.go linguist-generated=true
Expand Down
22,060 changes: 11,041 additions & 11,019 deletions generate/zz_filesystem_generated.go

Large diffs are not rendered by default.

366 changes: 184 additions & 182 deletions templates/node/cloudevents/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions templates/node/cloudevents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"tape": "^4.13.0"
},
"dependencies": {
"cloudevents": "^6.0.3",
"faas-js-runtime": "^0.9.7"
"cloudevents": "^6.0.4",
"faas-js-runtime": "^0.10.0"
}
}
347 changes: 172 additions & 175 deletions templates/node/http/package-lock.json

Large diffs are not rendered by default.

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.7"
"faas-js-runtime": "^0.10.0"
},
"devDependencies": {
"nodemon": "^2.0.4",
Expand Down
366 changes: 184 additions & 182 deletions templates/typescript/cloudevents/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions templates/typescript/cloudevents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@types/node": "^16.11.12",
"cloudevents": "^6.0.3",
"faas-js-runtime": "^0.9.7"
"cloudevents": "^6.0.4",
"faas-js-runtime": "^0.10.0"
}
}
359 changes: 178 additions & 181 deletions templates/typescript/http/package-lock.json

Large diffs are not rendered by default.

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.7"
"faas-js-runtime": "^0.10.0"
}
}