Skip to content

Commit 5ad78c9

Browse files
committed
v2.0.7
1 parent 547691c commit 5ad78c9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+4538
-3871
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v2.0.7
2+
3+
**features**
4+
new option `headersToExclude` on all possible functions, allow precise control on request headers, fixing [#166](https://github.com/natelindev/tsdav/issues/166)
5+
6+
**improvements**
7+
updated dependencies
8+
19
## v2.0.6
210

311
**improvements**

dist/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tsdav",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"description": "WebDAV, CALDAV, and CARDDAV client for Nodejs and the Browser",
55
"keywords": [
66
"dav",
@@ -59,32 +59,32 @@
5959
"@rollup/plugin-typescript": "11.1.5",
6060
"@types/base-64": "1.0.2",
6161
"@types/debug": "4.1.12",
62-
"@types/jest": "29.5.9",
63-
"@types/node": "20.9.3",
64-
"@typescript-eslint/eslint-plugin": "6.12.0",
65-
"@typescript-eslint/parser": "6.12.0",
62+
"@types/jest": "29.5.11",
63+
"@types/node": "20.10.4",
64+
"@typescript-eslint/eslint-plugin": "6.14.0",
65+
"@typescript-eslint/parser": "6.14.0",
6666
"copyfiles": "2.4.1",
6767
"cross-env": "7.0.3",
6868
"dotenv": "16.3.1",
69-
"eslint": "8.54.0",
69+
"eslint": "8.55.0",
7070
"eslint-config-airbnb": "19.0.4",
7171
"eslint-config-airbnb-typescript": "17.1.0",
72-
"eslint-config-prettier": "9.0.0",
72+
"eslint-config-prettier": "9.1.0",
7373
"eslint-module-utils": "2.8.0",
7474
"eslint-plugin-import": "2.29.0",
7575
"eslint-plugin-prettier": "5.0.1",
7676
"jest": "29.7.0",
77-
"prettier": "3.1.0",
77+
"prettier": "3.1.1",
7878
"rimraf": "5.0.5",
79-
"rollup": "4.5.0",
79+
"rollup": "4.9.0",
8080
"rollup-plugin-dts": "6.1.0",
8181
"rollup-plugin-node-builtins": "2.1.2",
8282
"rollup-plugin-polyfill-node": "0.13.0",
8383
"rollup-plugin-terser": "7.0.2",
8484
"sort-package-json": "2.6.0",
8585
"ts-jest": "29.1.1",
8686
"tslib": "2.6.2",
87-
"typescript": "5.2.2"
87+
"typescript": "5.3.3"
8888
},
8989
"engines": {
9090
"node": ">=10"

dist/tsdav.cjs

+123-75
Large diffs are not rendered by default.

dist/tsdav.cjs.js

+123-75
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)