-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore() publish alpha version (next)
- Loading branch information
1 parent
aaad9ae
commit f0e9b40
Showing
19 changed files
with
70 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "5.5.0" | ||
"version": "6.0.0-alpha.3" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
{ | ||
"name": "@nestjs/platform-express", | ||
"version": "5.4.1", | ||
"description": | ||
"Nest - modern, fast, powerful node.js web framework (@platform-express)", | ||
"version": "6.0.0-alpha.3", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@platform-express)", | ||
"author": "Kamil Mysliwiec", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/nestjs/nest" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"dependencies": { | ||
"body-parser": "1.18.3", | ||
"cors": "2.8.4", | ||
"express": "4.16.3", | ||
"multer": "1.3.0" | ||
}, | ||
"peerDependencies": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
{ | ||
"name": "@nestjs/platform-fastify", | ||
"version": "5.4.1", | ||
"description": | ||
"Nest - modern, fast, powerful node.js web framework (@platform-fastify)", | ||
"version": "6.0.0-alpha.3", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@platform-fastify)", | ||
"author": "Kamil Mysliwiec", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/nestjs/nest" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"dependencies": { | ||
"fastify": "^1.13.1", | ||
"fastify-cors": "^0.2.0", | ||
"fastify-formbody": "2.0.3", | ||
"path-to-regexp": "2.2.1" | ||
}, | ||
"peerDependencies": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,22 @@ | ||
{ | ||
"name": "@nestjs/platform-socket.io", | ||
"version": "5.4.1", | ||
"version": "6.0.0-alpha.3", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@platform-socket.io)", | ||
"author": "Kamil Mysliwiec", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/nestjs/nest" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@types/express": "^4.0.39", | ||
"body-parser": "1.18.3", | ||
"cors": "2.8.4", | ||
"express": "4.16.3", | ||
"multer": "1.3.0" | ||
"socket.io": "^2.1.1" | ||
}, | ||
"peerDependencies": {} | ||
"peerDependencies": { | ||
"@nestjs/common": "^5.0.0", | ||
"@nestjs/websockets": "^5.0.0", | ||
"rxjs": "^6.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,22 @@ | ||
{ | ||
"name": "@nestjs/platform-ws", | ||
"version": "5.4.1", | ||
"version": "6.0.0-alpha.3", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@platform-ws)", | ||
"author": "Kamil Mysliwiec", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/nestjs/nest" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@types/express": "^4.0.39", | ||
"body-parser": "1.18.3", | ||
"cors": "2.8.4", | ||
"express": "4.16.3", | ||
"multer": "1.3.0" | ||
"ws": "^5.1.1" | ||
}, | ||
"peerDependencies": {} | ||
"peerDependencies": { | ||
"@nestjs/common": "^5.0.0", | ||
"@nestjs/websockets": "^5.0.0", | ||
"rxjs": "^6.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters