Skip to content

Commit 511a245

Browse files
committed
v2.0.0-rc.1
1 parent 4dd1ac8 commit 511a245

File tree

8 files changed

+76
-76
lines changed

8 files changed

+76
-76
lines changed

dist/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tsdav",
3-
"version": "2.0.0-rc.0",
3+
"version": "2.0.0-rc.1",
44
"description": "WebDAV, CALDAV, and CARDDAV client for Nodejs and the Browser",
55
"keywords": [
66
"dav",
@@ -62,12 +62,12 @@
6262
"@types/base-64": "1.0.0",
6363
"@types/debug": "4.1.7",
6464
"@types/jest": "27.4.0",
65-
"@types/node": "17.0.10",
66-
"@typescript-eslint/eslint-plugin": "5.10.0",
67-
"@typescript-eslint/parser": "5.10.0",
65+
"@types/node": "17.0.12",
66+
"@typescript-eslint/eslint-plugin": "5.10.1",
67+
"@typescript-eslint/parser": "5.10.1",
6868
"copyfiles": "2.4.1",
6969
"cross-env": "7.0.3",
70-
"dotenv": "14.2.0",
70+
"dotenv": "14.3.0",
7171
"eslint": "8.7.0",
7272
"eslint-config-airbnb": "19.0.4",
7373
"eslint-config-airbnb-typescript": "16.1.0",
@@ -77,7 +77,7 @@
7777
"jest": "27.4.7",
7878
"prettier": "2.5.1",
7979
"rimraf": "3.0.2",
80-
"rollup": "2.66.0",
80+
"rollup": "2.66.1",
8181
"rollup-plugin-dts": "4.1.0",
8282
"rollup-plugin-terser": "7.0.2",
8383
"sort-package-json": "1.53.1",

dist/tsdav.cjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ const fetchCalendars = (params) => __awaiter(void 0, void 0, void 0, function* (
772772
props: customProps !== null && customProps !== void 0 ? customProps : {
773773
[`${exports.DAVNamespaceShort.CALDAV}:calendar-description`]: {},
774774
[`${exports.DAVNamespaceShort.CALDAV}:calendar-timezone`]: {},
775-
[`${exports.DAVNamespaceShort.CALDAV}:displayname`]: {},
775+
[`${exports.DAVNamespaceShort.DAV}:displayname`]: {},
776776
[`${exports.DAVNamespaceShort.CALDAV_APPLE}:calendar-color`]: {},
777777
[`${exports.DAVNamespaceShort.CALDAV_APPLE}:getctag`]: {},
778778
[`${exports.DAVNamespaceShort.DAV}:resourcetype`]: {},

dist/tsdav.esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ const fetchCalendars = (params) => __awaiter(void 0, void 0, void 0, function* (
763763
props: customProps !== null && customProps !== void 0 ? customProps : {
764764
[`${DAVNamespaceShort.CALDAV}:calendar-description`]: {},
765765
[`${DAVNamespaceShort.CALDAV}:calendar-timezone`]: {},
766-
[`${DAVNamespaceShort.CALDAV}:displayname`]: {},
766+
[`${DAVNamespaceShort.DAV}:displayname`]: {},
767767
[`${DAVNamespaceShort.CALDAV_APPLE}:calendar-color`]: {},
768768
[`${DAVNamespaceShort.CALDAV_APPLE}:getctag`]: {},
769769
[`${DAVNamespaceShort.DAV}:resourcetype`]: {},

dist/tsdav.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6814,7 +6814,7 @@ const fetchCalendars = (params) => __awaiter(void 0, void 0, void 0, function* (
68146814
props: customProps !== null && customProps !== void 0 ? customProps : {
68156815
[`${DAVNamespaceShort.CALDAV}:calendar-description`]: {},
68166816
[`${DAVNamespaceShort.CALDAV}:calendar-timezone`]: {},
6817-
[`${DAVNamespaceShort.CALDAV}:displayname`]: {},
6817+
[`${DAVNamespaceShort.DAV}:displayname`]: {},
68186818
[`${DAVNamespaceShort.CALDAV_APPLE}:calendar-color`]: {},
68196819
[`${DAVNamespaceShort.CALDAV_APPLE}:getctag`]: {},
68206820
[`${DAVNamespaceShort.DAV}:resourcetype`]: {},

dist/tsdav.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module.exports = {
5959
lastVersion: 'current',
6060
versions: {
6161
current: {
62-
label: '2.0.0-rc.0',
62+
label: '2.0.0-rc.1',
6363
},
6464
'1.1.6': {
6565
label: '1.1.6',

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tsdav",
3-
"version": "2.0.0-rc.0",
3+
"version": "2.0.0-rc.1",
44
"description": "WebDAV, CALDAV, and CARDDAV client for Nodejs and the Browser",
55
"keywords": [
66
"dav",
@@ -62,12 +62,12 @@
6262
"@types/base-64": "1.0.0",
6363
"@types/debug": "4.1.7",
6464
"@types/jest": "27.4.0",
65-
"@types/node": "17.0.10",
66-
"@typescript-eslint/eslint-plugin": "5.10.0",
67-
"@typescript-eslint/parser": "5.10.0",
65+
"@types/node": "17.0.12",
66+
"@typescript-eslint/eslint-plugin": "5.10.1",
67+
"@typescript-eslint/parser": "5.10.1",
6868
"copyfiles": "2.4.1",
6969
"cross-env": "7.0.3",
70-
"dotenv": "14.2.0",
70+
"dotenv": "14.3.0",
7171
"eslint": "8.7.0",
7272
"eslint-config-airbnb": "19.0.4",
7373
"eslint-config-airbnb-typescript": "16.1.0",
@@ -77,7 +77,7 @@
7777
"jest": "27.4.7",
7878
"prettier": "2.5.1",
7979
"rimraf": "3.0.2",
80-
"rollup": "2.66.0",
80+
"rollup": "2.66.1",
8181
"rollup-plugin-dts": "4.1.0",
8282
"rollup-plugin-terser": "7.0.2",
8383
"sort-package-json": "1.53.1",

yarn.lock

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -944,10 +944,10 @@
944944
resolved "https://registry.npmjs.org/@types/node/-/node-16.7.1.tgz#c6b9198178da504dfca1fd0be9b2e1002f1586f0"
945945
integrity sha512-ncRdc45SoYJ2H4eWU9ReDfp3vtFqDYhjOsKlFFUDEn8V1Bgr2RjYal8YT5byfadWIRluhPFU6JiDOl0H6Sl87A==
946946

947-
"@types/node@17.0.10":
948-
version "17.0.10"
949-
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.10.tgz#616f16e9d3a2a3d618136b1be244315d95bd7cab"
950-
integrity sha512-S/3xB4KzyFxYGCppyDt68yzBU9ysL88lSdIah4D6cptdcltc4NCPCAMc0+PCpg/lLIyC7IPvj2Z52OJWeIUkog==
947+
"@types/node@17.0.12":
948+
version "17.0.12"
949+
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.12.tgz#f7aa331b27f08244888c47b7df126184bc2339c5"
950+
integrity sha512-4YpbAsnJXWYK/fpTVFlMIcUIho2AYCi4wg5aNPrG1ng7fn/1/RZfCIpRCiBX+12RVa34RluilnvCqD+g3KiSiA==
951951

952952
"@types/prettier@^2.1.5":
953953
version "2.3.2"
@@ -978,84 +978,84 @@
978978
dependencies:
979979
"@types/yargs-parser" "*"
980980

981-
"@typescript-eslint/eslint-plugin@5.10.0":
982-
version "5.10.0"
983-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.10.0.tgz#e90afea96dff8620892ad216b0e4ccdf8ee32d3a"
984-
integrity sha512-XXVKnMsq2fuu9K2KsIxPUGqb6xAImz8MEChClbXmE3VbveFtBUU5bzM6IPVWqzyADIgdkS2Ws/6Xo7W2TeZWjQ==
981+
"@typescript-eslint/eslint-plugin@5.10.1":
982+
version "5.10.1"
983+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.10.1.tgz#870195d0f2146b36d11fc71131b75aba52354c69"
984+
integrity sha512-xN3CYqFlyE/qOcy978/L0xLR2HlcAGIyIK5sMOasxaaAPfQRj/MmMV6OC3I7NZO84oEUdWCOju34Z9W8E0pFDQ==
985985
dependencies:
986-
"@typescript-eslint/scope-manager" "5.10.0"
987-
"@typescript-eslint/type-utils" "5.10.0"
988-
"@typescript-eslint/utils" "5.10.0"
986+
"@typescript-eslint/scope-manager" "5.10.1"
987+
"@typescript-eslint/type-utils" "5.10.1"
988+
"@typescript-eslint/utils" "5.10.1"
989989
debug "^4.3.2"
990990
functional-red-black-tree "^1.0.1"
991991
ignore "^5.1.8"
992992
regexpp "^3.2.0"
993993
semver "^7.3.5"
994994
tsutils "^3.21.0"
995995

996-
"@typescript-eslint/parser@5.10.0":
997-
version "5.10.0"
998-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.10.0.tgz#8f59e036f5f1cffc178cacbd5ccdd02aeb96c91c"
999-
integrity sha512-pJB2CCeHWtwOAeIxv8CHVGJhI5FNyJAIpx5Pt72YkK3QfEzt6qAlXZuyaBmyfOdM62qU0rbxJzNToPTVeJGrQw==
996+
"@typescript-eslint/parser@5.10.1":
997+
version "5.10.1"
998+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.10.1.tgz#4ce9633cc33fc70bc13786cb793c1a76fe5ad6bd"
999+
integrity sha512-GReo3tjNBwR5RnRO0K2wDIDN31cM3MmDtgyQ85oAxAmC5K3j/g85IjP+cDfcqDsDDBf1HNKQAD0WqOYL8jXqUA==
10001000
dependencies:
1001-
"@typescript-eslint/scope-manager" "5.10.0"
1002-
"@typescript-eslint/types" "5.10.0"
1003-
"@typescript-eslint/typescript-estree" "5.10.0"
1001+
"@typescript-eslint/scope-manager" "5.10.1"
1002+
"@typescript-eslint/types" "5.10.1"
1003+
"@typescript-eslint/typescript-estree" "5.10.1"
10041004
debug "^4.3.2"
10051005

1006-
"@typescript-eslint/scope-manager@5.10.0":
1007-
version "5.10.0"
1008-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.10.0.tgz#bb5d872e8b9e36203908595507fbc4d3105329cb"
1009-
integrity sha512-tgNgUgb4MhqK6DoKn3RBhyZ9aJga7EQrw+2/OiDk5hKf3pTVZWyqBi7ukP+Z0iEEDMF5FDa64LqODzlfE4O/Dg==
1006+
"@typescript-eslint/scope-manager@5.10.1":
1007+
version "5.10.1"
1008+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.10.1.tgz#f0539c73804d2423506db2475352a4dec36cd809"
1009+
integrity sha512-Lyvi559Gvpn94k7+ElXNMEnXu/iundV5uFmCUNnftbFrUbAJ1WBoaGgkbOBm07jVZa682oaBU37ao/NGGX4ZDg==
10101010
dependencies:
1011-
"@typescript-eslint/types" "5.10.0"
1012-
"@typescript-eslint/visitor-keys" "5.10.0"
1011+
"@typescript-eslint/types" "5.10.1"
1012+
"@typescript-eslint/visitor-keys" "5.10.1"
10131013

1014-
"@typescript-eslint/type-utils@5.10.0":
1015-
version "5.10.0"
1016-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.10.0.tgz#8524b9479c19c478347a7df216827e749e4a51e5"
1017-
integrity sha512-TzlyTmufJO5V886N+hTJBGIfnjQDQ32rJYxPaeiyWKdjsv2Ld5l8cbS7pxim4DeNs62fKzRSt8Q14Evs4JnZyQ==
1014+
"@typescript-eslint/type-utils@5.10.1":
1015+
version "5.10.1"
1016+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.10.1.tgz#5e526c00142585e40ab1503e83f1ff608c367405"
1017+
integrity sha512-AfVJkV8uck/UIoDqhu+ptEdBoQATON9GXnhOpPLzkQRJcSChkvD//qsz9JVffl2goxX+ybs5klvacE9vmrQyCw==
10181018
dependencies:
1019-
"@typescript-eslint/utils" "5.10.0"
1019+
"@typescript-eslint/utils" "5.10.1"
10201020
debug "^4.3.2"
10211021
tsutils "^3.21.0"
10221022

1023-
"@typescript-eslint/types@5.10.0":
1024-
version "5.10.0"
1025-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.10.0.tgz#beb3cb345076f5b088afe996d57bcd1dfddaa75c"
1026-
integrity sha512-wUljCgkqHsMZbw60IbOqT/puLfyqqD5PquGiBo1u1IS3PLxdi3RDGlyf032IJyh+eQoGhz9kzhtZa+VC4eWTlQ==
1023+
"@typescript-eslint/types@5.10.1":
1024+
version "5.10.1"
1025+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.10.1.tgz#dca9bd4cb8c067fc85304a31f38ec4766ba2d1ea"
1026+
integrity sha512-ZvxQ2QMy49bIIBpTqFiOenucqUyjTQ0WNLhBM6X1fh1NNlYAC6Kxsx8bRTY3jdYsYg44a0Z/uEgQkohbR0H87Q==
10271027

1028-
"@typescript-eslint/typescript-estree@5.10.0":
1029-
version "5.10.0"
1030-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.0.tgz#4be24a3dea0f930bb1397c46187d0efdd955a224"
1031-
integrity sha512-x+7e5IqfwLwsxTdliHRtlIYkgdtYXzE0CkFeV6ytAqq431ZyxCFzNMNR5sr3WOlIG/ihVZr9K/y71VHTF/DUQA==
1028+
"@typescript-eslint/typescript-estree@5.10.1":
1029+
version "5.10.1"
1030+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.1.tgz#b268e67be0553f8790ba3fe87113282977adda15"
1031+
integrity sha512-PwIGnH7jIueXv4opcwEbVGDATjGPO1dx9RkUl5LlHDSe+FXxPwFL5W/qYd5/NHr7f6lo/vvTrAzd0KlQtRusJQ==
10321032
dependencies:
1033-
"@typescript-eslint/types" "5.10.0"
1034-
"@typescript-eslint/visitor-keys" "5.10.0"
1033+
"@typescript-eslint/types" "5.10.1"
1034+
"@typescript-eslint/visitor-keys" "5.10.1"
10351035
debug "^4.3.2"
10361036
globby "^11.0.4"
10371037
is-glob "^4.0.3"
10381038
semver "^7.3.5"
10391039
tsutils "^3.21.0"
10401040

1041-
"@typescript-eslint/utils@5.10.0":
1042-
version "5.10.0"
1043-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.0.tgz#c3d152a85da77c400e37281355561c72fb1b5a65"
1044-
integrity sha512-IGYwlt1CVcFoE2ueW4/ioEwybR60RAdGeiJX/iDAw0t5w0wK3S7QncDwpmsM70nKgGTuVchEWB8lwZwHqPAWRg==
1041+
"@typescript-eslint/utils@5.10.1":
1042+
version "5.10.1"
1043+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.1.tgz#fa682a33af47080ba2c4368ee0ad2128213a1196"
1044+
integrity sha512-RRmlITiUbLuTRtn/gcPRi4202niF+q7ylFLCKu4c+O/PcpRvZ/nAUwQ2G00bZgpWkhrNLNnvhZLbDn8Ml0qsQw==
10451045
dependencies:
10461046
"@types/json-schema" "^7.0.9"
1047-
"@typescript-eslint/scope-manager" "5.10.0"
1048-
"@typescript-eslint/types" "5.10.0"
1049-
"@typescript-eslint/typescript-estree" "5.10.0"
1047+
"@typescript-eslint/scope-manager" "5.10.1"
1048+
"@typescript-eslint/types" "5.10.1"
1049+
"@typescript-eslint/typescript-estree" "5.10.1"
10501050
eslint-scope "^5.1.1"
10511051
eslint-utils "^3.0.0"
10521052

1053-
"@typescript-eslint/visitor-keys@5.10.0":
1054-
version "5.10.0"
1055-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.0.tgz#770215497ad67cd15a572b52089991d5dfe06281"
1056-
integrity sha512-GMxj0K1uyrFLPKASLmZzCuSddmjZVbVj3Ouy5QVuIGKZopxvOr24JsS7gruz6C3GExE01mublZ3mIBOaon9zuQ==
1053+
"@typescript-eslint/visitor-keys@5.10.1":
1054+
version "5.10.1"
1055+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.1.tgz#29102de692f59d7d34ecc457ed59ab5fc558010b"
1056+
integrity sha512-NjQ0Xinhy9IL979tpoTRuLKxMc0zJC7QVSdeerXs2/QvOy2yRkzX5dRb10X5woNUdJgU8G3nYRDlI33sq1K4YQ==
10571057
dependencies:
1058-
"@typescript-eslint/types" "5.10.0"
1058+
"@typescript-eslint/types" "5.10.1"
10591059
eslint-visitor-keys "^3.0.0"
10601060

10611061
abab@^2.0.3, abab@^2.0.5:
@@ -1865,10 +1865,10 @@ domexception@^2.0.1:
18651865
dependencies:
18661866
webidl-conversions "^5.0.0"
18671867

1868-
dotenv@14.2.0:
1869-
version "14.2.0"
1870-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-14.2.0.tgz#7e77fd5dd6cff5942c4496e1acf2d0f37a9e67aa"
1871-
integrity sha512-05POuPJyPpO6jqzTNweQFfAyMSD4qa4lvsMOWyTRTdpHKy6nnnN+IYWaXF+lHivhBH/ufDKlR4IWCAN3oPnHuw==
1868+
dotenv@14.3.0:
1869+
version "14.3.0"
1870+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-14.3.0.tgz#40f537fe90e229d35361c66cf432903e0db49001"
1871+
integrity sha512-PCTcOQSXVo9FI1dB7AichJXMEvmiGCq0gnCpjfDUc8505uR+2MeLXWe+Ue4PN5UXa2isHSa78sr7L59fk+2mnQ==
18721872

18731873
electron-to-chromium@^1.3.811:
18741874
version "1.3.814"
@@ -4202,10 +4202,10 @@ rollup-plugin-terser@7.0.2:
42024202
serialize-javascript "^4.0.0"
42034203
terser "^5.0.0"
42044204

4205-
rollup@2.66.0:
4206-
version "2.66.0"
4207-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.66.0.tgz#ee529ea15a20485d579039637fec3050bad03bbb"
4208-
integrity sha512-L6mKOkdyP8HK5kKJXaiWG7KZDumPJjuo1P+cfyHOJPNNTK3Moe7zCH5+fy7v8pVmHXtlxorzaBjvkBMB23s98g==
4205+
rollup@2.66.1:
4206+
version "2.66.1"
4207+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.66.1.tgz#366b0404de353c4331d538c3ad2963934fcb4937"
4208+
integrity sha512-crSgLhSkLMnKr4s9iZ/1qJCplgAgrRY+igWv8KhG/AjKOJ0YX/WpmANyn8oxrw+zenF3BXWDLa7Xl/QZISH+7w==
42094209
optionalDependencies:
42104210
fsevents "~2.3.2"
42114211

0 commit comments

Comments
 (0)