Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/nestjs validation #303

Merged
merged 19 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2,908 changes: 1,519 additions & 1,389 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.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atls/nestjs-gateway",
"version": "0.0.9",
"version": "0.0.10",
"license": "BSD 3-Clause",
"type": "module",
"exports": {
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atls/nestjs-grpc-http-proxy",
"version": "0.0.12",
"version": "0.0.13",
"license": "BSD-3-Clause",
"type": "module",
"exports": {
Expand Down
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atls/nestjs-grpc-reflection",
"version": "0.0.9",
"version": "0.0.10",
"license": "BSD-3-Clause",
"type": "module",
"exports": {
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atls/nestjs-keto",
"version": "0.0.6",
"version": "0.0.7",
"license": "BSD-3-Clause",
"type": "module",
"exports": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atls/nestjs-logger",
"version": "0.2.39",
"version": "0.2.40",
"repository": "git@github.com:atls/nestjs.git",
"license": "BSD-3 Clause",
"type": "module",
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

Check failure on line 1 in packages/nestjs-typeorm-seeding/package.json

View workflow job for this annotation

GitHub Actions / Release

Error release workspace @atls/nestjs-typeorm-seeding

Exit code 1
Raw output
➤ YN0000: ┌ Library Build
::group::Library Build
➤ YN0000: │ packages/nestjs-typeorm-seeding/src/module/typeorm-seeding.module.ts:4:30
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'typeorm'.
➤ YN0000: │      '/home/runner/work/nestjs/nestjs/.yarn/__virtual__/typeorm-virtual-b5d59a77
➤ YN0000: │      cd/2/.yarn/berry/cache/typeorm-npm-0.2.45-8264084ef9-10c0.zip/node_modules/
➤ YN0000: │      typeorm/index.mjs' implicitly has an 'any' type.
➤ YN0000: │        There are types at '/home/runner/work/nestjs/nestjs/.yarn/__virtual__/typ
➤ YN0000: │      eorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2.45-8264084ef9-1
➤ YN0000: │      0c0.zip/node_modules/typeorm/index.d.ts', but this result could not be
➤ YN0000: │      resolved when respecting package.json "exports". The 'typeorm' library may
➤ YN0000: │      need to update its package.json or typings.
➤ YN0000: │ 
➤ YN0000: │   2 | import { DynamicModule } from '@nestjs/common'
➤ YN0000: │   3 | import { Module }        from '@nestjs/common'
➤ YN0000: │ > 4 | import { Connection }    from 'typeorm'
➤ YN0000: │     |                              ^
➤ YN0000: │   5 |
➤ YN0000: │   6 | @Module({})
➤ YN0000: │   7 | export class TypeOrmSeedingModule {
➤ YN0000: │ 
➤ YN0000: │ 
::endgroup::
➤ YN0000: packages/nestjs-typeorm-seeding/src/module/typeorm-seeding.module.ts:4:30
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'typeorm'.
➤ YN0000:      '/home/runner/work/nestjs/nestjs/.yarn/__virtual__/typeorm-virtual-b5d59a77
➤ YN0000:      cd/2/.yarn/berry/cache/typeorm-npm-0.2.45-8264084ef9-10c0.zip/node_modules/
➤ YN0000:      typeorm/index.mjs' implicitly has an 'any' type.
➤ YN0000:        There are types at '/home/runner/work/nestjs/nestjs/.yarn/__virtual__/typ
➤ YN0000:      eorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2.45-8264084ef9-1
➤ YN0000:      0c0.zip/node_modules/typeorm/index.d.ts', but this result could not be
➤ YN0000:      resolved when respecting package.json "exports". The 'typeorm' library may
➤ YN0000:      need to update its package.json or typings.
➤ YN0000: 
➤ YN0000:   2 | import { DynamicModule } from '@nestjs/common'
➤ YN0000:   3 | import { Module }        from '@nestjs/common'
➤ YN0000: > 4 | import { Connection }    from 'typeorm'
➤ YN0000:     |                              ^
➤ YN0000:   5 |
➤ YN0000:   6 | @Module({})
➤ YN0000:   7 | export class TypeOrmSeedingModule {
➤ YN0000: 
➤ YN0000: 
➤ YN0000: └ Completed in 2s 103ms
➤ YN0000: Failed with errors in 2s 105ms
"name": "@atls/nestjs-typeorm-seeding",
"version": "0.0.6",
"version": "0.0.7",
"license": "BSD-3-Clause",
"type": "module",
"exports": {
Expand Down
Loading
Loading