Skip to content

Commit

Permalink
v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
natelindev committed Sep 12, 2024
1 parent d7578f8 commit 9f24c1a
Show file tree
Hide file tree
Showing 56 changed files with 4,814 additions and 3,790 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v2.1.2

**features**
new option `fetchOptions` on all possible functions, allow customizing fetch options

##### improvements
- updated docs
- updated dependencies

## v2.1.1

##### improvements
Expand Down
30 changes: 15 additions & 15 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsdav",
"version": "2.1.1",
"version": "2.1.2",
"description": "WebDAV, CALDAV, and CARDDAV client for Nodejs and the Browser",
"keywords": [
"dav",
Expand Down Expand Up @@ -48,41 +48,41 @@
"dependencies": {
"base-64": "1.0.0",
"cross-fetch": "4.0.0",
"debug": "4.3.5",
"debug": "4.3.7",
"xml-js": "1.6.11"
},
"devDependencies": {
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.6",
"@types/base-64": "1.0.2",
"@types/debug": "4.1.12",
"@types/jest": "29.5.12",
"@types/node": "20.14.10",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@types/node": "22.5.4",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"copyfiles": "2.4.1",
"cross-env": "7.0.3",
"dotenv": "16.4.5",
"eslint": "9.7.0",
"eslint": "9.10.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-module-utils": "2.8.1",
"eslint-plugin-import": "2.29.1",
"eslint-module-utils": "2.11.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-prettier": "5.1.3",
"jest": "29.7.0",
"prettier": "3.3.3",
"rimraf": "5.0.7",
"rollup": "4.18.1",
"rimraf": "6.0.1",
"rollup": "4.21.2",
"rollup-plugin-dts": "6.1.1",
"rollup-plugin-node-builtins": "2.1.2",
"rollup-plugin-polyfill-node": "0.13.0",
"sort-package-json": "2.10.0",
"ts-jest": "29.2.2",
"tslib": "2.6.3",
"typescript": "5.5.3"
"sort-package-json": "2.10.1",
"ts-jest": "29.2.5",
"tslib": "2.7.0",
"typescript": "5.6.2"
},
"engines": {
"node": ">=10"
Expand Down
Loading

0 comments on commit 9f24c1a

Please sign in to comment.