Comparing version
@@ -0,1 +1,6 @@ | ||
## v2.0.8 | ||
**improvements** | ||
`etag` of `DAVObject` is now optional fixing [#158](https://github.com/natelindev/tsdav/issues/158) | ||
## v2.0.7 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "tsdav", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "WebDAV, CALDAV, and CARDDAV client for Nodejs and the Browser", | ||
@@ -59,13 +59,13 @@ "keywords": [ | ||
"@rollup/plugin-node-resolve": "15.2.3", | ||
"@rollup/plugin-typescript": "11.1.5", | ||
"@rollup/plugin-typescript": "11.1.6", | ||
"@types/base-64": "1.0.2", | ||
"@types/debug": "4.1.12", | ||
"@types/jest": "29.5.11", | ||
"@types/node": "20.10.4", | ||
"@typescript-eslint/eslint-plugin": "6.14.0", | ||
"@typescript-eslint/parser": "6.14.0", | ||
"@types/jest": "29.5.12", | ||
"@types/node": "20.11.17", | ||
"@typescript-eslint/eslint-plugin": "6.21.0", | ||
"@typescript-eslint/parser": "6.21.0", | ||
"copyfiles": "2.4.1", | ||
"cross-env": "7.0.3", | ||
"dotenv": "16.3.1", | ||
"eslint": "8.55.0", | ||
"dotenv": "16.4.1", | ||
"eslint": "8.56.0", | ||
"eslint-config-airbnb": "19.0.4", | ||
@@ -75,8 +75,8 @@ "eslint-config-airbnb-typescript": "17.1.0", | ||
"eslint-module-utils": "2.8.0", | ||
"eslint-plugin-import": "2.29.0", | ||
"eslint-plugin-prettier": "5.0.1", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-prettier": "5.1.3", | ||
"jest": "29.7.0", | ||
"prettier": "3.1.1", | ||
"prettier": "3.2.5", | ||
"rimraf": "5.0.5", | ||
"rollup": "4.9.0", | ||
"rollup": "4.10.0", | ||
"rollup-plugin-dts": "6.1.0", | ||
@@ -86,4 +86,4 @@ "rollup-plugin-node-builtins": "2.1.2", | ||
"rollup-plugin-terser": "7.0.2", | ||
"sort-package-json": "2.6.0", | ||
"ts-jest": "29.1.1", | ||
"sort-package-json": "2.7.0", | ||
"ts-jest": "29.1.2", | ||
"tslib": "2.6.2", | ||
@@ -90,0 +90,0 @@ "typescript": "5.3.3" |
@@ -70,3 +70,3 @@ import * as xml_js from 'xml-js'; | ||
data?: any; | ||
etag: string; | ||
etag?: string; | ||
url: string; | ||
@@ -73,0 +73,0 @@ }; |
{ | ||
"name": "tsdav", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "WebDAV, CALDAV, and CARDDAV client for Nodejs and the Browser", | ||
@@ -59,13 +59,13 @@ "keywords": [ | ||
"@rollup/plugin-node-resolve": "15.2.3", | ||
"@rollup/plugin-typescript": "11.1.5", | ||
"@rollup/plugin-typescript": "11.1.6", | ||
"@types/base-64": "1.0.2", | ||
"@types/debug": "4.1.12", | ||
"@types/jest": "29.5.11", | ||
"@types/node": "20.10.4", | ||
"@typescript-eslint/eslint-plugin": "6.14.0", | ||
"@typescript-eslint/parser": "6.14.0", | ||
"@types/jest": "29.5.12", | ||
"@types/node": "20.11.17", | ||
"@typescript-eslint/eslint-plugin": "6.21.0", | ||
"@typescript-eslint/parser": "6.21.0", | ||
"copyfiles": "2.4.1", | ||
"cross-env": "7.0.3", | ||
"dotenv": "16.3.1", | ||
"eslint": "8.55.0", | ||
"dotenv": "16.4.1", | ||
"eslint": "8.56.0", | ||
"eslint-config-airbnb": "19.0.4", | ||
@@ -75,8 +75,8 @@ "eslint-config-airbnb-typescript": "17.1.0", | ||
"eslint-module-utils": "2.8.0", | ||
"eslint-plugin-import": "2.29.0", | ||
"eslint-plugin-prettier": "5.0.1", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-prettier": "5.1.3", | ||
"jest": "29.7.0", | ||
"prettier": "3.1.1", | ||
"prettier": "3.2.5", | ||
"rimraf": "5.0.5", | ||
"rollup": "4.9.0", | ||
"rollup": "4.10.0", | ||
"rollup-plugin-dts": "6.1.0", | ||
@@ -86,4 +86,4 @@ "rollup-plugin-node-builtins": "2.1.2", | ||
"rollup-plugin-terser": "7.0.2", | ||
"sort-package-json": "2.6.0", | ||
"ts-jest": "29.1.1", | ||
"sort-package-json": "2.7.0", | ||
"ts-jest": "29.1.2", | ||
"tslib": "2.6.2", | ||
@@ -90,0 +90,0 @@ "typescript": "5.3.3" |
935888
0.01%