Skip to content

Commit 2a7a84b

Browse files
committed
Minor update keywords and CLI library
1 parent c638f0a commit 2a7a84b

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

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: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
{
22
"name": "node-red-contrib-json-multi-schema",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
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",
77
"keywords": [
88
"schema",
99
"validate",
10+
"validator",
1011
"transform",
11-
"json",
12-
"node-red",
13-
"node"
12+
"JSON",
13+
"JSONata",
14+
"Node-RED",
15+
"nodered"
1416
],
1517
"node-red": {
1618
"nodes": {
@@ -32,7 +34,7 @@
3234
"ajv": "^6.10.2",
3335
"jsonata": "^1.7.0",
3436
"node-fetch": "^2.6.0",
35-
"node-red-contrib-mock-cli": "^1.0.2"
37+
"node-red-contrib-mock-cli": "^1.0.3"
3638
},
3739
"devDependencies": {
3840
"jshint": "^2.10.3"

0 commit comments

Comments
 (0)