-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(@nestcloud) publish v0.6.6 release
- Loading branch information
miaowing
committed
Dec 5, 2019
1 parent
8cb25f3
commit acc0c3e
Showing
21 changed files
with
58 additions
and
58 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": "0.6.6-y.0" | ||
"version": "0.6.6" | ||
} |
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,6 +1,6 @@ | ||
{ | ||
"name": "@nestcloud/core", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"description": "Nest micro service solution.", | ||
"author": "Miaowing <[email protected]>", | ||
"license": "MIT", | ||
|
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,14 +1,14 @@ | ||
{ | ||
"name": "@nestcloud/boot", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"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.6.5", | ||
"@nestcloud/common": "^0.6.6", | ||
"@nestjs/common": "^6.0.0" | ||
}, | ||
"repository": { | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@nestcloud/brakes", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"description": "Hystrix compliant Node.js Circuit Breaker Library based on brakes.", | ||
"author": "Miaowing <[email protected]>", | ||
"license": "MIT", | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@nestcloud/common", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"description": "common module for nestcloud", | ||
"author": "Miaowing <[email protected]>", | ||
"license": "MIT", | ||
|
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,19 @@ | ||
{ | ||
"name": "@nestcloud/config", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"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.6.5", | ||
"@nestcloud/consul": "^0.6.5", | ||
"@nestcloud/boot": "^0.6.6", | ||
"@nestcloud/consul": "^0.6.6", | ||
"consul": "^0.30.0" | ||
}, | ||
"peerDependencies": { | ||
"@nestcloud/common": "^0.6.5", | ||
"@nestcloud/common": "^0.6.6", | ||
"@nestjs/common": "^6.0.0" | ||
}, | ||
"repository": { | ||
|
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,19 @@ | ||
{ | ||
"name": "@nestcloud/consul", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"description": "A Consul module for Nest framework (node.js)", | ||
"author": "Miaowing <[email protected]>", | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"peerDependencies": { | ||
"@nestcloud/common": "^0.6.5", | ||
"@nestcloud/common": "^0.6.6", | ||
"@nestjs/common": "^6.0.0", | ||
"consul": "^0.34.1" | ||
}, | ||
"optionalDependencies": { | ||
"@nestcloud/boot": "^0.6.5" | ||
"@nestcloud/boot": "^0.6.6" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@nestcloud/core", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"description": "A Nest framework (node.js) module for registering and getting consul service easily.", | ||
"author": "Miaowing <[email protected]>", | ||
"license": "MIT", | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@nestcloud/etcd", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"description": "A Nest framework (node.js) module for registering and getting consul service easily.", | ||
"author": "Miaowing <[email protected]>", | ||
"license": "MIT", | ||
|
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,21 +1,21 @@ | ||
{ | ||
"name": "@nestcloud/feign", | ||
"version": "0.6.6-y.0", | ||
"version": "0.6.6", | ||
"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.6.5", | ||
"@nestcloud/brakes": "^0.6.5", | ||
"@nestcloud/config": "^0.6.5", | ||
"@nestcloud/loadbalance": "^0.6.5" | ||
"@nestcloud/boot": "^0.6.6", | ||
"@nestcloud/brakes": "^0.6.6", | ||
"@nestcloud/config": "^0.6.6", | ||
"@nestcloud/loadbalance": "^0.6.6" | ||
}, | ||
"peerDependencies": { | ||
"@nestcloud/common": "^0.6.5", | ||
"@nestcloud/core": "^0.6.5", | ||
"@nestcloud/common": "^0.6.6", | ||
"@nestcloud/core": "^0.6.6", | ||
"@nestjs/common": "^6.0.0" | ||
}, | ||
"repository": { | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@nestcloud/grpc", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"description": "loadbalance grpc module for nestcloud", | ||
"author": "Miaowing <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -16,8 +16,8 @@ | |
}, | ||
"homepage": "https://github.com/nest-cloud/nestcloud#readme", | ||
"peerDependencies": { | ||
"@nestcloud/common": "^0.6.5", | ||
"@nestcloud/core": "^0.6.5", | ||
"@nestcloud/common": "^0.6.6", | ||
"@nestcloud/core": "^0.6.6", | ||
"@nestjs/microservices": "^6.1.1" | ||
} | ||
} |
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,6 +1,6 @@ | ||
{ | ||
"name": "@nestcloud/kubernetes", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"description": "kubernetes client module for nestcloud", | ||
"author": "Miaowing <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -16,8 +16,8 @@ | |
}, | ||
"homepage": "https://github.com/nest-cloud/nestcloud#readme", | ||
"peerDependencies": { | ||
"@nestcloud/common": "^0.6.5", | ||
"@nestcloud/core": "^0.6.5", | ||
"@nestcloud/common": "^0.6.6", | ||
"@nestcloud/core": "^0.6.6", | ||
"kubernetes-client": "^8.3.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
"name": "@nestcloud/loadbalance", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"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.6.5", | ||
"@nestcloud/config": "^0.6.5" | ||
"@nestcloud/boot": "^0.6.6", | ||
"@nestcloud/config": "^0.6.6" | ||
}, | ||
"peerDependencies": { | ||
"@nestcloud/common": "^0.6.5", | ||
"@nestcloud/consul": "^0.6.5", | ||
"@nestcloud/service": "^0.6.5", | ||
"@nestcloud/common": "^0.6.6", | ||
"@nestcloud/consul": "^0.6.6", | ||
"@nestcloud/service": "^0.6.6", | ||
"@nestjs/common": "^6.0.0", | ||
"consul": "^0.30.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,15 +1,15 @@ | ||
{ | ||
"name": "@nestcloud/logger", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"description": "Nestcloud logger module", | ||
"author": "Miaowing <[email protected]>", | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"peerDependencies": { | ||
"@nestcloud/boot": "^0.6.5", | ||
"@nestcloud/common": "^0.6.5", | ||
"@nestcloud/boot": "^0.6.6", | ||
"@nestcloud/common": "^0.6.6", | ||
"@nestjs/common": "^6.0.0" | ||
}, | ||
"repository": { | ||
|
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,18 +1,18 @@ | ||
{ | ||
"name": "@nestcloud/memcached", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"description": "A memcached module for nest.js", | ||
"author": "Miaowing <[email protected]>", | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"optionalDependencies": { | ||
"@nestcloud/boot": "^0.6.5", | ||
"@nestcloud/config": "^0.6.5" | ||
"@nestcloud/boot": "^0.6.6", | ||
"@nestcloud/config": "^0.6.6" | ||
}, | ||
"peerDependencies": { | ||
"@nestcloud/common": "^0.6.5", | ||
"@nestcloud/common": "^0.6.6", | ||
"@nestjs/common": "^6.0.0", | ||
"memcached": "^2.2.2" | ||
}, | ||
|
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,20 +1,20 @@ | ||
{ | ||
"name": "@nestcloud/proxy", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"description": "proxy module for nestcloud", | ||
"author": "Miaowing <[email protected]>", | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"optionalDependencies": { | ||
"@nestcloud/boot": "^0.6.5", | ||
"@nestcloud/config": "^0.6.5", | ||
"@nestcloud/loadbalance": "^0.6.5", | ||
"@nestcloud/redis": "^0.6.5" | ||
"@nestcloud/boot": "^0.6.6", | ||
"@nestcloud/config": "^0.6.6", | ||
"@nestcloud/loadbalance": "^0.6.6", | ||
"@nestcloud/redis": "^0.6.6" | ||
}, | ||
"peerDependencies": { | ||
"@nestcloud/common": "^0.6.5", | ||
"@nestcloud/common": "^0.6.6", | ||
"@nestjs/common": "^6.0.0" | ||
}, | ||
"repository": { | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@nestcloud/rbac", | ||
"version": "0.6.6-y.0", | ||
"version": "0.6.6", | ||
"description": "Rbac component for @nestcloud", | ||
"author": "Miaowing <[email protected]>", | ||
"license": "MIT", | ||
|
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,18 +1,18 @@ | ||
{ | ||
"name": "@nestcloud/redis", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"description": "A redis module for nest.js", | ||
"author": "Miaowing <[email protected]>", | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"optionalDependencies": { | ||
"@nestcloud/boot": "^0.6.5", | ||
"@nestcloud/config": "^0.6.5" | ||
"@nestcloud/boot": "^0.6.6", | ||
"@nestcloud/config": "^0.6.6" | ||
}, | ||
"peerDependencies": { | ||
"@nestcloud/common": "^0.6.5", | ||
"@nestcloud/common": "^0.6.6", | ||
"@nestjs/common": "^6.0.0", | ||
"ioredis": "^4.9.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@nestcloud/schedule", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@schedule)", | ||
"author": "Miaowing <[email protected]>", | ||
"license": "MIT", | ||
|
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,18 +1,18 @@ | ||
{ | ||
"name": "@nestcloud/service", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"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.6.5" | ||
"@nestcloud/boot": "^0.6.6" | ||
}, | ||
"peerDependencies": { | ||
"@nestcloud/common": "^0.6.5", | ||
"@nestcloud/consul": "^0.6.5", | ||
"@nestcloud/common": "^0.6.6", | ||
"@nestcloud/consul": "^0.6.6", | ||
"@nestjs/common": "^6.0.0", | ||
"consul": "^0.34.1" | ||
}, | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@nestcloud/validations", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@nest-validations)", | ||
"author": "Miaowing <[email protected]>", | ||
"license": "MIT", | ||
|