Skip to content

Commit

Permalink
Merge pull request #2 from AthennaIO/develop
Browse files Browse the repository at this point in the history
feat: add container folder and controller/middleware providers
  • Loading branch information
jlenon7 authored Mar 30, 2022
2 parents a48ced7 + 8b3b5c0 commit 656e6e0
Show file tree
Hide file tree
Showing 14 changed files with 182 additions and 257 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 4 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
* file that was distributed with this source code.
*/

export * from 'src/Modules/HttpRoute'
export * from 'src/Modules/HttpServer'
export * from 'src/Ignite'

export * from 'src/Utils/ResolveClassExport'
export * from 'src/Utils/AthennaErrorHandler'
253 changes: 21 additions & 232 deletions package-lock.json

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

13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/core",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down Expand Up @@ -128,6 +128,7 @@
"no-useless-constructor": "off",
"@typescript-eslint/no-useless-constructor": "off",
"@typescript-eslint/camelcase": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/interface-name-prefix": "off",
"@typescript-eslint/no-explicit-any": "off",
Expand All @@ -145,6 +146,10 @@
"src/*.d.ts",
"src/**/*.js",
"src/**/*.d.ts",
"container/*.js",
"container/*.d.ts",
"container/**/*.js",
"container/**/*.d.ts",
"*.js",
"*.d.ts"
],
Expand All @@ -155,9 +160,9 @@
},
"dependencies": {
"@athenna/config": "1.0.5",
"@athenna/http": "1.0.4",
"@athenna/ioc": "1.0.3",
"@athenna/logger": "1.0.2",
"@athenna/ioc": "1.0.6",
"@athenna/logger": "1.0.4",
"@athenna/http": "1.0.5",
"@secjs/utils": "1.8.0",
"reflect-metadata": "0.1.13",
"tscpaths": "0.0.9"
Expand Down
Loading

0 comments on commit 656e6e0

Please sign in to comment.