update to 0.1.2 - merged pull request and bugfix branch
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,11 +1,20 @@
|
||||
# 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_
|
||||
* merged pull request
|
||||
* fixed errors parsing caldav events
|
||||
* 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
|
||||
_2018-04-30_
|
||||
|
||||
12
package.json
12
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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",
|
||||
"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": {
|
||||
|
||||
Reference in New Issue
Block a user