Skip to content

Commit e77c32f

Browse files
author
kamil.mysliwiec
committed
Update alpha-23
1 parent 88b6e34 commit e77c32f

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
## 1.0.0-ALPHA-20
1+
## 1.0.0-ALPHA-23
22

33
- Microservices support (TCP & Redis transports)
4-
- NestRunner -> NestFactory,
4+
- NestRunner -> NestFactory
55
- Simplify application initialization & configuration
66
- Added abillity to pass custom express instance
7-
- @Inject decorator for ES6+
7+
- @Inject decorator for ES6+
8+
- SocketGateway -> WebSocketGateway
9+
- GatewayServer -> WebSocketServer

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nest.js",
3-
"version": "1.0.0-alpha-21",
3+
"version": "1.0.0-alpha-23",
44
"description": "Modern, fast, powerful node.js web framework",
55
"main": "index.js",
66
"scripts": {

tsconfig.prod.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"src/index.ts"
1616
],
1717
"include": [
18-
"src/socket/**/*.ts",
18+
"src/websockets/**/*.ts",
19+
"src/microservices/**/*.ts",
1920
"src/testing/*.ts"
2021
],
2122
"exclude": [

0 commit comments

Comments
 (0)