Skip to content

Commit 91c06ca

Browse files
郎永山郎永山
郎永山
authored and
郎永山
committed
chore(release): 0.0.8
1 parent d9e0a8b commit 91c06ca

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.0.8](https://github.com/langys/serverless-nestjs-for-tencent/compare/v2.3.3...v0.0.8) (2020-03-15)
6+
57
### [2.3.3](https://github.com/serverless-components/tencent-express/compare/v2.3.2...v2.3.3) (2020-03-12)
68

79

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@serverless/tencent-express",
3-
"description": "Tencent Express Component",
4-
"version": "2.3.3",
2+
"name": "serverless-nestjs-for-tencent",
3+
"description": "Serverless Component Tencent Cloud",
4+
"version": "0.0.8",
55
"main": "./serverless.js",
66
"publishConfig": {
77
"access": "public"
@@ -16,14 +16,18 @@
1616
"tag": false
1717
}
1818
},
19-
"author": "Serverless, Inc.",
2019
"license": "Apache",
2120
"dependencies": {
21+
"@nestjs/common": "^7.0.0",
22+
"@nestjs/core": "^7.0.1",
23+
"@nestjs/platform-express": "^7.0.0",
24+
"rxjs": "^6.5.4",
2225
"@serverless/core": "^1.0.0",
2326
"@serverless/tencent-apigateway": "^2.1.4",
2427
"@serverless/tencent-scf": "^3.0.0",
2528
"ext": "^1.4.0",
2629
"fs-extra": "^8.1.0",
30+
"reflect-metadata": "^0.1.13",
2731
"tencent-serverless-http": "^1.0.5",
2832
"terser": "^4.6.3",
2933
"type": "^2.0.0",

0 commit comments

Comments
 (0)