Skip to content

Commit 7a607ae

Browse files
committed
Update AJV and JSONata dependencies
1 parent 23975b0 commit 7a607ae

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"name": "node-red-contrib-json-multi-schema",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
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": [
8+
"FIWARE",
9+
"AtomicService",
810
"schema",
911
"validate",
1012
"validator",
@@ -31,8 +33,8 @@
3133
"url": "https://github.com/alexandrainst/node-red-contrib-json-multi-schema.git"
3234
},
3335
"dependencies": {
34-
"ajv": "^6.11.0",
35-
"jsonata": "^1.7.0",
36+
"ajv": "^6.12.0",
37+
"jsonata": "^1.8.1",
3638
"node-fetch": "^2.6.0",
3739
"node-red-contrib-mock-cli": "^1.0.7"
3840
},

0 commit comments

Comments
 (0)