Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions nodejs12/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
- The `ibmiotf` package is renamed to `@wiotp/sdk`. See https://www.npmjs.com/package/@wiotp/sdk for all changes.
- The `request` package is deprecated and therefore not available in this runtime.

# 1.1.6
Changes:
- update to nodejs 12.22.9

NodeJS version:
- [12.22.9](https://nodejs.org/en/blog/release/v12.22.9/)

# 1.1.5
Changes:
- update to nodejs 12.22.7
Expand Down
2 changes: 1 addition & 1 deletion nodejs12/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM openwhisk/action-nodejs-v12:7f7c181
FROM openwhisk/action-nodejs-v12:8d4dfac

COPY ./package.json /

Expand Down
2 changes: 1 addition & 1 deletion nodejs14/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Alpha release (changes can happen at any time).

NodeJS version:
- [14.18.1](https://nodejs.org/en/blog/release/v14.18.1/)
- [14.19.0](https://nodejs.org/en/blog/release/v14.19.0/)

NPM version:
- [6.14.15](https://github.com/npm/cli/releases/tag/v6.14.15)
Expand Down
2 changes: 1 addition & 1 deletion nodejs14/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM openwhisk/action-nodejs-v14:7f7c181
FROM openwhisk/action-nodejs-v14:8d4dfac

COPY ./package.json /

Expand Down