@burstjs/http
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -11,5 +11,3 @@ import HttpResponse from './httpResponse'; | ||
delete(url: string): Promise<HttpResponse>; | ||
mockClear(): void; | ||
mockImplementationOnce(): void; | ||
} | ||
export default Http; |
@@ -73,6 +73,4 @@ "use strict"; | ||
} | ||
mockClear() { } | ||
mockImplementationOnce() { } | ||
} | ||
exports.default = Http; | ||
//# sourceMappingURL=http.js.map |
@@ -57,4 +57,2 @@ "use strict"; | ||
} | ||
mockClear() { } | ||
mockImplementationOnce() { } | ||
static reset() { | ||
@@ -61,0 +59,0 @@ http_1.default.mockClear(); |
{ | ||
"name": "@burstjs/http", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Send commands to BURST over HTTP", | ||
@@ -49,3 +49,3 @@ "contributors": [ | ||
}, | ||
"gitHead": "d66916118ee787da2aacfc18b9809c66617c2b57", | ||
"gitHead": "424eba9866f7bde74e3671aa22e2409778e6abf4", | ||
"publishConfig": { | ||
@@ -52,0 +52,0 @@ "access": "public" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21968
468