Skip to content

Commit b34b24e

Browse files
chore(release) publish v4.4.0
1 parent 3085b98 commit b34b24e

6 files changed

Lines changed: 6 additions & 21 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"lib/*"
55
],
6-
"version": "4.3.10"
6+
"version": "4.4.0"
77
}

lib/common/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{
22
"name": "@nestjs/common",
3-
"version": "4.3.10",
3+
"version": "4.4.0",
44
"description": "Nest - modern, fast, powerful node.js web framework (@common)",
55
"author": "Kamil Mysliwiec",
66
"license": "MIT",
7-
"scripts": {
8-
"compile": "tsc -p tsconfig.json"
9-
},
107
"dependencies": {
118
"class-transformer": "0.1.8",
129
"class-validator": "0.7.3",

lib/core/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{
22
"name": "@nestjs/core",
3-
"version": "4.3.10",
3+
"version": "4.4.0",
44
"description": "Nest - modern, fast, powerful node.js web framework (@core)",
55
"author": "Kamil Mysliwiec",
66
"license": "MIT",
7-
"scripts": {
8-
"compile": "tsc -p tsconfig.json"
9-
},
107
"dependencies": {
118
"body-parser": "1.17.2",
129
"express": "4.16.2",

lib/microservices/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{
22
"name": "@nestjs/microservices",
3-
"version": "4.3.10",
3+
"version": "4.4.0",
44
"description": "Nest - modern, fast, powerful node.js web framework (@microservices)",
55
"author": "Kamil Mysliwiec",
66
"license": "MIT",
7-
"scripts": {
8-
"compile": "tsc -p tsconfig.json"
9-
},
107
"dependencies": {
118
"iterare": "0.0.8",
129
"json-socket": "^0.2.1",

lib/testing/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{
22
"name": "@nestjs/testing",
3-
"version": "4.3.10",
3+
"version": "4.4.0",
44
"description": "Nest - modern, fast, powerful node.js web framework (@testing)",
55
"author": "Kamil Mysliwiec",
66
"license": "MIT",
7-
"scripts": {
8-
"compile": "tsc -p tsconfig.json"
9-
},
107
"dependencies": {
118
"optional": "0.1.4"
129
},

lib/websockets/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{
22
"name": "@nestjs/websockets",
3-
"version": "4.3.10",
3+
"version": "4.4.0",
44
"description": "Nest - modern, fast, powerful node.js web framework (@websockets)",
55
"author": "Kamil Mysliwiec",
66
"license": "MIT",
7-
"scripts": {
8-
"compile": "tsc -p tsconfig.json"
9-
},
107
"dependencies": {
118
"iterare": "0.0.8",
129
"socket.io": "^2.0.3"

0 commit comments

Comments
 (0)