Skip to content

Commit

Permalink
v2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
natelindev committed Dec 14, 2023
1 parent 547691c commit 5ad78c9
Show file tree
Hide file tree
Showing 58 changed files with 4,538 additions and 3,871 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v2.0.7

**features**
new option `headersToExclude` on all possible functions, allow precise control on request headers, fixing [#166](https://github.com/natelindev/tsdav/issues/166)

**improvements**
updated dependencies

## v2.0.6

**improvements**
Expand Down
20 changes: 10 additions & 10 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsdav",
"version": "2.0.6",
"version": "2.0.7",
"description": "WebDAV, CALDAV, and CARDDAV client for Nodejs and the Browser",
"keywords": [
"dav",
Expand Down Expand Up @@ -59,32 +59,32 @@
"@rollup/plugin-typescript": "11.1.5",
"@types/base-64": "1.0.2",
"@types/debug": "4.1.12",
"@types/jest": "29.5.9",
"@types/node": "20.9.3",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"@types/jest": "29.5.11",
"@types/node": "20.10.4",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"copyfiles": "2.4.1",
"cross-env": "7.0.3",
"dotenv": "16.3.1",
"eslint": "8.54.0",
"eslint": "8.55.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-module-utils": "2.8.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-prettier": "5.0.1",
"jest": "29.7.0",
"prettier": "3.1.0",
"prettier": "3.1.1",
"rimraf": "5.0.5",
"rollup": "4.5.0",
"rollup": "4.9.0",
"rollup-plugin-dts": "6.1.0",
"rollup-plugin-node-builtins": "2.1.2",
"rollup-plugin-polyfill-node": "0.13.0",
"rollup-plugin-terser": "7.0.2",
"sort-package-json": "2.6.0",
"ts-jest": "29.1.1",
"tslib": "2.6.2",
"typescript": "5.2.2"
"typescript": "5.3.3"
},
"engines": {
"node": ">=10"
Expand Down
198 changes: 123 additions & 75 deletions dist/tsdav.cjs

Large diffs are not rendered by default.

198 changes: 123 additions & 75 deletions dist/tsdav.cjs.js

Large diffs are not rendered by default.

Loading

1 comment on commit 5ad78c9

@vercel
Copy link

@vercel vercel bot commented on 5ad78c9 Dec 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tsdav – ./

tsdav-git-master-llldar.vercel.app
tsdav-llldar.vercel.app
tsdav.vercel.app

Please sign in to comment.