@adonisjs/application
Advanced tools
Comparing version 8.0.1 to 8.0.2
{ | ||
"name": "@adonisjs/application", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"description": "AdonisJS application class to read app related data", | ||
@@ -43,5 +43,5 @@ "type": "module", | ||
"devDependencies": { | ||
"@adonisjs/config": "^5.0.0", | ||
"@adonisjs/config": "^5.0.1", | ||
"@adonisjs/eslint-config": "^1.2.1", | ||
"@adonisjs/fold": "^10.0.0", | ||
"@adonisjs/fold": "^10.0.1", | ||
"@adonisjs/prettier-config": "^1.2.1", | ||
@@ -48,0 +48,0 @@ "@adonisjs/tsconfig": "^1.2.1", |
@@ -8,3 +8,3 @@ # @adonisjs/application | ||
## Introduction | ||
AdonisJS application packages manages the lifecycle of an app in different runtime environments. Also, this package configures the `logger`, `environment variables`, and the `IoC container` to be used by rest of the application. | ||
AdonisJS application packages manages the lifecycle of an app in different runtime environments. Also, the app package is responsible for loading the `adonisrc.ts` file and boot the application. | ||
@@ -11,0 +11,0 @@ ## Official Documentation |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
196034