Skip to content

Commit

Permalink
feat(nest): metadata decorator (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonF authored Sep 27, 2024
1 parent fa2664c commit c30a2f2
Show file tree
Hide file tree
Showing 5 changed files with 905 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/nest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"@nestjs/graphql": "^12",
"@seedcompany/common": ">0.3 <1",
"change-case": "^5.4.4",
"title-case": "^4.3.1"
"title-case": "^4.3.1",
"type-fest": "^4.26.1",
"uuid": "^11.0.0-0"
},
"peerDependencies": {
"@nestjs/common": "^10",
Expand All @@ -23,7 +25,7 @@
"scripts": {
"build": "tsup",
"typecheck": "tsc",
"test": "jest --passWithNoTests"
"test": "jest"
},
"devDependencies": {
"@nestjs/testing": "^10",
Expand Down
1 change: 1 addition & 0 deletions packages/nest/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './make-enum';
export * from './repl';
export * from './metadata-decorator';
Loading

0 comments on commit c30a2f2

Please sign in to comment.