Merge pull request #12 from servisbot/MVP-6967-bugfix-for-array

Updated readme for publishing and bumped version
This commit is contained in:
Steve Walsh 2021-07-09 11:02:31 +01:00 committed by GitHub
commit 51ee1d5de1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

View File

@ -6,13 +6,14 @@ To make a change to the node-red runtime being used by K4 avalanche:
3. PR into this branch
4. Merge on approval
5. Manually bump the package version
6. Manually publish to NPM with `npm publish` - Request creds from ops for this
6. Run `npm run build`
7. Manually publish to NPM with `npm publish` - Request creds from ops for this
# CHANGE-LOG
## 0.18.7-patch-9
## 0.18.7-patch-9.1
2021-07-09
- Bug fix for when retuning a array out of a function node

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@servisbot/node-red",
"version": "0.18.7-patch-7",
"version": "0.18.7-patch-9.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -1425,9 +1425,9 @@
}
},
"clone": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
"integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18="
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/clone/-/clone-2.1.1.tgz",
"integrity": "sha1-0hfR6WERjjrJpLi7oyhVU79kfNs="
},
"code-point-at": {
"version": "1.1.0",