Skip to content

Commit

Permalink
chore(@nestcloud) publish v0.4.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
miaowing committed Jul 24, 2019
1 parent cf4e64b commit ef2834c
Show file tree
Hide file tree
Showing 19 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.4.3"
"version": "0.4.4"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestcloud/core",
"version": "0.4.3",
"version": "0.4.4",
"description": "Nest micro service solution.",
"author": "Miaowing <[email protected]>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/boot/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@nestcloud/boot",
"version": "0.4.3",
"version": "0.4.4",
"description": "A Nest framework (node.js) module for getting config parameters when the app start running.",
"author": "Miaowing <[email protected]>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@nestcloud/common": "^0.4.3",
"@nestcloud/common": "^0.4.4",
"@nestjs/common": "^6.0.0"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/brakes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestcloud/brakes",
"version": "0.4.3",
"version": "0.4.4",
"description": "Hystrix compliant Node.js Circuit Breaker Library based on brakes.",
"author": "Miaowing <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestcloud/common",
"version": "0.4.3",
"version": "0.4.4",
"description": "common module for nestcloud",
"author": "Miaowing <[email protected]>",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions packages/consul-config/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@nestcloud/consul-config",
"version": "0.4.3",
"version": "0.4.4",
"description": "A Nest framework (node.js) module for getting configurations from consul kv",
"author": "Miaowing <[email protected]>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"optionalDependencies": {
"@nestcloud/boot": "^0.4.3"
"@nestcloud/boot": "^0.4.4"
},
"peerDependencies": {
"@nestcloud/common": "^0.4.3",
"@nestcloud/consul": "^0.4.3",
"@nestcloud/common": "^0.4.4",
"@nestcloud/consul": "^0.4.4",
"@nestjs/common": "^6.0.0",
"consul": "^0.30.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/consul-service/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@nestcloud/consul-service",
"version": "0.4.3",
"version": "0.4.4",
"description": "A Nest framework (node.js) module for registering and getting consul service easily.",
"author": "Miaowing <[email protected]>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"optionalDependencies": {
"@nestcloud/boot": "^0.4.3"
"@nestcloud/boot": "^0.4.4"
},
"peerDependencies": {
"@nestcloud/common": "^0.4.3",
"@nestcloud/consul": "^0.4.3",
"@nestcloud/common": "^0.4.4",
"@nestcloud/consul": "^0.4.4",
"@nestjs/common": "^6.0.0",
"consul": "^0.34.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/consul/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@nestcloud/consul",
"version": "0.4.3",
"version": "0.4.4",
"description": "A Consul module for Nest framework (node.js)",
"author": "Miaowing <[email protected]>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@nestcloud/common": "^0.4.3",
"@nestcloud/common": "^0.4.4",
"@nestjs/common": "^6.0.0",
"consul": "^0.34.1"
},
"optionalDependencies": {
"@nestcloud/boot": "^0.4.3"
"@nestcloud/boot": "^0.4.4"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestcloud/core",
"version": "0.4.3",
"version": "0.4.4",
"description": "A Nest framework (node.js) module for registering and getting consul service easily.",
"author": "Miaowing <[email protected]>",
"license": "MIT",
Expand Down
14 changes: 7 additions & 7 deletions packages/feign/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "@nestcloud/feign",
"version": "0.4.3",
"version": "0.4.4",
"description": "Feign is a nest http decorators library that makes writing nodejs http clients easier.",
"author": "Miaowing <[email protected]>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"optionalDependencies": {
"@nestcloud/boot": "^0.4.3",
"@nestcloud/brakes": "^0.4.3",
"@nestcloud/consul-config": "^0.4.3",
"@nestcloud/loadbalance": "^0.4.3"
"@nestcloud/boot": "^0.4.4",
"@nestcloud/brakes": "^0.4.4",
"@nestcloud/consul-config": "^0.4.4",
"@nestcloud/loadbalance": "^0.4.4"
},
"peerDependencies": {
"@nestcloud/common": "^0.4.3",
"@nestcloud/core": "^0.4.3",
"@nestcloud/common": "^0.4.4",
"@nestcloud/core": "^0.4.4",
"@nestjs/common": "^6.0.0"
},
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/grpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestcloud/grpc",
"version": "0.4.3",
"version": "0.4.4",
"description": "loadbalance grpc module for nestcloud",
"author": "Miaowing <[email protected]>",
"license": "MIT",
Expand All @@ -16,8 +16,8 @@
},
"homepage": "https://github.com/nest-cloud/nestcloud#readme",
"peerDependencies": {
"@nestcloud/common": "^0.4.3",
"@nestcloud/core": "^0.4.3",
"@nestcloud/common": "^0.4.4",
"@nestcloud/core": "^0.4.4",
"@nestjs/microservices": "^6.1.1"
}
}
12 changes: 6 additions & 6 deletions packages/loadbalance/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@nestcloud/loadbalance",
"version": "0.4.3",
"version": "0.4.4",
"description": "A Nest framework (node.js) module for getting service from consul and sending http request by loadbalance.",
"author": "Miaowing <[email protected]>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"optionalDependencies": {
"@nestcloud/boot": "^0.4.3",
"@nestcloud/consul-config": "^0.4.3"
"@nestcloud/boot": "^0.4.4",
"@nestcloud/consul-config": "^0.4.4"
},
"peerDependencies": {
"@nestcloud/common": "^0.4.3",
"@nestcloud/consul": "^0.4.3",
"@nestcloud/consul-service": "^0.4.3",
"@nestcloud/common": "^0.4.4",
"@nestcloud/consul": "^0.4.4",
"@nestcloud/consul-service": "^0.4.4",
"@nestjs/common": "^6.0.0",
"consul": "^0.30.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@nestcloud/logger",
"version": "0.4.3",
"version": "0.4.4",
"description": "Nestcloud logger module",
"author": "Miaowing <[email protected]>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@nestcloud/boot": "^0.4.3",
"@nestcloud/common": "^0.4.3",
"@nestcloud/boot": "^0.4.4",
"@nestcloud/common": "^0.4.4",
"@nestjs/common": "^6.0.0"
},
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions packages/memcached/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@nestcloud/memcached",
"version": "0.4.3",
"version": "0.4.4",
"description": "A memcached module for nest.js",
"author": "Miaowing <[email protected]>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"optionalDependencies": {
"@nestcloud/boot": "^0.4.3",
"@nestcloud/consul-config": "^0.4.3"
"@nestcloud/boot": "^0.4.4",
"@nestcloud/consul-config": "^0.4.4"
},
"peerDependencies": {
"@nestcloud/common": "^0.4.3",
"@nestcloud/common": "^0.4.4",
"@nestjs/common": "^6.0.0",
"memcached": "^2.2.2"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@nestcloud/proxy",
"version": "0.4.3",
"version": "0.4.4",
"description": "proxy module for nestcloud",
"author": "Miaowing <[email protected]>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"optionalDependencies": {
"@nestcloud/boot": "^0.4.3",
"@nestcloud/consul-config": "^0.4.3",
"@nestcloud/loadbalance": "^0.4.3",
"@nestcloud/redis": "^0.4.3"
"@nestcloud/boot": "^0.4.4",
"@nestcloud/consul-config": "^0.4.4",
"@nestcloud/loadbalance": "^0.4.4",
"@nestcloud/redis": "^0.4.4"
},
"peerDependencies": {
"@nestcloud/common": "^0.4.3",
"@nestcloud/common": "^0.4.4",
"@nestjs/common": "^6.0.0"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rbac/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestcloud/rbac",
"version": "0.4.3",
"version": "0.4.4",
"description": "Rbac component for @nestcloud",
"author": "Miaowing <[email protected]>",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions packages/redis/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@nestcloud/redis",
"version": "0.4.3",
"version": "0.4.4",
"description": "A redis module for nest.js",
"author": "Miaowing <[email protected]>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"optionalDependencies": {
"@nestcloud/boot": "^0.4.3",
"@nestcloud/consul-config": "^0.4.3"
"@nestcloud/boot": "^0.4.4",
"@nestcloud/consul-config": "^0.4.4"
},
"peerDependencies": {
"@nestcloud/common": "^0.4.3",
"@nestcloud/common": "^0.4.4",
"@nestjs/common": "^6.0.0",
"ioredis": "^4.9.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/schedule/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestcloud/schedule",
"version": "0.4.3",
"version": "0.4.4",
"description": "Nest - modern, fast, powerful node.js web framework (@schedule)",
"author": "Miaowing <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/validations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestcloud/validations",
"version": "0.4.3",
"version": "0.4.4",
"description": "Nest - modern, fast, powerful node.js web framework (@nest-validations)",
"author": "Miaowing <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit ef2834c

Please sign in to comment.