@midwayjs/axios
Advanced tools
Comparing version
@@ -11,8 +11,5 @@ "use strict"; | ||
}; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.HttpService = exports.HttpServiceFactory = void 0; | ||
const axios_1 = __importDefault(require("axios")); | ||
const axios_1 = require("axios"); | ||
const core_1 = require("@midwayjs/core"); | ||
@@ -19,0 +16,0 @@ let HttpServiceFactory = class HttpServiceFactory extends core_1.ServiceFactory { |
{ | ||
"name": "@midwayjs/axios", | ||
"description": "midway http client with axios", | ||
"version": "3.6.1", | ||
"version": "3.6.2-beta.1", | ||
"main": "dist/index", | ||
@@ -17,3 +17,3 @@ "typings": "index.d.ts", | ||
"dependencies": { | ||
"axios": "1.1.2" | ||
"axios": "1.1.0" | ||
}, | ||
@@ -39,4 +39,3 @@ "keywords": [ | ||
"url": "https://github.com/midwayjs/midway.git" | ||
}, | ||
"gitHead": "7aa8d1d712ff5ae7e3b27eb2e154d3f7ee40889a" | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
11529
-9.97%11
-8.33%228
-1.3%2
100%+ Added
- Removed
Updated