Skip to content

Commit

Permalink
Merge pull request #12 from cristobalgvera/fix/public-api
Browse files Browse the repository at this point in the history
fix(lib): export from proper paths
  • Loading branch information
cristobalgvera authored May 11, 2023
2 parents b9a33b5 + bfd6cb9 commit 4010c1c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/silly-pumpkins-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@cristobalgvera/nestjs-environment': patch
---

Fix erroneous definition of public exports
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export * from '@lib/decorators';
export * from '@lib/environment';
export * from './lib';
2 changes: 2 additions & 0 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from './decorators';
export * from './environment';

0 comments on commit 4010c1c

Please sign in to comment.