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

Fix: release #306

Merged
merged 1 commit 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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 0 additions & 22 deletions .yarn/patches/@nestjs-common-npm-10.2.5-816dceeade.patch

This file was deleted.

This file was deleted.

712 changes: 356 additions & 356 deletions .yarn/releases/yarn.cjs

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions .yarn/versions/5f03398a.yml

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
],
"devDependencies": {
"@atls/code-runtime": "1.1.0",
"@types/node": "22.5.5",
"typescript": "5.4.2"
},
"packageManager": "[email protected]",
Expand Down
3 changes: 2 additions & 1 deletion packages/dataloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@
},
"main": "dist/index.js",
"typings": "dist/index.d.ts"
}
},
"typecheckSkipLibCheck": true
}
3 changes: 2 additions & 1 deletion packages/external-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@
},
"main": "dist/index.js",
"typings": "dist/index.d.ts"
}
},
"typecheckSkipLibCheck": true
}
3 changes: 2 additions & 1 deletion packages/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,6 @@
},
"main": "dist/index.js",
"typings": "dist/index.d.ts"
}
},
"typecheckSkipLibCheck": true
}
3 changes: 2 additions & 1 deletion packages/grpc-errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@
},
"main": "dist/index.js",
"typings": "dist/index.d.ts"
}
},
"typecheckSkipLibCheck": true
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ErrorStatus } from '@atls/grpc-error-status'
import { RpcException } from '@nestjs/microservices'
import { status } from '@grpc/grpc-js'
import { AssertionError } from 'assert'
import { AssertionError } from 'node:assert'

export const assertionExceptionFactory = (error: AssertionError) => {
const errorStatus = new ErrorStatus(status.INVALID_ARGUMENT, error.message)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Catch } from '@nestjs/common'
import { ArgumentsHost } from '@nestjs/common'
import { BaseRpcExceptionFilter } from '@nestjs/microservices'
import { AssertionError } from 'assert'
import { AssertionError } from 'node:assert'

import { assertionExceptionFactory } from '../exception-factories/index.js'

Expand Down
3 changes: 2 additions & 1 deletion packages/grpc-http-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@
},
"main": "dist/index.js",
"typings": "dist/index.d.ts"
}
},
"typecheckSkipLibCheck": true
}
3 changes: 2 additions & 1 deletion packages/grpc-identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@
},
"main": "dist/index.js",
"typings": "dist/index.d.ts"
}
},
"typecheckSkipLibCheck": true
}
3 changes: 2 additions & 1 deletion packages/grpc-keto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@
}
},
"typings": "dist/index.d.ts"
}
},
"typecheckSkipLibCheck": true
}
3 changes: 2 additions & 1 deletion packages/grpc-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@
},
"main": "dist/index.js",
"typings": "dist/index.d.ts"
}
},
"typecheckSkipLibCheck": true
}
3 changes: 2 additions & 1 deletion packages/grpc-reflection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@
},
"main": "dist/index.js",
"typings": "dist/index.d.ts"
}
},
"typecheckSkipLibCheck": true
}
3 changes: 2 additions & 1 deletion packages/hydra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@
},
"main": "dist/index.js",
"typings": "dist/index.d.ts"
}
},
"typecheckSkipLibCheck": true
}
3 changes: 2 additions & 1 deletion packages/keto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@
},
"main": "dist/index.js",
"typings": "dist/index.d.ts"
}
},
"typecheckSkipLibCheck": true
}
2 changes: 1 addition & 1 deletion packages/keto/src/exceptions/general.exception.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { AssertionError } from 'assert'
import { AssertionError } from 'node:assert'

import { KetoExceptionMessage } from './exception-message.constants.js'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { AssertionError } from 'assert'
import { AssertionError } from 'node:assert'

import { KetoExceptionMessage } from './exception-message.constants.js'

Expand Down
3 changes: 2 additions & 1 deletion packages/kratos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@
},
"main": "dist/index.js",
"typings": "dist/index.d.ts"
}
},
"typecheckSkipLibCheck": true
}
2 changes: 1 addition & 1 deletion packages/kratos/src/urls/kratos-browser.urls.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Injectable } from '@nestjs/common'
import { Inject } from '@nestjs/common'
import path from 'path'
import path from 'node:path'

import { KratosModuleOptions } from '../module/index.js'
import { KRATOS_MODULE_OPTIONS } from '../module/index.js'
Expand Down
3 changes: 2 additions & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@
},
"main": "dist/index.js",
"typings": "dist/index.d.ts"
}
},
"typecheckSkipLibCheck": true
}
3 changes: 2 additions & 1 deletion packages/signed-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@
}
},
"main": "dist/index.js"
}
},
"typecheckSkipLibCheck": true
}
3 changes: 2 additions & 1 deletion packages/typeorm-seeding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@
},
"main": "dist/index.js",
"typings": "dist/index.d.ts"
}
},
"typecheckSkipLibCheck": true
}
4 changes: 3 additions & 1 deletion packages/typesense-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@nestjs/core": "10.4.1",
"@nestjs/testing": "10.4.1",
"@nestjs/typeorm": "10.0.2",
"@types/node": "22.5.5",
"get-port": "7.1.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
Expand All @@ -52,5 +53,6 @@
},
"main": "dist/index.js",
"typings": "dist/index.d.ts"
}
},
"typecheckSkipLibCheck": true
}
4 changes: 3 additions & 1 deletion packages/typesense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@nestjs/common": "10.4.1",
"@nestjs/core": "10.4.1",
"@nestjs/testing": "10.4.1",
"@types/node": "22.5.5",
"get-port": "7.1.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
Expand All @@ -47,5 +48,6 @@
},
"main": "dist/index.js",
"typings": "dist/index.d.ts"
}
},
"typecheckSkipLibCheck": true
}
3 changes: 3 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,7 @@ __metadata:
"@nestjs/core": "npm:10.4.1"
"@nestjs/testing": "npm:10.4.1"
"@nestjs/typeorm": "npm:10.0.2"
"@types/node": "npm:22.5.5"
get-port: "npm:7.1.0"
reflect-metadata: "npm:0.2.2"
rxjs: "npm:7.8.1"
Expand All @@ -716,6 +717,7 @@ __metadata:
"@nestjs/common": "npm:10.4.1"
"@nestjs/core": "npm:10.4.1"
"@nestjs/testing": "npm:10.4.1"
"@types/node": "npm:22.5.5"
decamelize: "npm:5.0.1"
get-port: "npm:7.1.0"
reflect-metadata: "npm:0.2.2"
Expand Down Expand Up @@ -11082,6 +11084,7 @@ __metadata:
resolution: "nestjs@workspace:."
dependencies:
"@atls/code-runtime": "npm:1.1.0"
"@types/node": "npm:22.5.5"
typescript: "npm:5.4.2"
languageName: unknown
linkType: soft
Expand Down
Loading