Skip to content

Commit

Permalink
chore(common): fix publish (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amiditin authored Jan 24, 2025
1 parent ca63f19 commit b8a4049
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions .pnp.cjs

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

8 changes: 5 additions & 3 deletions packages/nestjs-connectrpc-errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atls/nestjs-connectrpc-errors",
"version": "0.0.0",
"version": "0.0.1",
"license": "BSD-3-Clause",
"type": "module",
"exports": {
Expand All @@ -23,7 +23,7 @@
"@atls/protobuf-rpc": "^0.0.1"
},
"devDependencies": {
"@atls/nestjs-connectrpc": "workspace:0.0.3",
"@atls/nestjs-connectrpc": "workspace:*",
"@atls/nestjs-validation": "workspace:0.0.1",
"@bufbuild/buf": "^1.42.0",
"@bufbuild/protobuf": "^1.10.0",
Expand All @@ -37,6 +37,7 @@
"@nestjs/microservices": "^10.0.5",
"@nestjs/platform-express": "^10.0.5",
"@nestjs/testing": "^10.0.5",
"@types/node": "22.5.5",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"get-port": "^7.1.0",
Expand Down Expand Up @@ -67,5 +68,6 @@
},
"main": "dist/index.js",
"typings": "dist/index.d.ts"
}
},
"typecheckSkipLibCheck": true
}
2 changes: 1 addition & 1 deletion packages/nestjs-external-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atls/nestjs-external-renderer",
"version": "0.0.8",
"version": "0.0.9",
"license": "BSD-3 Clause",
"type": "module",
"exports": {
Expand Down
5 changes: 3 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ __metadata:
dependencies:
"@atls/core-errors": "npm:^0.0.4"
"@atls/guard-clause": "npm:^0.0.1"
"@atls/nestjs-connectrpc": "workspace:0.0.3"
"@atls/nestjs-connectrpc": "workspace:*"
"@atls/nestjs-validation": "workspace:0.0.1"
"@atls/protobuf-rpc": "npm:^0.0.1"
"@bufbuild/buf": "npm:^1.42.0"
Expand All @@ -338,6 +338,7 @@ __metadata:
"@nestjs/microservices": "npm:^10.0.5"
"@nestjs/platform-express": "npm:^10.0.5"
"@nestjs/testing": "npm:^10.0.5"
"@types/node": "npm:22.5.5"
class-transformer: "npm:^0.5.1"
class-validator: "npm:^0.14.1"
get-port: "npm:^7.1.0"
Expand All @@ -358,7 +359,7 @@ __metadata:
languageName: unknown
linkType: soft

"@atls/nestjs-connectrpc@workspace:0.0.3, @atls/nestjs-connectrpc@workspace:packages/nestjs-connectrpc":
"@atls/nestjs-connectrpc@workspace:*, @atls/nestjs-connectrpc@workspace:packages/nestjs-connectrpc":
version: 0.0.0-use.local
resolution: "@atls/nestjs-connectrpc@workspace:packages/nestjs-connectrpc"
dependencies:
Expand Down

0 comments on commit b8a4049

Please sign in to comment.