Skip to content

Commit ac6e32e

Browse files
authored
Update NodeJs to gather fixes (ibm-functions#221)
1 parent 711cc69 commit ac6e32e

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

nodejs10/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
- The package `ibmiotf` has been renamed by the maintainers to `@wiotp/sdk`. Make sure to update your action code to the new package. See https://www.npmjs.com/package/@wiotp/sdk for all changes. The package `ibmiotf` will not receive updates anymore and will be removed from this runtime in the future.
99
- The `cradle` NPM package is not available in nodejs:10.
1010

11+
# 1.16.3
12+
NodeJS version:
13+
- [10.23.2](https://nodejs.org/en/blog/release/v10.23.2)
14+
1115
# 1.16.2
1216
Changes:
1317
- update openwhisk from `3.21.2` to `3.21.3`

nodejs10/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openwhisk/action-nodejs-v10:5a34ace
1+
FROM openwhisk/action-nodejs-v10:14195a8
22

33
COPY ./package.json /
44

nodejs12/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
- The `ibmiotf` package is renamed to `@wiotp/sdk`. See https://www.npmjs.com/package/@wiotp/sdk for all changes.
66
- The `request` package is deprecated and therefore not available in this runtime.
77

8+
# 1.0.3
9+
NodeJS version:
10+
- [12.20.1](https://nodejs.org/en/blog/release/v12.20.1/)
11+
-
812
# 1.0.2
913
Changes:
1014
- update openwhisk from `3.21.2` to `3.21.3`

nodejs12/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM openwhisk/action-nodejs-v12:5a34ace
2+
FROM openwhisk/action-nodejs-v12:14195a8
33

44
COPY ./package.json /
55

0 commit comments

Comments
 (0)