Skip to content

Commit

Permalink
Merge pull request #291 from atls/fix/release
Browse files Browse the repository at this point in the history
fix/release
  • Loading branch information
TorinAsakura authored Jan 5, 2024
2 parents a852f77 + 87ab478 commit ff69845
Show file tree
Hide file tree
Showing 31 changed files with 51 additions and 52 deletions.
Binary file added .yarn/cache/fsevents-patch-19706e7e35-9.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions examples/grpc-http-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"proto:lint": "buf lint"
},
"dependencies": {
"@atls/nestjs-grpc-http-proxy": "workspace:0.0.9",
"@atls/nestjs-grpc-reflection": "workspace:0.0.6",
"@atls/nestjs-grpc-http-proxy": "workspace:*",
"@atls/nestjs-grpc-reflection": "workspace:*",
"@grpc/grpc-js": "^1.3.7",
"@grpc/proto-loader": "^0.6.4",
"@nestjs/common": "patch:@nestjs/common@npm%3A10.2.5#~/.yarn/patches/@nestjs-common-npm-10.2.5-816dceeade.patch",
Expand Down
4 changes: 2 additions & 2 deletions examples/grpc-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"proto:lint": "buf lint"
},
"dependencies": {
"@atls/nestjs-grpc-playground": "workspace:0.0.14",
"@atls/nestjs-grpc-reflection": "workspace:0.0.6",
"@atls/nestjs-grpc-playground": "workspace:*",
"@atls/nestjs-grpc-reflection": "workspace:*",
"@grpc/grpc-js": "^1.3.7",
"@grpc/proto-loader": "^0.6.4",
"@nestjs/common": "patch:@nestjs/common@npm%3A10.2.5#~/.yarn/patches/@nestjs-common-npm-10.2.5-816dceeade.patch",
Expand Down
2 changes: 1 addition & 1 deletion examples/grpc-reflection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"proto:lint": "buf lint"
},
"dependencies": {
"@atls/nestjs-grpc-reflection": "workspace:0.0.6",
"@atls/nestjs-grpc-reflection": "workspace:*",
"@grpc/grpc-js": "^1.3.7",
"@grpc/proto-loader": "^0.6.4",
"@nestjs/common": "patch:@nestjs/common@npm%3A10.2.5#~/.yarn/patches/@nestjs-common-npm-10.2.5-816dceeade.patch",
Expand Down
2 changes: 1 addition & 1 deletion packages/dataloader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atls/nestjs-dataloader",
"version": "0.0.6",
"version": "0.0.7",
"license": "BSD-3-Clause",
"main": "src/index.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/dataloader/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './interceptors'
export * from './decorators'
export * from './interceptors'
export * from './interfaces'
2 changes: 1 addition & 1 deletion packages/external-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atls/nestjs-external-renderer",
"version": "0.0.4",
"version": "0.0.5",
"license": "BSD-3 Clause",
"main": "src/index.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/external-renderer/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './renderer'
export * from './module'
export * from './renderer'
export * from './config'
2 changes: 1 addition & 1 deletion packages/gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atls/nestjs-gateway",
"version": "0.0.6",
"version": "0.0.7",
"license": "BSD 3-Clause",
"main": "src/index.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/gateway/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { PubSub } from 'graphql-subscriptions'

export * from './module'
export * from './enums'
export * from './module'
2 changes: 1 addition & 1 deletion packages/grpc-errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atls/nestjs-grpc-errors",
"version": "0.0.9",
"version": "0.0.10",
"license": "BSD-3-Clause",
"main": "src/index.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc-errors/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './exception-factories'
export * from './exception-filters'
export * from './exception-factories'
export * from './pipes'
2 changes: 1 addition & 1 deletion packages/grpc-http-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atls/nestjs-grpc-http-proxy",
"version": "0.0.9",
"version": "0.0.10",
"license": "BSD-3-Clause",
"main": "src/index.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc-http-proxy/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './authenticators'
export * from './module'
export * from './authenticators'
2 changes: 1 addition & 1 deletion packages/grpc-identity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atls/nestjs-grpc-identity",
"version": "0.0.6",
"version": "0.0.7",
"license": "BSD-3-Clause",
"main": "src/index.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc-identity/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from './decorators'
export * from './guards'
export * from './module'
export * from './guards'
export * from './config'
2 changes: 1 addition & 1 deletion packages/grpc-keto/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export * from './module'
export * from '@ory/keto-grpc-client'
export * from './decorators'
export * from './guard'
export * from './decorators'
export * from './utils'
6 changes: 3 additions & 3 deletions packages/grpc-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atls/nestjs-grpc-playground",
"version": "0.0.14",
"version": "0.0.15",
"license": "BSD-3-Clause",
"main": "src/index.ts",
"files": [
Expand All @@ -12,8 +12,8 @@
"postpack": "rm -rf dist"
},
"dependencies": {
"@atls/nestjs-grpc-http-proxy": "workspace:0.0.9",
"@atls/nestjs-grpc-reflection": "workspace:0.0.6",
"@atls/nestjs-grpc-http-proxy": "workspace:*",
"@atls/nestjs-grpc-reflection": "workspace:*",
"node-fetch": "3.3.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc-playground/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export * from './module'

export { PrivateKeyAuthenticator } from '@atls/nestjs-grpc-http-proxy'
export { HeaderAuthenticator } from '@atls/nestjs-grpc-http-proxy'
export { PrivateKeyAuthenticator } from '@atls/nestjs-grpc-http-proxy'
export { Authenticator } from '@atls/nestjs-grpc-http-proxy'
2 changes: 1 addition & 1 deletion packages/grpc-reflection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atls/nestjs-grpc-reflection",
"version": "0.0.6",
"version": "0.0.7",
"license": "BSD-3-Clause",
"main": "src/index.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc-reflection/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './module'
export * from './grpc'
export * from './module'
2 changes: 1 addition & 1 deletion packages/hydra/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export * from '@ory/hydra-client'

export * from './module'
export * from './config'
export * from './module'
export * from './client'
export * from './utils'
2 changes: 1 addition & 1 deletion packages/keto/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export * from './keto.module'
export * from './decorators'
export * from './constants'
export * from './decorators'
export * from './services'
export * from './guards'
2 changes: 1 addition & 1 deletion packages/kratos/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export * from '@ory/kratos-client'

export * from './interceptors'
export * from './decorators'
export * from './exceptions'
export * from './decorators'
export * from './filters'
export * from './module'
export * from './config'
Expand Down
12 changes: 6 additions & 6 deletions packages/logger/src/logger/nest.logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ import { LoggerService } from '@nestjs/common'
export class NestLogger implements LoggerService {
private logger = new Logger(`nestjs`)

public log(message: any, context?: string) {
public error(message: any, trace?: string, context?: string) {
if (context) {
this.logger.child(context).info(message)
this.logger.child(context).error(message)
} else {
this.logger.info(message)
this.logger.error(message)
}
}

public error(message: any, trace?: string, context?: string) {
public log(message: any, context?: string) {
if (context) {
this.logger.child(context).error(message)
this.logger.child(context).info(message)
} else {
this.logger.error(message)
this.logger.info(message)
}
}

Expand Down
2 changes: 1 addition & 1 deletion packages/signed-url/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './services'
export * from './module'
export * from './services'
1 change: 0 additions & 1 deletion packages/typeorm-seeding/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
export * from '@atls/typeorm-seeding'

export * from './module'
4 changes: 2 additions & 2 deletions packages/typesense-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"typeorm": "0.2.45"
},
"devDependencies": {
"@atls/nestjs-typesense": "workspace:0.0.7",
"@atls/nestjs-typesense": "workspace:*",
"@nestjs/common": "patch:@nestjs/common@npm%3A10.2.5#~/.yarn/patches/@nestjs-common-npm-10.2.5-816dceeade.patch",
"@nestjs/core": "10.2.5",
"@nestjs/testing": "10.2.5",
Expand All @@ -29,7 +29,7 @@
"typesense": "0.15.0"
},
"peerDependencies": {
"@atls/nestjs-typesense": "workspace:0.0.7",
"@atls/nestjs-typesense": "workspace:*",
"@nestjs/common": "10.2.5",
"@nestjs/core": "10.2.5",
"reflect-metadata": "0.1.13",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { TypesenseMetadataRegistry } from '@atls/nestjs-typesense'
@Injectable()
export class EntityToDocumentMapper {
constructor(
private readonly typesense: Client,
private readonly registry: TypesenseMetadataRegistry,
private readonly typesense: Client
) {}

async insert(entity) {
Expand Down
2 changes: 1 addition & 1 deletion packages/typesense/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from './collections'
export * from './decorators'
export * from './metadata'
export * from './decorators'
export * from './module'
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ __metadata:
languageName: unknown
linkType: soft

"@atls/nestjs-grpc-http-proxy@workspace:0.0.9, @atls/nestjs-grpc-http-proxy@workspace:packages/grpc-http-proxy":
"@atls/nestjs-grpc-http-proxy@workspace:*, @atls/nestjs-grpc-http-proxy@workspace:packages/grpc-http-proxy":
version: 0.0.0-use.local
resolution: "@atls/nestjs-grpc-http-proxy@workspace:packages/grpc-http-proxy"
dependencies:
Expand Down Expand Up @@ -686,12 +686,12 @@ __metadata:
languageName: unknown
linkType: soft

"@atls/nestjs-grpc-playground@workspace:0.0.14, @atls/nestjs-grpc-playground@workspace:packages/grpc-playground":
"@atls/nestjs-grpc-playground@workspace:*, @atls/nestjs-grpc-playground@workspace:packages/grpc-playground":
version: 0.0.0-use.local
resolution: "@atls/nestjs-grpc-playground@workspace:packages/grpc-playground"
dependencies:
"@atls/nestjs-grpc-http-proxy": "workspace:0.0.9"
"@atls/nestjs-grpc-reflection": "workspace:0.0.6"
"@atls/nestjs-grpc-http-proxy": "workspace:*"
"@atls/nestjs-grpc-reflection": "workspace:*"
"@nestjs/common": "patch:@nestjs/common@npm%3A10.2.5#~/.yarn/patches/@nestjs-common-npm-10.2.5-816dceeade.patch"
"@nestjs/core": "npm:10.2.5"
"@nestjs/microservices": "npm:10.2.5"
Expand All @@ -710,7 +710,7 @@ __metadata:
languageName: unknown
linkType: soft

"@atls/nestjs-grpc-reflection@workspace:0.0.6, @atls/nestjs-grpc-reflection@workspace:packages/grpc-reflection":
"@atls/nestjs-grpc-reflection@workspace:*, @atls/nestjs-grpc-reflection@workspace:packages/grpc-reflection":
version: 0.0.0-use.local
resolution: "@atls/nestjs-grpc-reflection@workspace:packages/grpc-reflection"
dependencies:
Expand Down Expand Up @@ -858,7 +858,7 @@ __metadata:
resolution: "@atls/nestjs-typesense-typeorm@workspace:packages/typesense-typeorm"
dependencies:
"@atls/logger": "npm:0.0.2"
"@atls/nestjs-typesense": "workspace:0.0.7"
"@atls/nestjs-typesense": "workspace:*"
"@nestjs/common": "patch:@nestjs/common@npm%3A10.2.5#~/.yarn/patches/@nestjs-common-npm-10.2.5-816dceeade.patch"
"@nestjs/core": "npm:10.2.5"
"@nestjs/testing": "npm:10.2.5"
Expand All @@ -871,7 +871,7 @@ __metadata:
typeorm: "npm:0.2.45"
typesense: "npm:0.15.0"
peerDependencies:
"@atls/nestjs-typesense": "workspace:0.0.7"
"@atls/nestjs-typesense": "workspace:*"
"@nestjs/common": 10.2.5
"@nestjs/core": 10.2.5
reflect-metadata: 0.1.13
Expand All @@ -880,7 +880,7 @@ __metadata:
languageName: unknown
linkType: soft

"@atls/nestjs-typesense@workspace:0.0.7, @atls/nestjs-typesense@workspace:packages/typesense":
"@atls/nestjs-typesense@workspace:*, @atls/nestjs-typesense@workspace:packages/typesense":
version: 0.0.0-use.local
resolution: "@atls/nestjs-typesense@workspace:packages/typesense"
dependencies:
Expand Down Expand Up @@ -1937,8 +1937,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@examples/grpc-http-proxy@workspace:examples/grpc-http-proxy"
dependencies:
"@atls/nestjs-grpc-http-proxy": "workspace:0.0.9"
"@atls/nestjs-grpc-reflection": "workspace:0.0.6"
"@atls/nestjs-grpc-http-proxy": "workspace:*"
"@atls/nestjs-grpc-reflection": "workspace:*"
"@grpc/grpc-js": "npm:^1.3.7"
"@grpc/proto-loader": "npm:^0.6.4"
"@nestjs/common": "patch:@nestjs/common@npm%3A10.2.5#~/.yarn/patches/@nestjs-common-npm-10.2.5-816dceeade.patch"
Expand All @@ -1958,8 +1958,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@examples/grpc-playground@workspace:examples/grpc-playground"
dependencies:
"@atls/nestjs-grpc-playground": "workspace:0.0.14"
"@atls/nestjs-grpc-reflection": "workspace:0.0.6"
"@atls/nestjs-grpc-playground": "workspace:*"
"@atls/nestjs-grpc-reflection": "workspace:*"
"@grpc/grpc-js": "npm:^1.3.7"
"@grpc/proto-loader": "npm:^0.6.4"
"@nestjs/common": "patch:@nestjs/common@npm%3A10.2.5#~/.yarn/patches/@nestjs-common-npm-10.2.5-816dceeade.patch"
Expand All @@ -1979,7 +1979,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@examples/grpc-reflection@workspace:examples/grpc-reflection"
dependencies:
"@atls/nestjs-grpc-reflection": "workspace:0.0.6"
"@atls/nestjs-grpc-reflection": "workspace:*"
"@grpc/grpc-js": "npm:^1.3.7"
"@grpc/proto-loader": "npm:^0.6.4"
"@nestjs/common": "patch:@nestjs/common@npm%3A10.2.5#~/.yarn/patches/@nestjs-common-npm-10.2.5-816dceeade.patch"
Expand Down

0 comments on commit ff69845

Please sign in to comment.