Skip to content

Commit 0206826

Browse files
committed
1 parent 39cf86e commit 0206826

File tree

3 files changed

+35
-34
lines changed

3 files changed

+35
-34
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf

package-lock.json

Lines changed: 29 additions & 29 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 & 5 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.2.5",
3+
"version": "1.2.6",
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",
@@ -33,13 +33,13 @@
3333
"url": "https://github.com/alexandrainst/node-red-contrib-json-multi-schema.git"
3434
},
3535
"dependencies": {
36-
"ajv": "^6.12.4",
37-
"jsonata": "^1.8.3",
36+
"ajv": "^6.12.6",
37+
"jsonata": "^1.8.4",
3838
"node-fetch": "^2.6.1",
39-
"node-red-contrib-mock-cli": "^1.0.9"
39+
"node-red-contrib-mock-cli": "^1.0.10"
4040
},
4141
"devDependencies": {
42-
"jshint": "^2.12.0"
42+
"jshint": "^2.13.0"
4343
},
4444
"jshintConfig": {
4545
"esversion": 8,

0 commit comments

Comments
 (0)