Skip to content

Commit

Permalink
chore: release request2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
winixt committed Dec 13, 2023
1 parent fc449c4 commit db10536
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions packages/fes-plugin-request/package.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"name": "@fesjs/plugin-request",
"version": "3.0.1",
"description": "@fesjs/plugin-request",
"main": "lib/index.js",
"files": [
"lib",
"types.d.ts"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
"directory": "packages/fes-plugin-request"
},
"keywords": [
"fes"
],
"author": "qlin",
"license": "MIT",
"bugs": {
"url": "https://github.com/WeBankFinTech/fes.js/issues"
},
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@fesjs/fes": "^3.0.0-rc.0",
"vue": "^3.2.47"
},
"dependencies": {
"@fesjs/utils": "3.0.0-rc.2",
"axios": "^1.0.0-alpha.1"
},
"typings": "./types.d.ts"
}
"name": "@fesjs/plugin-request",
"version": "3.0.2",
"description": "@fesjs/plugin-request",
"main": "lib/index.js",
"files": [
"lib",
"types.d.ts"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
"directory": "packages/fes-plugin-request"
},
"keywords": [
"fes"
],
"author": "qlin",
"license": "MIT",
"bugs": {
"url": "https://github.com/WeBankFinTech/fes.js/issues"
},
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@fesjs/fes": "^3.0.0-rc.0",
"vue": "^3.2.47"
},
"dependencies": {
"@fesjs/utils": "3.0.0-rc.2",
"axios": "^1.0.0-alpha.1"
},
"typings": "./types.d.ts"
}

0 comments on commit db10536

Please sign in to comment.