Skip to content

Commit

Permalink
chore: release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KeJunMao committed Dec 10, 2022
1 parent eef2b41 commit fa1f504
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uni-helper/axios-adapter",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"packageManager": "pnpm@7.12.0",
"description": "The Axios adapter for uniapp",
Expand Down Expand Up @@ -39,30 +39,28 @@
"dev": "tsup --watch",
"play": "nr -C playground dev:h5",
"prepublishOnly": "nr build",
"release": "bumpp && npm publish",
"release": "bumpp && npm publish --access public",
"test": "vitest",
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"axios": "*"
"axios": "1.2.1"
},
"devDependencies": {
"@dcloudio/types": "^3.0.19",
"@types/node": "^18.11.9",
"@dcloudio/types": "^3.2.2",
"@types/node": "^18.11.12",
"axios": "^1.2.1",
"bumpp": "^8.2.1",
"eslint": "^8.27.0",
"pnpm": "^7.15.0",
"eslint": "^8.29.0",
"pnpm": "^7.18.1",
"rimraf": "^3.0.2",
"tsup": "^6.4.0",
"typescript": "^4.8.4",
"vite": "^3.2.3"
},
"dependencies": {
"axios": "^1.1.3"
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"vite": "^4.0.0"
},
"pnpm": {
"patchedDependencies": {
"axios@1.1.3": "patches/axios@1.1.3.patch"
"axios@1.2.1": "patches/axios@1.2.1.patch"
}
}
}

0 comments on commit fa1f504

Please sign in to comment.