Skip to content

Commit

Permalink
style: add nestjs- suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
TorinAsakura authored and Nelfimov committed Sep 17, 2024
1 parent a6692ed commit 5898334
Show file tree
Hide file tree
Showing 335 changed files with 13 additions and 13 deletions.
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/index.js'
import { GrpcPlaygroundModuleOptions } from './grpc-playground-module-options.interface.js'
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 5898334

Please sign in to comment.