From d7330d79775ec29532c17ff609a3d4f702e9abd6 Mon Sep 17 00:00:00 2001 From: jlenon7 Date: Tue, 31 Dec 2024 15:03:31 -0300 Subject: [PATCH] chore(npm): update dependencies --- package-lock.json | 12 ++++++------ package.json | 4 ++-- src/commands/ServeCommand.ts | 3 ++- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index aa3648e..d58520e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@athenna/core", - "version": "5.7.0", + "version": "5.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@athenna/core", - "version": "5.7.0", + "version": "5.8.0", "license": "MIT", "dependencies": { "pretty-repl": "^3.1.2", @@ -17,7 +17,7 @@ "@athenna/common": "^5.5.0", "@athenna/config": "^5.1.0", "@athenna/cron": "^5.4.0", - "@athenna/http": "^5.10.0", + "@athenna/http": "^5.11.0", "@athenna/ioc": "^5.0.0", "@athenna/logger": "^5.1.0", "@athenna/test": "^5.2.0", @@ -130,9 +130,9 @@ } }, "node_modules/@athenna/http": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/@athenna/http/-/http-5.10.0.tgz", - "integrity": "sha512-DqHsyk1GZEnX9lERVS6ax+uIQvfs1C4UvH1ubua/1CzJG0nxSQ01/eG5K/uFxM3rLywDLJ2H9UQBmUK6WPCUvQ==", + "version": "5.11.0", + "resolved": "https://registry.npmjs.org/@athenna/http/-/http-5.11.0.tgz", + "integrity": "sha512-t+/+07TePbg/p1qsgkp6qr6sXVhsYlmFDnpWywKD16PpFY3M2KKjgLC5ynuQHofYffj2nSUVlpPdWUYfiCtceQ==", "dev": true, "engines": { "node": ">=20.0.0" diff --git a/package.json b/package.json index 65daf30..ca62a19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/core", - "version": "5.7.0", + "version": "5.8.0", "description": "One foundation for multiple applications.", "license": "MIT", "author": "João Lenon ", @@ -85,7 +85,7 @@ "@athenna/common": "^5.5.0", "@athenna/config": "^5.1.0", "@athenna/cron": "^5.4.0", - "@athenna/http": "^5.10.0", + "@athenna/http": "^5.11.0", "@athenna/ioc": "^5.0.0", "@athenna/logger": "^5.1.0", "@athenna/test": "^5.2.0", diff --git a/src/commands/ServeCommand.ts b/src/commands/ServeCommand.ts index c3e4359..d80cc0d 100644 --- a/src/commands/ServeCommand.ts +++ b/src/commands/ServeCommand.ts @@ -53,7 +53,8 @@ export class ServeCommand extends BaseCommand { '.idea', '.vscode', '.fleet', - 'public', + Path.public(), + Path.resources('**/.edge'), 'node_modules/**/node_modules' ], watch: [