Skip to content

Commit 2a5bd1a

Browse files
authored
Merge pull request #5 from AthennaIO/develop
feat: update @athenna/http
2 parents 4590c32 + c271d71 commit 2a5bd1a

3 files changed

Lines changed: 17 additions & 15 deletions

File tree

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@athenna/core",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "",
55
"license": "MIT",
66
"author": "João Lenon <lenon@athenna.io>",
@@ -15,12 +15,14 @@
1515
},
1616
"keywords": [
1717
"nodejs",
18+
"core",
1819
"athenna",
20+
"framework",
1921
"typescript"
2022
],
2123
"devDependencies": {
2224
"@types/jest": "27.0.1",
23-
"@types/mocha": "^9.1.0",
25+
"@types/mocha": "9.1.0",
2426
"@types/node": "14.17.0",
2527
"@typescript-eslint/eslint-plugin": "4.31.0",
2628
"@typescript-eslint/parser": "4.31.0",
@@ -162,7 +164,7 @@
162164
"@athenna/config": "1.0.5",
163165
"@athenna/ioc": "1.0.6",
164166
"@athenna/logger": "1.0.4",
165-
"@athenna/http": "1.0.5",
167+
"@athenna/http": "1.0.6",
166168
"@secjs/utils": "1.8.0",
167169
"reflect-metadata": "0.1.13",
168170
"tscpaths": "0.0.9"

src/Utils/getAppFiles.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* @secjs/core
2+
* @athenna/core
33
*
4-
* (c) João Lenon <lenon@secjs.com.br>
4+
* (c) João Lenon <lenon@athenna.io>
55
*
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.

0 commit comments

Comments
 (0)