Skip to content

Commit

Permalink
fix: update publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
Papooch committed Jan 22, 2024
1 parent 0815ae3 commit da05ae7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
9 changes: 6 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "nestjs-cls",
"version": "3.6.0",
"version": "4.0.0",
"description": "A continuation-local storage module compatible with NestJS's dependency injection.",
"author": "papooch",
"license": "MIT",
"engines": {
"node": ">=12.17.0"
"node": ">=16"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -72,4 +75,4 @@
"tsconfig-paths": "^4.0.0",
"typescript": "~4.8.0"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "@nestjs-cls/transactional-adapter-prisma",
"version": "0.0.1",
"version": "1.0.0",
"description": "A Prisma adapter for @nestjs-cls/transactional",
"author": "papooch",
"license": "MIT",
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Papooch/nestjs-cls.git"
Expand Down
7 changes: 5 additions & 2 deletions packages/transactional/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "@nestjs-cls/transactional",
"version": "0.0.1",
"version": "1.0.0",
"description": "A nestjs-cls plugin for transactional decorators",
"author": "papooch",
"license": "MIT",
"engines": {
"node": ">=12.17.0"
"node": ">=16"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit da05ae7

Please sign in to comment.