@athenna/core
Advanced tools
Comparing version 4.4.0 to 4.5.0
{ | ||
"name": "@athenna/core", | ||
"version": "4.4.0", | ||
"version": "4.5.0", | ||
"description": "The plug and play Node.js framework.", | ||
@@ -53,3 +53,5 @@ "license": "MIT", | ||
"./commands/TestCommand": "./src/commands/TestCommand.js", | ||
"./commands/BuildCommand": "./src/commands/BuildCommand.js" | ||
"./commands/BuildCommand": "./src/commands/BuildCommand.js", | ||
"./testing/BaseCliTest": "./src/testing/BaseCliTest.js", | ||
"./testing/BaseRestTest": "./src/testing/BaseRestTest.js" | ||
}, | ||
@@ -109,2 +111,3 @@ "imports": { | ||
"src/types/*", | ||
"src/testing/*.ts", | ||
"src/commands/*.ts", | ||
@@ -111,0 +114,0 @@ "src/applications/Repl.ts" |
95384
63
2416