Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
hal-wang committed Apr 4, 2021
1 parent 9838b15 commit 9877d61
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion demo/cba-todo/cba-todo-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@cloudbase/node-sdk": "^2.5.0",
"@hal-wang/cloudbase-access": "^1.2.0",
"@hal-wang/cloudbase-access": "^1.2.1",
"linq": "^3.2.3",
"moment": "^2.29.1",
"request": "^2.88.2"
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hal-wang/cloudbase-access",
"version": "1.2.0",
"version": "1.2.1",
"description": "利用 NodeJS 和 CloudBase 快速创建 Serverless RESTful Api",
"homepage": "https://github.com/hal-wang/cloudbase-access",
"repository": {
Expand Down Expand Up @@ -44,22 +44,22 @@
"license": "MIT",
"dependencies": {
"@cloudbase/node-sdk": "^2.5.0",
"@types/node": "^14.14.24",
"@types/node": "^14.14.37",
"fs": "0.0.1-security",
"linq": "^3.2.3"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node": "^14.14.24",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"ts-jest": "^26.5.0",
"typescript": "^4.1.3"
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
},
"bin": {
"cba-map": "bin/cba-map.js",
Expand Down

0 comments on commit 9877d61

Please sign in to comment.