@ -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
|
||||
|
||||
12
package.json
12
package.json
@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user