@next-core/http
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -308,4 +308,3 @@ "use strict"; | ||
} | ||
let http = new Http(); | ||
exports.http = http; | ||
let http = exports.http = new Http(); | ||
function createHttpInstance(config) { | ||
@@ -312,0 +311,0 @@ exports.http = http = new Http(config); |
{ | ||
"name": "@next-core/http", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "> TODO: description", | ||
@@ -41,7 +41,7 @@ "homepage": "https://github.com/easyops-cn/next-core/tree/v3/packages/http", | ||
"devDependencies": { | ||
"@next-core/build-next-libs": "^1.0.7", | ||
"@next-core/test-next": "^1.0.10", | ||
"whatwg-fetch": "^3.6.18" | ||
"@next-core/build-next-libs": "^1.0.8", | ||
"@next-core/test-next": "^1.0.11", | ||
"whatwg-fetch": "^3.6.19" | ||
}, | ||
"gitHead": "99f3a381f5712c54cd5cdc185b4d511d98e665f3" | ||
"gitHead": "0cf0083bfde5b06e3aa4a8ef6af809de6eb9450a" | ||
} |
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
96819
1046