Skip to content

Commit

Permalink
chore: update faas-js-runtime to 0.10.0 (#1570)
Browse files Browse the repository at this point in the history
* chore: update faas-js-runtime to 0.10.0

Fixes: nodeshift/faas-js-runtime#120

Signed-off-by: Lance Ball <lball@redhat.com>

* fixup: try ignoring package-lock.json files in linter

Signed-off-by: Lance Ball <lball@redhat.com>

* fixup: actually add package-lock.json

Signed-off-by: Lance Ball <lball@redhat.com>

* fixup: better globbing

Signed-off-by: Lance Ball <lball@redhat.com>

* fixup: best globbing

Signed-off-by: Lance Ball <lball@redhat.com>

---------

Signed-off-by: Lance Ball <lball@redhat.com>
  • Loading branch information
lance committed Feb 20, 2023
1 parent e6e27d6 commit c20c887
Show file tree
Hide file tree
Showing 10 changed files with 11,767 additions and 11,745 deletions.
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"
}
}

0 comments on commit c20c887

Please sign in to comment.