Skip to content

Commit

Permalink
refactor: read Kernel file from http and create Application class
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Apr 6, 2022
1 parent c177dad commit 19f6dd4
Show file tree
Hide file tree
Showing 17 changed files with 808 additions and 229 deletions.
143 changes: 127 additions & 16 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/core",
"version": "1.1.2",
"version": "1.1.3",
"description": "",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand All @@ -9,8 +9,8 @@
"homepage": "https://github.com/AthennaIO/Core#readme",
"scripts": {
"build": "tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .",
"test": "npm run lint:fix && cross-env NODE_TS=true jest --verbose",
"test:debug": "DEBUG=api:* && npm run test",
"test": "npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose",
"test:debug": "cross-env DEBUG=api:* && npm run test",
"lint:fix": "eslint \"{src,container,tests}/**/*.ts\" --fix"
},
"keywords": [
Expand Down Expand Up @@ -164,8 +164,8 @@
"dependencies": {
"@athenna/config": "1.0.5",
"@athenna/ioc": "1.0.9",
"@athenna/logger": "1.0.7",
"@athenna/http": "1.1.1",
"@athenna/logger": "1.0.9",
"@athenna/http": "1.1.3",
"@secjs/utils": "1.8.0",
"reflect-metadata": "0.1.13",
"tscpaths": "0.0.9"
Expand Down
Loading

0 comments on commit 19f6dd4

Please sign in to comment.