@adonisjs/core 7.3.2 → 7.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/{ace-C8xJZJlK.js → ace-CvHoCQkA.js} +3 -3
- package/build/commands/add.js +3 -3
- package/build/commands/build.js +2 -2
- package/build/commands/configure.js +2 -2
- package/build/commands/eject.js +2 -2
- package/build/commands/env/add.js +2 -2
- package/build/commands/generate_key.js +2 -2
- package/build/commands/inspect_rcfile.js +1 -1
- package/build/commands/list/routes.js +2 -2
- package/build/commands/make/command.js +2 -2
- package/build/commands/make/controller.js +2 -2
- package/build/commands/make/event.js +2 -2
- package/build/commands/make/exception.js +2 -2
- package/build/commands/make/listener.js +2 -2
- package/build/commands/make/middleware.js +2 -2
- package/build/commands/make/preload.js +2 -2
- package/build/commands/make/provider.js +2 -2
- package/build/commands/make/service.js +2 -2
- package/build/commands/make/test.js +2 -2
- package/build/commands/make/transformer.js +2 -2
- package/build/commands/make/validator.js +2 -2
- package/build/commands/make/view.js +2 -2
- package/build/commands/repl.js +1 -1
- package/build/commands/serve.js +2 -2
- package/build/commands/test.js +2 -2
- package/build/{core-DMssQKwM.js → core-W_VUoOlJ.js} +1 -1
- package/build/create_kernel-CYkVB-2B.js +2 -0
- package/build/{create_kernel-CziaAklz.js → create_kernel-CnZpmmJ-.js} +1 -1
- package/build/{decorate-CjDBNaqp.js → decorate-C9qrxB6l.js} +1 -1
- package/build/factories/core/ace.js +1 -1
- package/build/factories/core/ignitor.js +1 -1
- package/build/factories/core/main.js +3 -3
- package/build/factories/core/test_utils.js +1 -1
- package/build/factories/stubs.js +1 -1
- package/build/{ignitor-BxhEMsoG.js → ignitor-CIolQ6jw.js} +1 -1
- package/build/index.js +2 -2
- package/build/{main-DzNXtXg3.js → main-Cq52s9_5.js} +5 -0
- package/build/{main-l3qICfaP.js → main-D5apv2y3.js} +1 -0
- package/build/{main-zFY2qkGC.js → main-lRY4g_D8.js} +1 -1
- package/build/modules/ace/main.js +1 -1
- package/build/providers/app_provider.js +2 -1
- package/build/providers/edge_provider.js +1 -0
- package/build/providers/hash_provider.js +1 -0
- package/build/providers/repl_provider.js +1 -0
- package/build/providers/vinejs_provider.js +1 -0
- package/build/src/test_utils/main.js +1 -1
- package/build/{test_utils-BPLE25og.js → test_utils-C1KAymSr.js} +4 -4
- package/build/toolkit/main.js +1 -1
- package/package.json +10 -10
- package/build/create_kernel-D6ZvFwXO.js +0 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as Ignitor } from "./main-
|
|
2
|
-
import { t as IgnitorFactory } from "./ignitor-
|
|
3
|
-
import { t as createAceKernel } from "./create_kernel-
|
|
1
|
+
import { t as Ignitor } from "./main-lRY4g_D8.js";
|
|
2
|
+
import { t as IgnitorFactory } from "./ignitor-CIolQ6jw.js";
|
|
3
|
+
import { t as createAceKernel } from "./create_kernel-CnZpmmJ-.js";
|
|
4
4
|
//#region factories/core/ace.ts
|
|
5
5
|
/**
|
|
6
6
|
* Factory for creating and configuring Ace command kernel instances.
|
package/build/commands/add.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { n as prettyPrintError } from "../core-
|
|
2
|
-
import { o as args, p as BaseCommand, u as flags } from "../main-
|
|
3
|
-
import { t as __decorate } from "../decorate-
|
|
1
|
+
import { n as prettyPrintError } from "../core-W_VUoOlJ.js";
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../main-Cq52s9_5.js";
|
|
3
|
+
import { t as __decorate } from "../decorate-C9qrxB6l.js";
|
|
4
4
|
//#region commands/add.ts
|
|
5
5
|
/**
|
|
6
6
|
* The install command is used to `npm install` and `node ace configure` one or more packages
|
package/build/commands/build.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as importTypeScript, t as importAssembler } from "../utils-CKwka7OL.js";
|
|
2
|
-
import { p as BaseCommand, u as flags } from "../main-
|
|
3
|
-
import { t as __decorate } from "../decorate-
|
|
2
|
+
import { p as BaseCommand, u as flags } from "../main-Cq52s9_5.js";
|
|
3
|
+
import { t as __decorate } from "../decorate-C9qrxB6l.js";
|
|
4
4
|
//#region commands/build.ts
|
|
5
5
|
/**
|
|
6
6
|
* Create the production build by compiling TypeScript source and the
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as stubsRoot } from "../main-CfTiGsiS.js";
|
|
2
|
-
import { o as args, p as BaseCommand, u as flags } from "../main-
|
|
3
|
-
import { t as __decorate } from "../decorate-
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../main-Cq52s9_5.js";
|
|
3
|
+
import { t as __decorate } from "../decorate-C9qrxB6l.js";
|
|
4
4
|
import { RuntimeException } from "@poppinss/utils/exception";
|
|
5
5
|
//#region commands/configure.ts
|
|
6
6
|
/**
|
package/build/commands/eject.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as stringHelpers } from "../string-QIN8KW6u.js";
|
|
2
|
-
import { o as args, p as BaseCommand, u as flags } from "../main-
|
|
3
|
-
import { t as __decorate } from "../decorate-
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../main-Cq52s9_5.js";
|
|
3
|
+
import { t as __decorate } from "../decorate-C9qrxB6l.js";
|
|
4
4
|
//#region commands/eject.ts
|
|
5
5
|
/**
|
|
6
6
|
* Command to eject scaffolding stubs from packages to your application root.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as stringHelpers } from "../../string-QIN8KW6u.js";
|
|
2
|
-
import { o as args, p as BaseCommand, u as flags } from "../../main-
|
|
3
|
-
import { t as __decorate } from "../../decorate-
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../../main-Cq52s9_5.js";
|
|
3
|
+
import { t as __decorate } from "../../decorate-C9qrxB6l.js";
|
|
4
4
|
//#region commands/env/add.ts
|
|
5
5
|
const ALLOWED_TYPES = [
|
|
6
6
|
"string",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { p as BaseCommand, u as flags } from "../main-
|
|
2
|
-
import { t as __decorate } from "../decorate-
|
|
1
|
+
import { p as BaseCommand, u as flags } from "../main-Cq52s9_5.js";
|
|
2
|
+
import { t as __decorate } from "../decorate-C9qrxB6l.js";
|
|
3
3
|
import string from "@poppinss/utils/string";
|
|
4
4
|
import { EnvEditor } from "@adonisjs/env/editor";
|
|
5
5
|
//#region commands/generate_key.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { o as args, p as BaseCommand, s as cliHelpers, u as flags } from "../../main-
|
|
2
|
-
import { t as __decorate } from "../../decorate-
|
|
1
|
+
import { o as args, p as BaseCommand, s as cliHelpers, u as flags } from "../../main-Cq52s9_5.js";
|
|
2
|
+
import { t as __decorate } from "../../decorate-C9qrxB6l.js";
|
|
3
3
|
import stringWidth from "string-width";
|
|
4
4
|
import { middlewareInfo, routeInfo } from "@adonisjs/http-server/helpers";
|
|
5
5
|
//#region src/cli_formatters/routes_list.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as stubsRoot } from "../../main-CfTiGsiS.js";
|
|
2
|
-
import { o as args, p as BaseCommand, u as flags } from "../../main-
|
|
3
|
-
import { t as __decorate } from "../../decorate-
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../../main-Cq52s9_5.js";
|
|
3
|
+
import { t as __decorate } from "../../decorate-C9qrxB6l.js";
|
|
4
4
|
//#region commands/make/command.ts
|
|
5
5
|
/**
|
|
6
6
|
* Command to create a new Ace command class.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as stubsRoot } from "../../main-CfTiGsiS.js";
|
|
2
|
-
import { o as args, p as BaseCommand, u as flags } from "../../main-
|
|
3
|
-
import { t as __decorate } from "../../decorate-
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../../main-Cq52s9_5.js";
|
|
3
|
+
import { t as __decorate } from "../../decorate-C9qrxB6l.js";
|
|
4
4
|
import string from "@poppinss/utils/string";
|
|
5
5
|
//#region commands/make/controller.ts
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as stubsRoot } from "../../main-CfTiGsiS.js";
|
|
2
|
-
import { o as args, p as BaseCommand, u as flags } from "../../main-
|
|
3
|
-
import { t as __decorate } from "../../decorate-
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../../main-Cq52s9_5.js";
|
|
3
|
+
import { t as __decorate } from "../../decorate-C9qrxB6l.js";
|
|
4
4
|
//#region commands/make/event.ts
|
|
5
5
|
/**
|
|
6
6
|
* Command to create a new event class.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as stubsRoot } from "../../main-CfTiGsiS.js";
|
|
2
|
-
import { o as args, p as BaseCommand, u as flags } from "../../main-
|
|
3
|
-
import { t as __decorate } from "../../decorate-
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../../main-Cq52s9_5.js";
|
|
3
|
+
import { t as __decorate } from "../../decorate-C9qrxB6l.js";
|
|
4
4
|
//#region commands/make/exception.ts
|
|
5
5
|
/**
|
|
6
6
|
* Command to create a new custom exception class.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as stubsRoot } from "../../main-CfTiGsiS.js";
|
|
2
|
-
import { o as args, p as BaseCommand, u as flags } from "../../main-
|
|
3
|
-
import { t as __decorate } from "../../decorate-
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../../main-Cq52s9_5.js";
|
|
3
|
+
import { t as __decorate } from "../../decorate-C9qrxB6l.js";
|
|
4
4
|
//#region commands/make/listener.ts
|
|
5
5
|
/**
|
|
6
6
|
* Command to create a new event listener class.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as stubsRoot } from "../../main-CfTiGsiS.js";
|
|
2
2
|
import { t as stringHelpers } from "../../string-QIN8KW6u.js";
|
|
3
|
-
import { o as args, p as BaseCommand, u as flags } from "../../main-
|
|
4
|
-
import { t as __decorate } from "../../decorate-
|
|
3
|
+
import { o as args, p as BaseCommand, u as flags } from "../../main-Cq52s9_5.js";
|
|
4
|
+
import { t as __decorate } from "../../decorate-C9qrxB6l.js";
|
|
5
5
|
import string from "@poppinss/utils/string";
|
|
6
6
|
import { basename, extname, relative } from "node:path";
|
|
7
7
|
//#region commands/make/middleware.ts
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as stubsRoot } from "../../main-CfTiGsiS.js";
|
|
2
2
|
import { t as stringHelpers } from "../../string-QIN8KW6u.js";
|
|
3
|
-
import { o as args, p as BaseCommand, u as flags } from "../../main-
|
|
4
|
-
import { t as __decorate } from "../../decorate-
|
|
3
|
+
import { o as args, p as BaseCommand, u as flags } from "../../main-Cq52s9_5.js";
|
|
4
|
+
import { t as __decorate } from "../../decorate-C9qrxB6l.js";
|
|
5
5
|
import { extname, relative } from "node:path";
|
|
6
6
|
//#region commands/make/preload.ts
|
|
7
7
|
const ALLOWED_ENVIRONMENTS = [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as stubsRoot } from "../../main-CfTiGsiS.js";
|
|
2
2
|
import { t as stringHelpers } from "../../string-QIN8KW6u.js";
|
|
3
|
-
import { o as args, p as BaseCommand, u as flags } from "../../main-
|
|
4
|
-
import { t as __decorate } from "../../decorate-
|
|
3
|
+
import { o as args, p as BaseCommand, u as flags } from "../../main-Cq52s9_5.js";
|
|
4
|
+
import { t as __decorate } from "../../decorate-C9qrxB6l.js";
|
|
5
5
|
import { extname, relative } from "node:path";
|
|
6
6
|
//#region commands/make/provider.ts
|
|
7
7
|
const ALLOWED_ENVIRONMENTS = [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as stubsRoot } from "../../main-CfTiGsiS.js";
|
|
2
|
-
import { o as args, p as BaseCommand, u as flags } from "../../main-
|
|
3
|
-
import { t as __decorate } from "../../decorate-
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../../main-Cq52s9_5.js";
|
|
3
|
+
import { t as __decorate } from "../../decorate-C9qrxB6l.js";
|
|
4
4
|
//#region commands/make/service.ts
|
|
5
5
|
/**
|
|
6
6
|
* Make a new service class
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as stubsRoot } from "../../main-CfTiGsiS.js";
|
|
2
|
-
import { o as args, p as BaseCommand, u as flags } from "../../main-
|
|
3
|
-
import { t as __decorate } from "../../decorate-
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../../main-Cq52s9_5.js";
|
|
3
|
+
import { t as __decorate } from "../../decorate-C9qrxB6l.js";
|
|
4
4
|
//#region commands/make/test.ts
|
|
5
5
|
/**
|
|
6
6
|
* Command to create a new Japa test file.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as stubsRoot } from "../../main-CfTiGsiS.js";
|
|
2
|
-
import { o as args, p as BaseCommand, u as flags } from "../../main-
|
|
3
|
-
import { t as __decorate } from "../../decorate-
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../../main-Cq52s9_5.js";
|
|
3
|
+
import { t as __decorate } from "../../decorate-C9qrxB6l.js";
|
|
4
4
|
//#region commands/make/transformer.ts
|
|
5
5
|
/**
|
|
6
6
|
* Command to create a new transformer class.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as stubsRoot } from "../../main-CfTiGsiS.js";
|
|
2
|
-
import { o as args, p as BaseCommand, u as flags } from "../../main-
|
|
3
|
-
import { t as __decorate } from "../../decorate-
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../../main-Cq52s9_5.js";
|
|
3
|
+
import { t as __decorate } from "../../decorate-C9qrxB6l.js";
|
|
4
4
|
//#region commands/make/validator.ts
|
|
5
5
|
/**
|
|
6
6
|
* Command to create a new VineJS validator file.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as stubsRoot } from "../../main-CfTiGsiS.js";
|
|
2
|
-
import { o as args, p as BaseCommand, u as flags } from "../../main-
|
|
3
|
-
import { t as __decorate } from "../../decorate-
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../../main-Cq52s9_5.js";
|
|
3
|
+
import { t as __decorate } from "../../decorate-C9qrxB6l.js";
|
|
4
4
|
//#region commands/make/view.ts
|
|
5
5
|
/**
|
|
6
6
|
* Command to create a new Edge.js template file.
|
package/build/commands/repl.js
CHANGED
package/build/commands/serve.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as importAssembler } from "../utils-CKwka7OL.js";
|
|
2
|
-
import { p as BaseCommand, u as flags } from "../main-
|
|
3
|
-
import { t as __decorate } from "../decorate-
|
|
2
|
+
import { p as BaseCommand, u as flags } from "../main-Cq52s9_5.js";
|
|
3
|
+
import { t as __decorate } from "../decorate-C9qrxB6l.js";
|
|
4
4
|
//#region commands/serve.ts
|
|
5
5
|
/**
|
|
6
6
|
* Serve command is used to run the AdonisJS HTTP server during development. The
|
package/build/commands/test.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as importAssembler } from "../utils-CKwka7OL.js";
|
|
2
|
-
import { o as args, p as BaseCommand, u as flags } from "../main-
|
|
3
|
-
import { t as __decorate } from "../decorate-
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../main-Cq52s9_5.js";
|
|
3
|
+
import { t as __decorate } from "../decorate-C9qrxB6l.js";
|
|
4
4
|
//#region commands/test.ts
|
|
5
5
|
/**
|
|
6
6
|
* Command to run application tests using the Japa test runner.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./main-CfTiGsiS.js";
|
|
2
2
|
import "./container-BB6VBj9q.js";
|
|
3
|
-
import "./main-
|
|
3
|
+
import "./main-lRY4g_D8.js";
|
|
4
4
|
import "./config_provider-4fYNzX9M.js";
|
|
5
5
|
import { t as stringHelpers } from "./string-QIN8KW6u.js";
|
|
6
6
|
import { r as outputTransformerDataObjects } from "./utils-CKwka7OL.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { f as Kernel, n as HelpCommand, t as FsLoader } from "./main-
|
|
1
|
+
import { f as Kernel, n as HelpCommand, t as FsLoader } from "./main-Cq52s9_5.js";
|
|
2
2
|
//#region modules/ace/create_kernel.ts
|
|
3
3
|
/**
|
|
4
4
|
* Create and configure an Ace command kernel for AdonisJS applications.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//#region \0@oxc-project+runtime@0.
|
|
1
|
+
//#region \0@oxc-project+runtime@0.130.0/helpers/decorate.js
|
|
2
2
|
function __decorate(decorators, target, key, desc) {
|
|
3
3
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
4
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as AceFactory } from "../../ace-
|
|
1
|
+
import { t as AceFactory } from "../../ace-CvHoCQkA.js";
|
|
2
2
|
export { AceFactory };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as IgnitorFactory } from "../../ignitor-
|
|
1
|
+
import { t as IgnitorFactory } from "../../ignitor-CIolQ6jw.js";
|
|
2
2
|
export { IgnitorFactory };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as IgnitorFactory } from "../../ignitor-
|
|
2
|
-
import { t as AceFactory } from "../../ace-
|
|
3
|
-
import { t as TestUtilsFactory } from "../../test_utils-
|
|
1
|
+
import { t as IgnitorFactory } from "../../ignitor-CIolQ6jw.js";
|
|
2
|
+
import { t as AceFactory } from "../../ace-CvHoCQkA.js";
|
|
3
|
+
import { t as TestUtilsFactory } from "../../test_utils-C1KAymSr.js";
|
|
4
4
|
export { AceFactory, IgnitorFactory, TestUtilsFactory };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as TestUtilsFactory } from "../../test_utils-
|
|
1
|
+
import { t as TestUtilsFactory } from "../../test_utils-C1KAymSr.js";
|
|
2
2
|
export { TestUtilsFactory };
|
package/build/factories/stubs.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as Ignitor } from "./main-
|
|
1
|
+
import { t as Ignitor } from "./main-lRY4g_D8.js";
|
|
2
2
|
import { t as logger_exports } from "./logger-Cj7AOEsL.js";
|
|
3
3
|
import { t as main_exports } from "./main-BDd3QiJF.js";
|
|
4
4
|
import { n as drivers, t as defineConfig } from "./define_config-B66U6mUT.js";
|
package/build/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as stubsRoot } from "./main-CfTiGsiS.js";
|
|
2
2
|
import { t as container_exports } from "./container-BB6VBj9q.js";
|
|
3
|
-
import { t as Ignitor } from "./main-
|
|
3
|
+
import { t as Ignitor } from "./main-lRY4g_D8.js";
|
|
4
4
|
import { t as configProvider } from "./config_provider-4fYNzX9M.js";
|
|
5
|
-
import { n as prettyPrintError, r as indexEntities, t as errors } from "./core-
|
|
5
|
+
import { n as prettyPrintError, r as indexEntities, t as errors } from "./core-W_VUoOlJ.js";
|
|
6
6
|
var inject = container_exports.inject;
|
|
7
7
|
export { Ignitor, configProvider, errors, indexEntities, inject, prettyPrintError, stubsRoot };
|
|
@@ -19,6 +19,8 @@ import { BaseCommand, FsLoader, HelpCommand as HelpCommand$1, IndexGenerator as
|
|
|
19
19
|
* ```
|
|
20
20
|
*/
|
|
21
21
|
var BaseCommand$1 = class extends BaseCommand {
|
|
22
|
+
app;
|
|
23
|
+
kernel;
|
|
22
24
|
static options = {};
|
|
23
25
|
get staysAlive() {
|
|
24
26
|
return this.constructor.options.staysAlive;
|
|
@@ -105,6 +107,8 @@ var BaseCommand$1 = class extends BaseCommand {
|
|
|
105
107
|
* This command extends the base Ace ListCommand with AdonisJS-specific functionality.
|
|
106
108
|
*/
|
|
107
109
|
var ListCommand$1 = class extends ListCommand {
|
|
110
|
+
app;
|
|
111
|
+
kernel;
|
|
108
112
|
static options = {};
|
|
109
113
|
get staysAlive() {
|
|
110
114
|
return this.constructor.options.staysAlive;
|
|
@@ -159,6 +163,7 @@ var ListCommand$1 = class extends ListCommand {
|
|
|
159
163
|
* ```
|
|
160
164
|
*/
|
|
161
165
|
var Kernel$1 = class extends Kernel {
|
|
166
|
+
app;
|
|
162
167
|
/**
|
|
163
168
|
* Create a new Ace kernel instance
|
|
164
169
|
*
|
|
@@ -55,7 +55,7 @@ var AceProcess = class {
|
|
|
55
55
|
async handle(argv) {
|
|
56
56
|
const app = this.#ignitor.createApp("console");
|
|
57
57
|
await app.init();
|
|
58
|
-
const { createAceKernel } = await import("./create_kernel-
|
|
58
|
+
const { createAceKernel } = await import("./create_kernel-CYkVB-2B.js");
|
|
59
59
|
const commandName = argv[argv.findIndex((value) => !value.startsWith("-"))];
|
|
60
60
|
const kernel = createAceKernel(app, commandName);
|
|
61
61
|
app.container.bindValue("ace", kernel);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as Parser, c as cliui, d as tracingChannels, f as Kernel, i as ListLoader, l as errors, m as ListCommand, n as HelpCommand, o as args, p as BaseCommand, r as IndexGenerator, s as cliHelpers, t as FsLoader, u as flags } from "../../main-
|
|
1
|
+
import { a as Parser, c as cliui, d as tracingChannels, f as Kernel, i as ListLoader, l as errors, m as ListCommand, n as HelpCommand, o as args, p as BaseCommand, r as IndexGenerator, s as cliHelpers, t as FsLoader, u as flags } from "../../main-Cq52s9_5.js";
|
|
2
2
|
export { BaseCommand, FsLoader, HelpCommand, IndexGenerator, Kernel, ListCommand, ListLoader, Parser, args, cliHelpers, cliui, errors, flags, tracingChannels };
|
|
@@ -33,6 +33,7 @@ import { mkdir, writeFile } from "node:fs/promises";
|
|
|
33
33
|
* await provider.ready()
|
|
34
34
|
*/
|
|
35
35
|
var AppServiceProvider = class {
|
|
36
|
+
app;
|
|
36
37
|
/**
|
|
37
38
|
* Application service provider constructor
|
|
38
39
|
*
|
|
@@ -69,7 +70,7 @@ var AppServiceProvider = class {
|
|
|
69
70
|
*/
|
|
70
71
|
registerAce() {
|
|
71
72
|
this.app.container.singleton("ace", async () => {
|
|
72
|
-
const { createAceKernel } = await import("../create_kernel-
|
|
73
|
+
const { createAceKernel } = await import("../create_kernel-CYkVB-2B.js");
|
|
73
74
|
return createAceKernel(this.app);
|
|
74
75
|
});
|
|
75
76
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as TestUtils } from "../../main-
|
|
1
|
+
import { t as TestUtils } from "../../main-D5apv2y3.js";
|
|
2
2
|
export { TestUtils };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { t as Ignitor } from "./main-
|
|
2
|
-
import "./core-
|
|
3
|
-
import { t as IgnitorFactory } from "./ignitor-
|
|
4
|
-
import { t as TestUtils } from "./main-
|
|
1
|
+
import { t as Ignitor } from "./main-lRY4g_D8.js";
|
|
2
|
+
import "./core-W_VUoOlJ.js";
|
|
3
|
+
import { t as IgnitorFactory } from "./ignitor-CIolQ6jw.js";
|
|
4
|
+
import { t as TestUtils } from "./main-D5apv2y3.js";
|
|
5
5
|
//#region factories/core/test_utils.ts
|
|
6
6
|
/**
|
|
7
7
|
* Factory for creating TestUtils instances used in AdonisJS testing scenarios.
|
package/build/toolkit/main.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { t as __decorate } from "../decorate-
|
|
2
|
+
import { t as __decorate } from "../decorate-C9qrxB6l.js";
|
|
3
3
|
import { BaseCommand, HelpCommand, IndexGenerator, Kernel, ListLoader, args } from "@adonisjs/ace";
|
|
4
4
|
import { join } from "node:path";
|
|
5
5
|
//#region toolkit/commands/index_commands.ts
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adonisjs/core",
|
|
3
3
|
"description": "Core of AdonisJS",
|
|
4
|
-
"version": "7.3.
|
|
4
|
+
"version": "7.3.3",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=24.0.0"
|
|
7
7
|
},
|
|
@@ -93,12 +93,12 @@
|
|
|
93
93
|
"@japa/snapshot": "^2.0.10",
|
|
94
94
|
"@poppinss/ts-exec": "^1.4.4",
|
|
95
95
|
"@release-it/conventional-changelog": "^11.0.0",
|
|
96
|
-
"@types/node": "~25.
|
|
96
|
+
"@types/node": "~25.9.0",
|
|
97
97
|
"@types/pretty-hrtime": "^1.0.3",
|
|
98
98
|
"@types/sinon": "^21.0.1",
|
|
99
99
|
"@types/supertest": "^7.2.0",
|
|
100
100
|
"@types/test-console": "^2.0.3",
|
|
101
|
-
"@vinejs/vine": "^4.
|
|
101
|
+
"@vinejs/vine": "^4.4.0",
|
|
102
102
|
"argon2": "^0.44.0",
|
|
103
103
|
"bcrypt": "^6.0.0",
|
|
104
104
|
"c8": "^11.0.0",
|
|
@@ -106,17 +106,17 @@
|
|
|
106
106
|
"cross-env": "^10.1.0",
|
|
107
107
|
"del-cli": "^7.0.0",
|
|
108
108
|
"edge.js": "^6.5.0",
|
|
109
|
-
"eslint": "^10.
|
|
109
|
+
"eslint": "^10.4.0",
|
|
110
110
|
"execa": "^9.6.1",
|
|
111
111
|
"get-port": "^7.2.0",
|
|
112
112
|
"pino-pretty": "^13.1.3",
|
|
113
113
|
"prettier": "^3.8.3",
|
|
114
114
|
"release-it": "^20.0.1",
|
|
115
|
-
"sinon": "^
|
|
115
|
+
"sinon": "^22.0.0",
|
|
116
116
|
"supertest": "^7.2.2",
|
|
117
117
|
"test-console": "^2.0.0",
|
|
118
118
|
"timekeeper": "^2.3.1",
|
|
119
|
-
"tsdown": "^0.
|
|
119
|
+
"tsdown": "^0.22.0",
|
|
120
120
|
"typedoc": "^0.28.19",
|
|
121
121
|
"typescript": "^6.0.3",
|
|
122
122
|
"youch": "^4.1.1"
|
|
@@ -124,14 +124,14 @@
|
|
|
124
124
|
"dependencies": {
|
|
125
125
|
"@adonisjs/ace": "^14.1.0",
|
|
126
126
|
"@adonisjs/application": "^9.0.0",
|
|
127
|
-
"@adonisjs/bodyparser": "^11.0.
|
|
127
|
+
"@adonisjs/bodyparser": "^11.0.2",
|
|
128
128
|
"@adonisjs/config": "^6.1.0",
|
|
129
129
|
"@adonisjs/env": "^7.0.0",
|
|
130
130
|
"@adonisjs/events": "^10.2.0",
|
|
131
131
|
"@adonisjs/fold": "^11.0.0",
|
|
132
132
|
"@adonisjs/hash": "^10.1.0",
|
|
133
133
|
"@adonisjs/health": "^3.1.0",
|
|
134
|
-
"@adonisjs/http-server": "^
|
|
134
|
+
"@adonisjs/http-server": "^9.0.0",
|
|
135
135
|
"@adonisjs/http-transformers": "^2.3.1",
|
|
136
136
|
"@adonisjs/logger": "^7.1.1",
|
|
137
137
|
"@adonisjs/repl": "^5.0.0",
|
|
@@ -140,12 +140,12 @@
|
|
|
140
140
|
"@poppinss/dumper": "^0.7.0",
|
|
141
141
|
"@poppinss/macroable": "^1.1.2",
|
|
142
142
|
"@poppinss/utils": "^7.0.1",
|
|
143
|
-
"@sindresorhus/is": "^8.
|
|
143
|
+
"@sindresorhus/is": "^8.1.0",
|
|
144
144
|
"@types/he": "^1.2.3",
|
|
145
145
|
"error-stack-parser-es": "^1.0.5",
|
|
146
146
|
"he": "^1.2.0",
|
|
147
147
|
"pretty-hrtime": "^1.0.3",
|
|
148
|
-
"string-width": "^8.2.
|
|
148
|
+
"string-width": "^8.2.1"
|
|
149
149
|
},
|
|
150
150
|
"peerDependencies": {
|
|
151
151
|
"@adonisjs/assembler": "^8.0.0-next.23 || ^8.0.0",
|