mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Update to JSONata 1.5.0
This commit is contained in:
parent
e32cc4d1af
commit
7e5bd5f2c1
@ -5,7 +5,7 @@ Runtime
|
|||||||
- Beta: Projects - must be enabled in settings file
|
- Beta: Projects - must be enabled in settings file
|
||||||
- Allow port zero for Express (#1363)
|
- Allow port zero for Express (#1363)
|
||||||
- Better error reporting when module provides duplicate type
|
- Better error reporting when module provides duplicate type
|
||||||
- Update jsonata to 1.4.1
|
- Update jsonata to 1.5.0
|
||||||
- add express-session memorystore without leaks (#1435)
|
- add express-session memorystore without leaks (#1435)
|
||||||
- Allow adminAuth.user to be a Function Fixes #1461
|
- Allow adminAuth.user to be a Function Fixes #1461
|
||||||
- Ensure RED.server is set even if admin api disabled
|
- Ensure RED.server is set even if admin api disabled
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
"is-utf8": "0.2.1",
|
"is-utf8": "0.2.1",
|
||||||
"js-yaml": "3.10.0",
|
"js-yaml": "3.10.0",
|
||||||
"json-stringify-safe": "5.0.1",
|
"json-stringify-safe": "5.0.1",
|
||||||
"jsonata": "1.4.1",
|
"jsonata": "1.5.0",
|
||||||
"media-typer": "0.3.0",
|
"media-typer": "0.3.0",
|
||||||
"memorystore": "1.6.0",
|
"memorystore": "1.6.0",
|
||||||
"mqtt": "2.15.1",
|
"mqtt": "2.15.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user