Comparing version 5.0.0-r4 to 5.0.0
@@ -11,2 +11,3 @@ # WebDAV-Client changelog | ||
* [#332](https://github.com/perry-mitchell/webdav-client/issues/332) HA1 support for Digest authentication | ||
* [#341](https://github.com/perry-mitchell/webdav-client/pull/341) Preserve stringified numbers with leading zeros | ||
* **Bugfix**: | ||
@@ -13,0 +14,0 @@ * [#204](https://github.com/perry-mitchell/webdav-client/issues/204) Missing engine restriction for Node |
@@ -51,3 +51,4 @@ import path from "path-posix"; | ||
arrayMode: false, | ||
ignoreNameSpace: true | ||
ignoreNameSpace: true, | ||
parseTrueNumberOnly: true | ||
// // We don't use the processors here as decoding is done manually | ||
@@ -54,0 +55,0 @@ // // later on - decoding early would break some path checks. |
{ | ||
"name": "webdav", | ||
"version": "5.0.0-r4", | ||
"version": "5.0.0", | ||
"description": "WebDAV client for NodeJS", | ||
@@ -5,0 +5,0 @@ "exports": { |
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
209513
1659
0