Skip to content

Commit 15a763f

Browse files
committed
Update dependency and readme
1 parent f8953fd commit 15a763f

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
# node-red-contrib-json-multi-schema
2+
Generic Node-RED nodes for a JSON data pipeline, suitable for continuous/streaming input, and with dynamic configuration.
3+
14
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/alexandrainst/node-red-contrib-json-multi-schema/Node%20CI?logo=github)
25
![npm](https://img.shields.io/npm/dy/node-red-contrib-json-multi-schema?logo=npm)
36
![Docker Pulls](https://img.shields.io/docker/pulls/synchronicityiot/node-red-contrib-json-multi-schema?logo=docker)
47

5-
# node-red-contrib-json-multi-schema
6-
Set of generic JSON data pipeline tools, suitable for continuous/streaming input, and with dynamic configuration.
8+
[![NPM statistics](https://nodei.co/npm/node-red-contrib-json-multi-schema.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/node-red-contrib-json-multi-schema/)
79

810
Three distinct nodes allow transforming, resolving schemas, and validating different types of JSON inputs.
911

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-contrib-json-multi-schema",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Generic JSON data pipeline tools, with dynamic transformation (using JSONata rules), resolving JSON Schema (using JSONata rules), and then validation (using JSON Schema). For Node-RED and for command-line.",
55
"main": "index.js",
66
"readmeFilename": "readme.md",
@@ -34,7 +34,7 @@
3434
"ajv": "^6.10.2",
3535
"jsonata": "^1.7.0",
3636
"node-fetch": "^2.6.0",
37-
"node-red-contrib-mock-cli": "^1.0.3"
37+
"node-red-contrib-mock-cli": "^1.0.4"
3838
},
3939
"devDependencies": {
4040
"jshint": "^2.10.3"

0 commit comments

Comments
 (0)