We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a25ce commit 20bc1f4Copy full SHA for 20bc1f4
.gitignore
@@ -6,3 +6,4 @@ node_modules
6
docs/.vuepress/dist/
7
8
yarn.lock
9
+package-lock.json
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tua-api",
3
- "version": "1.6.0",
+ "version": "1.6.1",
4
"description": "🏗 A common tool helps converting configs to api functions",
5
"main": "dist/TuaApi.cjs.js",
"module": "dist/TuaApi.esm.js",
@@ -45,7 +45,7 @@
45
"package.json"
46
],
47
"dependencies": {
48
- "axios": "^0.19.2",
+ "axios": "^0.21.1",
49
"fetch-jsonp": "^1.1.3",
50
"koa-compose": "^4.1.0"
51
},
0 commit comments