Skip to content

Commit

Permalink
v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
natelindev committed Nov 21, 2023
1 parent 5601308 commit 547691c
Show file tree
Hide file tree
Showing 48 changed files with 1,663 additions and 1,027 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
v20
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.0.6

**improvements**

updated dependencies, fixing [#159](https://github.com/natelindev/tsdav/issues/159)

## v2.0.5

**features**
Expand Down
52 changes: 26 additions & 26 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsdav",
"version": "2.0.5",
"version": "2.0.6",
"description": "WebDAV, CALDAV, and CARDDAV client for Nodejs and the Browser",
"keywords": [
"dav",
Expand Down Expand Up @@ -49,42 +49,42 @@
},
"dependencies": {
"base-64": "1.0.0",
"cross-fetch": "3.1.6",
"cross-fetch": "4.0.0",
"debug": "4.3.4",
"xml-js": "1.6.11"
},
"devDependencies": {
"@rollup/plugin-commonjs": "25.0.2",
"@rollup/plugin-node-resolve": "15.1.0",
"@rollup/plugin-typescript": "11.1.1",
"@types/base-64": "1.0.0",
"@types/debug": "4.1.8",
"@types/jest": "29.5.2",
"@types/node": "20.3.1",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@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",
"copyfiles": "2.4.1",
"cross-env": "7.0.3",
"dotenv": "16.3.1",
"eslint": "8.43.0",
"eslint": "8.54.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.0.0",
"eslint-module-utils": "2.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1",
"jest": "29.5.0",
"prettier": "2.8.8",
"rimraf": "5.0.1",
"rollup": "3.25.1",
"rollup-plugin-dts": "5.3.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-prettier": "5.0.1",
"jest": "29.7.0",
"prettier": "3.1.0",
"rimraf": "5.0.5",
"rollup": "4.5.0",
"rollup-plugin-dts": "6.1.0",
"rollup-plugin-node-builtins": "2.1.2",
"rollup-plugin-polyfill-node": "0.12.0",
"rollup-plugin-polyfill-node": "0.13.0",
"rollup-plugin-terser": "7.0.2",
"sort-package-json": "2.4.1",
"ts-jest": "29.1.0",
"tslib": "2.5.3",
"typescript": "5.1.3"
"sort-package-json": "2.6.0",
"ts-jest": "29.1.1",
"tslib": "2.6.2",
"typescript": "5.2.2"
},
"engines": {
"node": ">=10"
Expand Down
7 changes: 6 additions & 1 deletion dist/tsdav.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */
/* global Reflect, Promise */
/* global Reflect, Promise, SuppressedError, Symbol */


function __rest(s, e) {
Expand All @@ -46,6 +46,11 @@ function __awaiter(thisArg, _arguments, P, generator) {
});
}

typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
var e = new Error(message);
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
};

exports.DAVNamespace = void 0;
(function (DAVNamespace) {
DAVNamespace["CALENDAR_SERVER"] = "http://calendarserver.org/ns/";
Expand Down
7 changes: 6 additions & 1 deletion dist/tsdav.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */
/* global Reflect, Promise */
/* global Reflect, Promise, SuppressedError, Symbol */


function __rest(s, e) {
Expand All @@ -46,6 +46,11 @@ function __awaiter(thisArg, _arguments, P, generator) {
});
}

typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
var e = new Error(message);
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
};

exports.DAVNamespace = void 0;
(function (DAVNamespace) {
DAVNamespace["CALENDAR_SERVER"] = "http://calendarserver.org/ns/";
Expand Down
2 changes: 1 addition & 1 deletion dist/tsdav.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -999,4 +999,4 @@ declare const _default: {
};
};

export { DAVAccount, DAVAddressBook, DAVAttributeMap, DAVCalendar, DAVCalendarObject, DAVClient, DAVCollection, DAVCredentials, DAVDepth, DAVMethods, DAVNamespace, DAVNamespaceShort, DAVObject, DAVRequest, DAVResponse, DAVTokens, DAVVCard, addressBookQuery, calendarMultiGet, calendarQuery, cleanupFalsy, collectionQuery, createAccount, createCalendarObject, createDAVClient, createObject, createVCard, davRequest, _default as default, deleteCalendarObject, deleteObject, deleteVCard, fetchAddressBooks, fetchCalendarObjects, fetchCalendars, fetchOauthTokens, fetchVCards, freeBusyQuery, getBasicAuthHeaders, getDAVAttribute, getOauthHeaders, isCollectionDirty, makeCalendar, propfind, refreshAccessToken, smartCollectionSync, supportedReportSet, syncCalendars, syncCollection, updateCalendarObject, updateObject, updateVCard, urlContains, urlEquals };
export { type DAVAccount, type DAVAddressBook, DAVAttributeMap, type DAVCalendar, type DAVCalendarObject, DAVClient, type DAVCollection, type DAVCredentials, type DAVDepth, type DAVMethods, DAVNamespace, DAVNamespaceShort, type DAVObject, type DAVRequest, type DAVResponse, type DAVTokens, type DAVVCard, addressBookQuery, calendarMultiGet, calendarQuery, cleanupFalsy, collectionQuery, createAccount, createCalendarObject, createDAVClient, createObject, createVCard, davRequest, _default as default, deleteCalendarObject, deleteObject, deleteVCard, fetchAddressBooks, fetchCalendarObjects, fetchCalendars, fetchOauthTokens, fetchVCards, freeBusyQuery, getBasicAuthHeaders, getDAVAttribute, getOauthHeaders, isCollectionDirty, makeCalendar, propfind, refreshAccessToken, smartCollectionSync, supportedReportSet, syncCalendars, syncCollection, updateCalendarObject, updateObject, updateVCard, urlContains, urlEquals };
7 changes: 6 additions & 1 deletion dist/tsdav.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */
/* global Reflect, Promise */
/* global Reflect, Promise, SuppressedError, Symbol */


function __rest(s, e) {
Expand All @@ -42,6 +42,11 @@ function __awaiter(thisArg, _arguments, P, generator) {
});
}

typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
var e = new Error(message);
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
};

var DAVNamespace;
(function (DAVNamespace) {
DAVNamespace["CALENDAR_SERVER"] = "http://calendarserver.org/ns/";
Expand Down
Loading

0 comments on commit 547691c

Please sign in to comment.