Comparing version 4.11.1 to 4.11.2
# WebDAV-Client changelog | ||
## v4.11.2 | ||
_2022-11-19_ | ||
* **Bugfix**: | ||
* [#323](https://github.com/perry-mitchell/webdav-client/issues/323) Cannot use namespace `HotPatcher` as a type | ||
## v4.11.1 | ||
@@ -4,0 +10,0 @@ _2022-11-19_ |
@@ -1,2 +0,2 @@ | ||
import HotPatcher from "hot-patcher"; | ||
import { HotPatcher } from "hot-patcher"; | ||
export declare function getPatcher(): HotPatcher; |
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getPatcher = void 0; | ||
var hot_patcher_1 = __importDefault(require("hot-patcher")); | ||
var hot_patcher_1 = require("hot-patcher"); | ||
var __patcher = null; | ||
function getPatcher() { | ||
if (!__patcher) { | ||
__patcher = new hot_patcher_1.default(); | ||
__patcher = new hot_patcher_1.HotPatcher(); | ||
} | ||
@@ -13,0 +10,0 @@ return __patcher; |
@@ -1,2 +0,2 @@ | ||
import HotPatcher from "hot-patcher"; | ||
import { HotPatcher } from "hot-patcher"; | ||
export declare function getPatcher(): HotPatcher; |
{ | ||
"name": "webdav", | ||
"version": "4.11.1", | ||
"version": "4.11.2", | ||
"description": "WebDAV client for NodeJS", | ||
@@ -65,3 +65,3 @@ "main": "dist/node/index.js", | ||
"he": "^1.2.0", | ||
"hot-patcher": "^0.5.0", | ||
"hot-patcher": "^1.0.0", | ||
"layerr": "^0.1.2", | ||
@@ -68,0 +68,0 @@ "md5": "^2.3.0", |
@@ -1,2 +0,2 @@ | ||
import HotPatcher from "hot-patcher"; | ||
import { HotPatcher } from "hot-patcher"; | ||
export declare function getPatcher(): HotPatcher; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
423403
3192
+ Addedhot-patcher@1.0.0(transitive)
- Removedhot-patcher@0.5.0(transitive)
Updatedhot-patcher@^1.0.0