Skip to content

Commit

Permalink
feat(type): export types in main package
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Aug 9, 2023
1 parent d0da785 commit eccf481
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/common",
"version": "4.3.0",
"version": "4.4.0",
"description": "The Athenna common helpers to use in any Node.js ESM project.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down Expand Up @@ -74,7 +74,7 @@
"youch-terminal": "^2.2.1"
},
"devDependencies": {
"@athenna/test": "^4.2.0",
"@athenna/test": "^4.3.0",
"@types/bytes": "^3.1.1",
"@types/callsite": "^1.0.31",
"@types/debug": "^4.1.7",
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* file that was distributed with this source code.
*/

export * from '#src/types'

export * from '#src/globals/Path'
export * from '#src/globals/Error'
export * from '#src/globals/Array'
Expand Down

0 comments on commit eccf481

Please sign in to comment.