Skip to content

Commit

Permalink
chore(common): publish nestjs-grpc-reflection nestjs-proto-types
Browse files Browse the repository at this point in the history
  • Loading branch information
Amiditin committed Jan 24, 2025
1 parent 24e01ae commit 76ea2da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nestjs-grpc-reflection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atls/nestjs-grpc-reflection",
"version": "1.0.2",
"version": "1.0.3",
"license": "BSD-3-Clause",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs-proto-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

Check failure on line 1 in packages/nestjs-proto-types/package.json

View workflow job for this annotation

GitHub Actions / Release

Error release workspace @atls/nestjs-proto-types

Exit code 1
Raw output
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│                                                                                                                                                              │
│  src/index.ts:14:15                                                                                                                                  TS2664  │
│                                                                                                                                                              │
│  12 |  */                                                                                                                                                    │
│  13 | // eslint-disable-next-line @typescript-eslint/prefer-ts-expect-error                                                                                  │
│> 14 | declare module '*.proto'                                                                                                                               │
│     |               ^                                                                                                                                        │
│  15 |                                                                                                                                                        │
│                                                                                                                                                              │
│  Invalid module name in augmentation, module '*.proto' cannot be found.                                                                                      │
│                                                                                                                                                              │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

"name": "@atls/nestjs-proto-types",
"version": "0.0.6",
"version": "0.0.7",
"license": "BSD-3-Clause",
"type": "module",
"exports": {
Expand Down

0 comments on commit 76ea2da

Please sign in to comment.