Skip to content

Commit

Permalink
fix(types): export types
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Aug 9, 2023
1 parent 6d62ea8 commit ad23a5b
Show file tree
Hide file tree
Showing 20 changed files with 106 additions and 120 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
160 changes: 80 additions & 80 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/artisan",
"version": "4.1.0",
"version": "4.2.0",
"description": "The Athenna CLI application. Built on top of commander and inspired in @adonisjs/ace.",
"license": "MIT",
"author": "João Lenon <lenon@athenna.io>",
Expand Down Expand Up @@ -65,12 +65,12 @@
"ora": "^6.3.1"
},
"devDependencies": {
"@athenna/common": "^4.2.0",
"@athenna/config": "^4.2.0",
"@athenna/ioc": "^4.0.0",
"@athenna/logger": "^4.0.0",
"@athenna/test": "^4.2.0",
"@athenna/view": "^4.0.0",
"@athenna/common": "^4.4.0",
"@athenna/config": "^4.3.0",
"@athenna/ioc": "^4.1.0",
"@athenna/logger": "^4.1.0",
"@athenna/test": "^4.3.0",
"@athenna/view": "^4.1.0",
"@types/sinon": "^10.0.13",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
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 './types/index.js'

export * from '#src/artisan/ArtisanImpl'
export * from '#src/artisan/BaseCommand'
export * from '#src/artisan/BaseConfigurer'
Expand Down
Loading

0 comments on commit ad23a5b

Please sign in to comment.