@adonisjs/application
Advanced tools
Comparing version 8.0.0-2 to 8.0.0-3
import { | ||
Application | ||
} from "../chunk-B4J6O62D.js"; | ||
} from "../chunk-BYQOOVI6.js"; | ||
import "../chunk-7WA7C5MT.js"; | ||
@@ -5,0 +5,0 @@ |
@@ -6,3 +6,3 @@ import { | ||
generators_default | ||
} from "./chunk-B4J6O62D.js"; | ||
} from "./chunk-BYQOOVI6.js"; | ||
import "./chunk-7WA7C5MT.js"; | ||
@@ -9,0 +9,0 @@ |
/// <reference types="node" resolution-mode="require"/> | ||
/// <reference types="node" resolution-mode="require"/> | ||
import { Container } from '@adonisjs/fold'; | ||
import Macroable from '@poppinss/macroable'; | ||
import type { HookHandler } from '@poppinss/hooks/types'; | ||
@@ -15,3 +16,3 @@ import type { Importer, SemverNode, AppEnvironments, ApplicationStates } from './types.js'; | ||
*/ | ||
export declare class Application<ContainerBindings extends Record<any, any>> { | ||
export declare class Application<ContainerBindings extends Record<any, any>> extends Macroable { | ||
#private; | ||
@@ -96,3 +97,5 @@ /** | ||
importPath(...paths: string[]): string; | ||
tableName(entityName: string): string; | ||
tableName(entityName: string): string; /** | ||
* Current application environment | ||
*/ | ||
modelName(entityName: string): string; | ||
@@ -107,5 +110,3 @@ modelFileName(entityName: string): string; | ||
middlewareName(entityName: string): string; | ||
middlewareFileName(entityName: string): string; /** | ||
* Return true when `this.nodeEnvironment === 'development'` | ||
*/ | ||
middlewareFileName(entityName: string): string; | ||
providerName(entityName: string): string; | ||
@@ -130,2 +131,5 @@ providerFileName(entityName: string): string; | ||
mailerFileName(entityName: string, type?: "notification" | "provision"): string; | ||
/** | ||
* Listen for a process signal once conditionally. | ||
*/ | ||
mailName(entityName: string, type?: string): string; | ||
@@ -132,0 +136,0 @@ mailFileName(entityName: string, type?: string): string; |
{ | ||
"name": "@adonisjs/application", | ||
"version": "8.0.0-2", | ||
"version": "8.0.0-3", | ||
"description": "AdonisJS application class to read app related data", | ||
@@ -43,17 +43,17 @@ "type": "module", | ||
"devDependencies": { | ||
"@adonisjs/config": "^4.2.1-5", | ||
"@adonisjs/eslint-config": "^1.1.9", | ||
"@adonisjs/fold": "^9.9.3-10", | ||
"@adonisjs/prettier-config": "^1.1.9", | ||
"@adonisjs/tsconfig": "^1.1.9", | ||
"@adonisjs/config": "^4.2.1-7", | ||
"@adonisjs/eslint-config": "^1.2.0", | ||
"@adonisjs/fold": "^9.9.3-12", | ||
"@adonisjs/prettier-config": "^1.2.0", | ||
"@adonisjs/tsconfig": "^1.2.0", | ||
"@commitlint/cli": "^18.4.3", | ||
"@commitlint/config-conventional": "^18.4.3", | ||
"@japa/assert": "^2.0.1", | ||
"@japa/expect-type": "^2.0.0", | ||
"@japa/file-system": "^2.0.1", | ||
"@japa/runner": "^3.1.0", | ||
"@swc/core": "^1.3.99", | ||
"@japa/assert": "^2.1.0", | ||
"@japa/expect-type": "^2.0.1", | ||
"@japa/file-system": "^2.1.0", | ||
"@japa/runner": "^3.1.1", | ||
"@swc/core": "^1.3.101", | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/glob-parent": "^5.1.3", | ||
"@types/node": "^20.9.4", | ||
"@types/node": "^20.10.5", | ||
"@types/semver": "^7.5.6", | ||
@@ -63,17 +63,18 @@ "c8": "^8.0.1", | ||
"del-cli": "^5.0.0", | ||
"eslint": "^8.54.0", | ||
"fs-extra": "^11.1.1", | ||
"eslint": "^8.56.0", | ||
"fs-extra": "^11.2.0", | ||
"github-label-sync": "^2.3.1", | ||
"husky": "^8.0.3", | ||
"np": "^8.0.4", | ||
"prettier": "^3.1.0", | ||
"np": "^9.2.0", | ||
"prettier": "^3.1.1", | ||
"semver": "^7.5.4", | ||
"ts-dedent": "^2.2.0", | ||
"ts-node": "^10.9.1", | ||
"ts-node": "^10.9.2", | ||
"tsup": "^8.0.1", | ||
"typescript": "5.2.2" | ||
"typescript": "^5.3.3" | ||
}, | ||
"dependencies": { | ||
"@poppinss/hooks": "^7.2.1", | ||
"@poppinss/utils": "^6.5.1", | ||
"@poppinss/hooks": "^7.2.2", | ||
"@poppinss/macroable": "^1.0.1", | ||
"@poppinss/utils": "^6.7.0", | ||
"glob-parent": "^6.0.2", | ||
@@ -83,4 +84,4 @@ "tempura": "^0.4.0" | ||
"peerDependencies": { | ||
"@adonisjs/config": "^4.2.1-5", | ||
"@adonisjs/fold": "^9.9.3-10" | ||
"@adonisjs/config": "^4.2.1-7", | ||
"@adonisjs/fold": "^9.9.3-12" | ||
}, | ||
@@ -87,0 +88,0 @@ "repository": { |
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
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
192279
3011
7
+ Added@poppinss/macroable@^1.0.1
+ Added@poppinss/macroable@1.0.3(transitive)
Updated@poppinss/hooks@^7.2.2
Updated@poppinss/utils@^6.7.0