Skip to content

Commit 76f60b6

Browse files
committed
updated inline version
1 parent d02862e commit 76f60b6

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

dist/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tsdav",
3-
"version": "2.0.0-rc.1",
3+
"version": "2.0.0-rc.2",
44
"description": "WebDAV, CALDAV, and CARDDAV client for Nodejs and the Browser",
55
"keywords": [
66
"dav",
@@ -50,7 +50,7 @@
5050
"base-64": "1.0.0",
5151
"cross-fetch": "3.1.5",
5252
"debug": "4.3.3",
53-
"eslint-module-utils": "2.7.2",
53+
"eslint-module-utils": "2.7.3",
5454
"rollup-plugin-node-builtins": "2.1.2",
5555
"rollup-plugin-polyfill-node": "0.8.0",
5656
"xml-js": "1.6.11"
@@ -62,13 +62,13 @@
6262
"@types/base-64": "1.0.0",
6363
"@types/debug": "4.1.7",
6464
"@types/jest": "27.4.0",
65-
"@types/node": "17.0.12",
65+
"@types/node": "17.0.13",
6666
"@typescript-eslint/eslint-plugin": "5.10.1",
6767
"@typescript-eslint/parser": "5.10.1",
6868
"copyfiles": "2.4.1",
6969
"cross-env": "7.0.3",
70-
"dotenv": "14.3.0",
71-
"eslint": "8.7.0",
70+
"dotenv": "14.3.2",
71+
"eslint": "8.8.0",
7272
"eslint-config-airbnb": "19.0.4",
7373
"eslint-config-airbnb-typescript": "16.1.0",
7474
"eslint-config-prettier": "8.3.0",

dist/tsdav.cjs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ const supportedReportSet = (params) => __awaiter(void 0, void 0, void 0, functio
364364
props: {
365365
[`${exports.DAVNamespaceShort.DAV}:supported-report-set`]: {},
366366
},
367-
depth: '1',
367+
depth: '0',
368368
headers,
369369
});
370370
return ((_e = (_d = (_c = (_b = (_a = res[0]) === null || _a === void 0 ? void 0 : _a.props) === null || _b === void 0 ? void 0 : _b.supportedReportSet) === null || _c === void 0 ? void 0 : _c.supportedReport) === null || _d === void 0 ? void 0 : _d.map((sr) => Object.keys(sr.report)[0])) !== null && _e !== void 0 ? _e : []);
@@ -774,7 +774,7 @@ const fetchCalendars = (params) => __awaiter(void 0, void 0, void 0, function* (
774774
[`${exports.DAVNamespaceShort.CALDAV}:calendar-timezone`]: {},
775775
[`${exports.DAVNamespaceShort.DAV}:displayname`]: {},
776776
[`${exports.DAVNamespaceShort.CALDAV_APPLE}:calendar-color`]: {},
777-
[`${exports.DAVNamespaceShort.CALDAV_APPLE}:getctag`]: {},
777+
[`${exports.DAVNamespaceShort.CALENDAR_SERVER}:getctag`]: {},
778778
[`${exports.DAVNamespaceShort.DAV}:resourcetype`]: {},
779779
[`${exports.DAVNamespaceShort.CALDAV}:supported-calendar-component-set`]: {},
780780
[`${exports.DAVNamespaceShort.DAV}:sync-token`]: {},

dist/tsdav.esm.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ const supportedReportSet = (params) => __awaiter(void 0, void 0, void 0, functio
355355
props: {
356356
[`${DAVNamespaceShort.DAV}:supported-report-set`]: {},
357357
},
358-
depth: '1',
358+
depth: '0',
359359
headers,
360360
});
361361
return ((_e = (_d = (_c = (_b = (_a = res[0]) === null || _a === void 0 ? void 0 : _a.props) === null || _b === void 0 ? void 0 : _b.supportedReportSet) === null || _c === void 0 ? void 0 : _c.supportedReport) === null || _d === void 0 ? void 0 : _d.map((sr) => Object.keys(sr.report)[0])) !== null && _e !== void 0 ? _e : []);
@@ -765,7 +765,7 @@ const fetchCalendars = (params) => __awaiter(void 0, void 0, void 0, function* (
765765
[`${DAVNamespaceShort.CALDAV}:calendar-timezone`]: {},
766766
[`${DAVNamespaceShort.DAV}:displayname`]: {},
767767
[`${DAVNamespaceShort.CALDAV_APPLE}:calendar-color`]: {},
768-
[`${DAVNamespaceShort.CALDAV_APPLE}:getctag`]: {},
768+
[`${DAVNamespaceShort.CALENDAR_SERVER}:getctag`]: {},
769769
[`${DAVNamespaceShort.DAV}:resourcetype`]: {},
770770
[`${DAVNamespaceShort.CALDAV}:supported-calendar-component-set`]: {},
771771
[`${DAVNamespaceShort.DAV}:sync-token`]: {},

dist/tsdav.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6406,7 +6406,7 @@ const supportedReportSet = (params) => __awaiter(void 0, void 0, void 0, functio
64066406
props: {
64076407
[`${DAVNamespaceShort.DAV}:supported-report-set`]: {},
64086408
},
6409-
depth: '1',
6409+
depth: '0',
64106410
headers,
64116411
});
64126412
return ((_e = (_d = (_c = (_b = (_a = res[0]) === null || _a === void 0 ? void 0 : _a.props) === null || _b === void 0 ? void 0 : _b.supportedReportSet) === null || _c === void 0 ? void 0 : _c.supportedReport) === null || _d === void 0 ? void 0 : _d.map((sr) => Object.keys(sr.report)[0])) !== null && _e !== void 0 ? _e : []);
@@ -6816,7 +6816,7 @@ const fetchCalendars = (params) => __awaiter(void 0, void 0, void 0, function* (
68166816
[`${DAVNamespaceShort.CALDAV}:calendar-timezone`]: {},
68176817
[`${DAVNamespaceShort.DAV}:displayname`]: {},
68186818
[`${DAVNamespaceShort.CALDAV_APPLE}:calendar-color`]: {},
6819-
[`${DAVNamespaceShort.CALDAV_APPLE}:getctag`]: {},
6819+
[`${DAVNamespaceShort.CALENDAR_SERVER}:getctag`]: {},
68206820
[`${DAVNamespaceShort.DAV}:resourcetype`]: {},
68216821
[`${DAVNamespaceShort.CALDAV}:supported-calendar-component-set`]: {},
68226822
[`${DAVNamespaceShort.DAV}:sync-token`]: {},

dist/tsdav.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)