update to 0.1.2 - merged pull request and bugfix branch

This commit is contained in:
kuehnelbs
2019-08-04 12:16:24 +02:00
parent 86a8eeba39
commit 51a6e19648
2 changed files with 16 additions and 7 deletions

View File

@@ -1,11 +1,20 @@
# node-red-contrib-nextcloud changelog # node-red-contrib-nextcloud changelog
## 0.1,1 ## 0.1.3
_2019.08.04_
* security fixes and package updates
## 0.1.2
_2018-11-11_ _2018-11-11_
* merged pull request * merged pull request
* fixed errors parsing caldav events * fixed errors parsing caldav events
* switched to ical-expander parser * switched to ical-expander parser
## 0.1.1
_2018-05-01
* added checkbox to accept self signed server certificates to credentials
* added support for self signed certificates to WebDAV nodes (needs [webdav](https://github.com/perry-mitchell/webdav-client) package to be updated to 1.5.3 or newer)
* removed debug output in node WebDAV list
## 0.1.0 ## 0.1.0
_2018-04-30_ _2018-04-30_

View File

@@ -1,6 +1,6 @@
{ {
"name": "node-red-contrib-nextcloud", "name": "node-red-contrib-nextcloud",
"version": "0.1.1", "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", "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", "main": "nextcloud.js",
"node-red": { "node-red": {
@@ -19,15 +19,15 @@
"dependencies": { "dependencies": {
"dav": "^1.8.0", "dav": "^1.8.0",
"ical-expander": "^2.0.0", "ical-expander": "^2.0.0",
"moment": "^2.22.2", "moment": "^2.24.0",
"webdav": "^1.6.1" "webdav": "^2.9.1"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^5.6.0", "eslint": "^5.16.0",
"eslint-config-standard": "^12.0.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-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1", "eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0" "eslint-plugin-standard": "^4.0.0"
}, },
"scripts": { "scripts": {