Skip to content

Commit

Permalink
style: add nestjs- suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
TorinAsakura committed Sep 12, 2024
1 parent cc4e71a commit f6ddb0a
Show file tree
Hide file tree
Showing 337 changed files with 1,102 additions and 1,102 deletions.
2,108 changes: 1,054 additions & 1,054 deletions .pnp.cjs

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions packages/grpc-playground/src/index.ts

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions packages/nestjs-grpc-playground/src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export * from './module'

export { HeaderAuthenticator } from '../../nestjs-grpc-http-proxy'
export { PrivateKeyAuthenticator } from '../../nestjs-grpc-http-proxy'
export { Authenticator } from '../../nestjs-grpc-http-proxy'
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { GrpcOptions } from '@nestjs/microservices'

import { Authenticator } from '@atls/nestjs-grpc-http-proxy'
import { Authenticator } from '../../../nestjs-grpc-http-proxy'

export interface GrpcPlaygroundModuleOptions {
version?: string
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { DynamicModule } from '@nestjs/common'
import { Module } from '@nestjs/common'

import { GrpcHttpProxyModule } from '@atls/nestjs-grpc-http-proxy'
import { GrpcReflectionModule } from '@atls/nestjs-grpc-reflection'
import { GrpcHttpProxyModule } from '../../../nestjs-grpc-http-proxy'
import { GrpcReflectionModule } from '../../../nestjs-grpc-reflection'

import { GrpcPlaygroundController } from '../controllers'
import { GrpcPlaygroundModuleOptions } from './grpc-playground-module-options.interface'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit f6ddb0a

Please sign in to comment.