Skip to content

Commit

Permalink
Merge pull request #29 from AthennaIO/develop
Browse files Browse the repository at this point in the history
feat: update dependencies and remove facade
  • Loading branch information
jlenon7 authored Apr 11, 2022
2 parents fee2efa + 693089f commit 4afc0b7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 45 deletions.
1 change: 0 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
* file that was distributed with this source code.
*/

export * from 'src/Facade'
export * from 'src/Ignite'
export * from 'src/Application'
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/core",
"version": "1.2.6",
"version": "1.2.7",
"description": "",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down Expand Up @@ -159,9 +159,9 @@
},
"dependencies": {
"@athenna/config": "1.0.8",
"@athenna/ioc": "1.1.2",
"@athenna/logger": "1.1.6",
"@athenna/http": "1.2.3",
"@athenna/ioc": "1.1.3",
"@athenna/logger": "1.1.7",
"@athenna/http": "1.2.4",
"@secjs/utils": "1.8.3",
"reflect-metadata": "0.1.13",
"tscpaths": "0.0.9"
Expand Down
4 changes: 3 additions & 1 deletion src/Application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ import { AlreadyShutdownException } from 'src/Exceptions/AlreadyShutdownExceptio

export class Application {
/**
* Simple logger for Application class.
* Simple logger for Application class. Application creates
* a new instance of Logger because providers are not
* registered yet.
*
* @private
*/
Expand Down
38 changes: 0 additions & 38 deletions src/Facade.ts

This file was deleted.

4 changes: 3 additions & 1 deletion src/Ignite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ import { DuplicatedApplicationException } from 'src/Exceptions/DuplicatedApplica

export class Ignite {
/**
* Simple logger for Ignite class.
* Simple logger for Ignite class. Ignite creates a new
* instance of Logger because providers are not registered
* yet.
*
* @private
*/
Expand Down

0 comments on commit 4afc0b7

Please sign in to comment.