Skip to content

Commit

Permalink
[fix] some detail bugs
Browse files Browse the repository at this point in the history
[optimize] upgrade Upstream packages
  • Loading branch information
TechQuery committed Apr 17, 2023
1 parent 0359f9a commit 8db3865
Show file tree
Hide file tree
Showing 5 changed files with 1,626 additions and 1,444 deletions.
44 changes: 23 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koajax",
"version": "0.8.3",
"version": "0.8.4",
"license": "LGPL-3.0",
"author": "[email protected]",
"description": "HTTP Client based on Koa-like middlewares",
Expand All @@ -25,34 +25,34 @@
"main": "dist/index.js",
"module": "dist/index.esm.js",
"dependencies": {
"@swc/helpers": "^0.4.11",
"@swc/helpers": "^0.4.14",
"iterable-observer": "^1.0.0-rc.1",
"regenerator-runtime": "^0.13.9",
"web-utility": "^3.9.2"
"regenerator-runtime": "^0.13.11",
"web-utility": "^4.0.0"
},
"peerDependencies": {
"jsdom": "^20.0.0"
"jsdom": "^21.0.0"
},
"devDependencies": {
"@parcel/packager-ts": "~2.6.2",
"@parcel/transformer-typescript-types": "~2.6.2",
"@types/core-js": "^2.5.5",
"@types/jest": "^29.0.0",
"@types/jsdom": "^20.0.0",
"@types/node": "^14.18.27",
"core-js": "^3.25.0",
"@types/jest": "^29.5.0",
"@types/jsdom": "^21.1.1",
"@types/node": "^16.18.23",
"core-js": "^3.30.1",
"cross-env": "^7.0.3",
"husky": "^8.0.1",
"jest": "^29.0.2",
"jest-environment-jsdom": "^29.0.2",
"jsdom": "^20.0.0",
"lint-staged": "^13.0.3",
"open-cli": "^7.0.1",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jsdom": "^21.1.1",
"lint-staged": "^13.2.1",
"open-cli": "^7.2.0",
"parcel": "~2.6.2",
"prettier": "^2.7.1",
"ts-jest": "^28.0.8",
"typedoc": "^0.23.14",
"typedoc-plugin-mdn-links": "^2.0.0",
"prettier": "^2.8.7",
"ts-jest": "^29.1.0",
"typedoc": "^0.24.4",
"typedoc-plugin-mdn-links": "^3.0.3",
"typescript": "~4.7.4"
},
"prettier": {
Expand All @@ -72,13 +72,15 @@
"targets": {
"main": {
"optimize": true
}
},
"types": false
},
"scripts": {
"prepare": "husky install",
"test": "lint-staged && jest",
"pack-dist": "rm -rf dist/ && tsc --emitDeclarationOnly && parcel build",
"pack-docs": "rm -rf docs/ && typedoc source/",
"build": "rm -rf dist/ && parcel build && npm run pack-docs",
"build": "npm run pack-dist && npm run pack-docs",
"help": "npm run pack-docs && open-cli docs/index.html",
"prepublishOnly": "npm test && npm run build"
}
Expand Down
Loading

0 comments on commit 8db3865

Please sign in to comment.