Merge pull request #13 from kuehnelbs/0_1_3_bugfix

0 1 3 bugfix
This commit is contained in:
Torsten Kühnel
2019-08-04 12:20:06 +02:00
committed by GitHub
2 changed files with 11 additions and 7 deletions

View File

@ -1,6 +1,10 @@
# node-red-contrib-nextcloud changelog
## 0.1,2
## 0.1.3
_2019-08-04_
* security fixes and package updates
## 0.1.2
_2018-11-11_
* merged pull request
* fixed errors parsing caldav events

View File

@ -1,6 +1,6 @@
{
"name": "node-red-contrib-nextcloud",
"version": "0.1.2",
"version": "0.1.3",
"description": "Collection of node-red nodes to download Calendars (CalDAV) and Contacts (CardDAV) and up- / download / list files (WebDAV) from / to nextcloud",
"main": "nextcloud.js",
"node-red": {
@ -19,15 +19,15 @@
"dependencies": {
"dav": "^1.8.0",
"ical-expander": "^2.0.0",
"moment": "^2.22.2",
"webdav": "^1.6.1"
"moment": "^2.24.0",
"webdav": "^2.9.1"
},
"devDependencies": {
"eslint": "^5.6.0",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0"
},
"scripts": {