@adonisjs/core 7.3.2 → 7.3.4
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-CNQ6J0KB.js} +3 -3
- package/build/{app-XhU0L_kQ.js → app-C9YGPOJ4.js} +1 -1
- package/build/commands/add.js +3 -3
- package/build/commands/build.js +3 -3
- package/build/commands/configure.js +3 -3
- package/build/commands/eject.js +3 -3
- package/build/commands/env/add.js +3 -3
- 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 +3 -3
- package/build/commands/make/controller.js +3 -3
- package/build/commands/make/event.js +3 -3
- package/build/commands/make/exception.js +3 -3
- package/build/commands/make/listener.js +3 -3
- package/build/commands/make/middleware.js +4 -4
- package/build/commands/make/preload.js +4 -4
- package/build/commands/make/provider.js +4 -4
- package/build/commands/make/service.js +3 -3
- package/build/commands/make/test.js +3 -3
- package/build/commands/make/transformer.js +3 -3
- package/build/commands/make/validator.js +3 -3
- package/build/commands/make/view.js +3 -3
- package/build/commands/repl.js +1 -1
- package/build/commands/serve.js +3 -3
- package/build/commands/test.js +3 -3
- package/build/{config-dLMqZYix.js → config-Bs4A3e5s.js} +1 -1
- package/build/{container-BB6VBj9q.js → container-D8sVPuqE.js} +1 -1
- package/build/{core-DMssQKwM.js → core-CCkG99Cu.js} +6 -6
- package/build/{create_kernel-CziaAklz.js → create_kernel-Bx7xtr5F.js} +1 -1
- package/build/create_kernel-z4zoGQrB.js +2 -0
- package/build/{decorate-CjDBNaqp.js → decorate-B1SGdM93.js} +1 -1
- package/build/{define_config-B66U6mUT.js → define_config-DzONx0uA.js} +3 -3
- package/build/{dumper-V22ueBaO.js → dumper-Dc5XHjSe.js} +1 -1
- package/build/{errors-BScZTzBu.js → errors-BEczfoe9.js} +1 -1
- package/build/{events-DIYBcPfM.js → events-DNyBVOHs.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 +2 -2
- package/build/{ignitor-BxhEMsoG.js → ignitor-CnZgjncK.js} +6 -6
- package/build/index.js +5 -5
- package/build/{logger-Cj7AOEsL.js → logger-CbW11i_M.js} +1 -1
- package/build/{main-DmX6Gpu5.js → main-BWrmf4Da.js} +3 -3
- package/build/{main-zFY2qkGC.js → main-BZSwUaVy.js} +4 -4
- package/build/{main-BDd3QiJF.js → main-C7vRIoCE.js} +1 -1
- package/build/{main-l3qICfaP.js → main-DA1qYeFY.js} +4 -3
- package/build/{main-CjrccPZ4.js → main-DsUS7ncp.js} +2 -2
- package/build/{main-DzNXtXg3.js → main-DvUje0hm.js} +5 -0
- package/build/{main-DpE5rTyk.js → main-LKXR6eqi.js} +1 -1
- package/build/modules/ace/codemods.js +2 -2
- package/build/modules/ace/main.js +1 -1
- package/build/modules/app.js +1 -1
- package/build/modules/bodyparser/bodyparser_middleware.js +1 -1
- package/build/modules/bodyparser/main.js +1 -1
- package/build/modules/config.js +1 -1
- package/build/modules/container.js +1 -1
- package/build/modules/dumper/main.js +1 -1
- package/build/modules/dumper/plugins/edge.js +1 -1
- package/build/modules/encryption/drivers/legacy.js +11 -3
- package/build/modules/encryption/main.js +3 -3
- package/build/modules/events.js +1 -1
- package/build/modules/hash/main.js +1 -1
- package/build/modules/http/main.js +1 -1
- package/build/modules/logger.js +1 -1
- package/build/modules/repl.js +1 -1
- package/build/providers/app_provider.js +12 -11
- package/build/providers/edge_provider.js +3 -2
- package/build/providers/hash_provider.js +3 -2
- package/build/providers/repl_provider.js +2 -1
- package/build/providers/vinejs_provider.js +3 -2
- package/build/{repl-DL_vrd08.js → repl--AZJh4Qw.js} +1 -1
- package/build/services/ace.js +1 -1
- package/build/services/app.js +1 -1
- package/build/services/config.js +1 -1
- package/build/services/dumper.js +1 -1
- package/build/services/emitter.js +1 -1
- package/build/services/encryption.js +1 -1
- package/build/services/hash.js +1 -1
- package/build/services/logger.js +1 -1
- package/build/services/repl.js +1 -1
- package/build/services/router.js +1 -1
- package/build/services/server.js +1 -1
- package/build/services/test_utils.js +1 -1
- package/build/services/url_builder.js +1 -1
- package/build/src/exceptions.js +1 -1
- package/build/src/helpers/main.js +2 -2
- package/build/src/helpers/safe_timing.js +1 -1
- package/build/src/helpers/string.js +1 -1
- package/build/src/helpers/verification_token.js +1 -1
- package/build/src/test_utils/main.js +1 -1
- package/build/src/vine.js +1 -1
- package/build/{test_utils-BPLE25og.js → test_utils-CQULeC52.js} +4 -4
- package/build/toolkit/main.js +1 -1
- package/package.json +17 -16
- package/build/create_kernel-D6ZvFwXO.js +0 -2
- /package/build/{app-CAuSGb2P.js → app-D370X_QN.js} +0 -0
- /package/build/{bodyparser_middleware-H5FArWkI.js → bodyparser_middleware-DnG3kauC.js} +0 -0
- /package/build/{chunk-ZRW5x4aP.js → chunk-BBjsoOtd.js} +0 -0
- /package/build/{config_provider-4fYNzX9M.js → config_provider-t1UIlTp8.js} +0 -0
- /package/build/{debug-DWofTfIX.js → debug-DrrWgeSu.js} +0 -0
- /package/build/{edge-BG5ZYp6Z.js → edge-Bo4MmLUJ.js} +0 -0
- /package/build/{exceptions-B2MzIlHY.js → exceptions-I3WraG06.js} +0 -0
- /package/build/{main-CfTiGsiS.js → main-DbL06a4f.js} +0 -0
- /package/build/{safe_timing-AjC3K21F.js → safe_timing-Du31tvV6.js} +0 -0
- /package/build/{string-QIN8KW6u.js → string-DUpLZV_t.js} +0 -0
- /package/build/{utils-CKwka7OL.js → utils-1rNipeII.js} +0 -0
- /package/build/{verification_token-WCrZtUgZ.js → verification_token-4PdpH5bL.js} +0 -0
- /package/build/{vine-DkIupA3Z.js → vine-DOhOuZZt.js} +0 -0
|
@@ -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-BZSwUaVy.js";
|
|
2
|
+
import { t as IgnitorFactory } from "./ignitor-CnZgjncK.js";
|
|
3
|
+
import { t as createAceKernel } from "./create_kernel-Bx7xtr5F.js";
|
|
4
4
|
//#region factories/core/ace.ts
|
|
5
5
|
/**
|
|
6
6
|
* Factory for creating and configuring Ace command kernel instances.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as __reExport, t as __exportAll } from "./chunk-
|
|
1
|
+
import { n as __reExport, t as __exportAll } from "./chunk-BBjsoOtd.js";
|
|
2
2
|
//#region modules/app.ts
|
|
3
3
|
var app_exports = /* @__PURE__ */ __exportAll({});
|
|
4
4
|
import * as import__adonisjs_application from "@adonisjs/application";
|
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-CCkG99Cu.js";
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../main-DvUje0hm.js";
|
|
3
|
+
import { t as __decorate } from "../decorate-B1SGdM93.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
|
-
import { n as importTypeScript, t as importAssembler } from "../utils-
|
|
2
|
-
import { p as BaseCommand, u as flags } from "../main-
|
|
3
|
-
import { t as __decorate } from "../decorate-
|
|
1
|
+
import { n as importTypeScript, t as importAssembler } from "../utils-1rNipeII.js";
|
|
2
|
+
import { p as BaseCommand, u as flags } from "../main-DvUje0hm.js";
|
|
3
|
+
import { t as __decorate } from "../decorate-B1SGdM93.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
|
-
import { t as stubsRoot } from "../main-
|
|
2
|
-
import { o as args, p as BaseCommand, u as flags } from "../main-
|
|
3
|
-
import { t as __decorate } from "../decorate-
|
|
1
|
+
import { t as stubsRoot } from "../main-DbL06a4f.js";
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../main-DvUje0hm.js";
|
|
3
|
+
import { t as __decorate } from "../decorate-B1SGdM93.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
|
-
import { t as stringHelpers } from "../string-
|
|
2
|
-
import { o as args, p as BaseCommand, u as flags } from "../main-
|
|
3
|
-
import { t as __decorate } from "../decorate-
|
|
1
|
+
import { t as stringHelpers } from "../string-DUpLZV_t.js";
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../main-DvUje0hm.js";
|
|
3
|
+
import { t as __decorate } from "../decorate-B1SGdM93.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
|
-
import { t as stringHelpers } from "../../string-
|
|
2
|
-
import { o as args, p as BaseCommand, u as flags } from "../../main-
|
|
3
|
-
import { t as __decorate } from "../../decorate-
|
|
1
|
+
import { t as stringHelpers } from "../../string-DUpLZV_t.js";
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../../main-DvUje0hm.js";
|
|
3
|
+
import { t as __decorate } from "../../decorate-B1SGdM93.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-DvUje0hm.js";
|
|
2
|
+
import { t as __decorate } from "../decorate-B1SGdM93.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-DvUje0hm.js";
|
|
2
|
+
import { t as __decorate } from "../../decorate-B1SGdM93.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
|
-
import { t as stubsRoot } from "../../main-
|
|
2
|
-
import { o as args, p as BaseCommand, u as flags } from "../../main-
|
|
3
|
-
import { t as __decorate } from "../../decorate-
|
|
1
|
+
import { t as stubsRoot } from "../../main-DbL06a4f.js";
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../../main-DvUje0hm.js";
|
|
3
|
+
import { t as __decorate } from "../../decorate-B1SGdM93.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
|
-
import { t as stubsRoot } from "../../main-
|
|
2
|
-
import { o as args, p as BaseCommand, u as flags } from "../../main-
|
|
3
|
-
import { t as __decorate } from "../../decorate-
|
|
1
|
+
import { t as stubsRoot } from "../../main-DbL06a4f.js";
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../../main-DvUje0hm.js";
|
|
3
|
+
import { t as __decorate } from "../../decorate-B1SGdM93.js";
|
|
4
4
|
import string from "@poppinss/utils/string";
|
|
5
5
|
//#region commands/make/controller.ts
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as stubsRoot } from "../../main-
|
|
2
|
-
import { o as args, p as BaseCommand, u as flags } from "../../main-
|
|
3
|
-
import { t as __decorate } from "../../decorate-
|
|
1
|
+
import { t as stubsRoot } from "../../main-DbL06a4f.js";
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../../main-DvUje0hm.js";
|
|
3
|
+
import { t as __decorate } from "../../decorate-B1SGdM93.js";
|
|
4
4
|
//#region commands/make/event.ts
|
|
5
5
|
/**
|
|
6
6
|
* Command to create a new event class.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as stubsRoot } from "../../main-
|
|
2
|
-
import { o as args, p as BaseCommand, u as flags } from "../../main-
|
|
3
|
-
import { t as __decorate } from "../../decorate-
|
|
1
|
+
import { t as stubsRoot } from "../../main-DbL06a4f.js";
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../../main-DvUje0hm.js";
|
|
3
|
+
import { t as __decorate } from "../../decorate-B1SGdM93.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
|
-
import { t as stubsRoot } from "../../main-
|
|
2
|
-
import { o as args, p as BaseCommand, u as flags } from "../../main-
|
|
3
|
-
import { t as __decorate } from "../../decorate-
|
|
1
|
+
import { t as stubsRoot } from "../../main-DbL06a4f.js";
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../../main-DvUje0hm.js";
|
|
3
|
+
import { t as __decorate } from "../../decorate-B1SGdM93.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
|
-
import { t as stubsRoot } from "../../main-
|
|
2
|
-
import { t as stringHelpers } from "../../string-
|
|
3
|
-
import { o as args, p as BaseCommand, u as flags } from "../../main-
|
|
4
|
-
import { t as __decorate } from "../../decorate-
|
|
1
|
+
import { t as stubsRoot } from "../../main-DbL06a4f.js";
|
|
2
|
+
import { t as stringHelpers } from "../../string-DUpLZV_t.js";
|
|
3
|
+
import { o as args, p as BaseCommand, u as flags } from "../../main-DvUje0hm.js";
|
|
4
|
+
import { t as __decorate } from "../../decorate-B1SGdM93.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
|
-
import { t as stubsRoot } from "../../main-
|
|
2
|
-
import { t as stringHelpers } from "../../string-
|
|
3
|
-
import { o as args, p as BaseCommand, u as flags } from "../../main-
|
|
4
|
-
import { t as __decorate } from "../../decorate-
|
|
1
|
+
import { t as stubsRoot } from "../../main-DbL06a4f.js";
|
|
2
|
+
import { t as stringHelpers } from "../../string-DUpLZV_t.js";
|
|
3
|
+
import { o as args, p as BaseCommand, u as flags } from "../../main-DvUje0hm.js";
|
|
4
|
+
import { t as __decorate } from "../../decorate-B1SGdM93.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
|
-
import { t as stubsRoot } from "../../main-
|
|
2
|
-
import { t as stringHelpers } from "../../string-
|
|
3
|
-
import { o as args, p as BaseCommand, u as flags } from "../../main-
|
|
4
|
-
import { t as __decorate } from "../../decorate-
|
|
1
|
+
import { t as stubsRoot } from "../../main-DbL06a4f.js";
|
|
2
|
+
import { t as stringHelpers } from "../../string-DUpLZV_t.js";
|
|
3
|
+
import { o as args, p as BaseCommand, u as flags } from "../../main-DvUje0hm.js";
|
|
4
|
+
import { t as __decorate } from "../../decorate-B1SGdM93.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
|
-
import { t as stubsRoot } from "../../main-
|
|
2
|
-
import { o as args, p as BaseCommand, u as flags } from "../../main-
|
|
3
|
-
import { t as __decorate } from "../../decorate-
|
|
1
|
+
import { t as stubsRoot } from "../../main-DbL06a4f.js";
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../../main-DvUje0hm.js";
|
|
3
|
+
import { t as __decorate } from "../../decorate-B1SGdM93.js";
|
|
4
4
|
//#region commands/make/service.ts
|
|
5
5
|
/**
|
|
6
6
|
* Make a new service class
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as stubsRoot } from "../../main-
|
|
2
|
-
import { o as args, p as BaseCommand, u as flags } from "../../main-
|
|
3
|
-
import { t as __decorate } from "../../decorate-
|
|
1
|
+
import { t as stubsRoot } from "../../main-DbL06a4f.js";
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../../main-DvUje0hm.js";
|
|
3
|
+
import { t as __decorate } from "../../decorate-B1SGdM93.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
|
-
import { t as stubsRoot } from "../../main-
|
|
2
|
-
import { o as args, p as BaseCommand, u as flags } from "../../main-
|
|
3
|
-
import { t as __decorate } from "../../decorate-
|
|
1
|
+
import { t as stubsRoot } from "../../main-DbL06a4f.js";
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../../main-DvUje0hm.js";
|
|
3
|
+
import { t as __decorate } from "../../decorate-B1SGdM93.js";
|
|
4
4
|
//#region commands/make/transformer.ts
|
|
5
5
|
/**
|
|
6
6
|
* Command to create a new transformer class.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as stubsRoot } from "../../main-
|
|
2
|
-
import { o as args, p as BaseCommand, u as flags } from "../../main-
|
|
3
|
-
import { t as __decorate } from "../../decorate-
|
|
1
|
+
import { t as stubsRoot } from "../../main-DbL06a4f.js";
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../../main-DvUje0hm.js";
|
|
3
|
+
import { t as __decorate } from "../../decorate-B1SGdM93.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
|
-
import { t as stubsRoot } from "../../main-
|
|
2
|
-
import { o as args, p as BaseCommand, u as flags } from "../../main-
|
|
3
|
-
import { t as __decorate } from "../../decorate-
|
|
1
|
+
import { t as stubsRoot } from "../../main-DbL06a4f.js";
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../../main-DvUje0hm.js";
|
|
3
|
+
import { t as __decorate } from "../../decorate-B1SGdM93.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
|
-
import { t as importAssembler } from "../utils-
|
|
2
|
-
import { p as BaseCommand, u as flags } from "../main-
|
|
3
|
-
import { t as __decorate } from "../decorate-
|
|
1
|
+
import { t as importAssembler } from "../utils-1rNipeII.js";
|
|
2
|
+
import { p as BaseCommand, u as flags } from "../main-DvUje0hm.js";
|
|
3
|
+
import { t as __decorate } from "../decorate-B1SGdM93.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
|
-
import { t as importAssembler } from "../utils-
|
|
2
|
-
import { o as args, p as BaseCommand, u as flags } from "../main-
|
|
3
|
-
import { t as __decorate } from "../decorate-
|
|
1
|
+
import { t as importAssembler } from "../utils-1rNipeII.js";
|
|
2
|
+
import { o as args, p as BaseCommand, u as flags } from "../main-DvUje0hm.js";
|
|
3
|
+
import { t as __decorate } from "../decorate-B1SGdM93.js";
|
|
4
4
|
//#region commands/test.ts
|
|
5
5
|
/**
|
|
6
6
|
* Command to run application tests using the Japa test runner.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as __reExport, t as __exportAll } from "./chunk-
|
|
1
|
+
import { n as __reExport, t as __exportAll } from "./chunk-BBjsoOtd.js";
|
|
2
2
|
//#region modules/config.ts
|
|
3
3
|
var config_exports = /* @__PURE__ */ __exportAll({});
|
|
4
4
|
import * as import__adonisjs_config from "@adonisjs/config";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as __reExport, t as __exportAll } from "./chunk-
|
|
1
|
+
import { n as __reExport, t as __exportAll } from "./chunk-BBjsoOtd.js";
|
|
2
2
|
//#region modules/container.ts
|
|
3
3
|
var container_exports = /* @__PURE__ */ __exportAll({});
|
|
4
4
|
import * as import__adonisjs_fold from "@adonisjs/fold";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import "./main-
|
|
2
|
-
import "./container-
|
|
3
|
-
import "./main-
|
|
4
|
-
import "./config_provider-
|
|
5
|
-
import { t as stringHelpers } from "./string-
|
|
6
|
-
import { r as outputTransformerDataObjects } from "./utils-
|
|
1
|
+
import "./main-DbL06a4f.js";
|
|
2
|
+
import "./container-D8sVPuqE.js";
|
|
3
|
+
import "./main-BZSwUaVy.js";
|
|
4
|
+
import "./config_provider-t1UIlTp8.js";
|
|
5
|
+
import { t as stringHelpers } from "./string-DUpLZV_t.js";
|
|
6
|
+
import { r as outputTransformerDataObjects } from "./utils-1rNipeII.js";
|
|
7
7
|
import { errors } from "@adonisjs/ace";
|
|
8
8
|
import { errors as errors$1 } from "@adonisjs/env";
|
|
9
9
|
import { errors as errors$2 } from "@adonisjs/application";
|
|
@@ -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-DvUje0hm.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.134.0/helpers/esm/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,6 +1,6 @@
|
|
|
1
|
-
import { t as debug_default } from "./debug-
|
|
2
|
-
import { t as configProvider } from "./config_provider-
|
|
3
|
-
import { n as InvalidArgumentsException } from "./exceptions-
|
|
1
|
+
import { t as debug_default } from "./debug-DrrWgeSu.js";
|
|
2
|
+
import { t as configProvider } from "./config_provider-t1UIlTp8.js";
|
|
3
|
+
import { n as InvalidArgumentsException } from "./exceptions-I3WraG06.js";
|
|
4
4
|
//#region modules/encryption/define_config.ts
|
|
5
5
|
/**
|
|
6
6
|
* Defines the encryption configuration for the application.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as __reExport, t as __exportAll } from "./chunk-
|
|
1
|
+
import { n as __reExport, t as __exportAll } from "./chunk-BBjsoOtd.js";
|
|
2
2
|
//#region modules/events.ts
|
|
3
3
|
var events_exports = /* @__PURE__ */ __exportAll({});
|
|
4
4
|
import * as import__adonisjs_events from "@adonisjs/events";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as AceFactory } from "../../ace-
|
|
1
|
+
import { t as AceFactory } from "../../ace-CNQ6J0KB.js";
|
|
2
2
|
export { AceFactory };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as IgnitorFactory } from "../../ignitor-
|
|
1
|
+
import { t as IgnitorFactory } from "../../ignitor-CnZgjncK.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-CnZgjncK.js";
|
|
2
|
+
import { t as AceFactory } from "../../ace-CNQ6J0KB.js";
|
|
3
|
+
import { t as TestUtilsFactory } from "../../test_utils-CQULeC52.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-CQULeC52.js";
|
|
2
2
|
export { TestUtilsFactory };
|
package/build/factories/stubs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as stubsRoot } from "../main-
|
|
2
|
-
import "../core-
|
|
1
|
+
import { t as stubsRoot } from "../main-DbL06a4f.js";
|
|
2
|
+
import "../core-CCkG99Cu.js";
|
|
3
3
|
import { AppFactory } from "@adonisjs/application/factories";
|
|
4
4
|
//#region factories/stubs.ts
|
|
5
5
|
/**
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { t as Ignitor } from "./main-
|
|
2
|
-
import { t as logger_exports } from "./logger-
|
|
3
|
-
import { t as main_exports } from "./main-
|
|
4
|
-
import { n as drivers, t as defineConfig } from "./define_config-
|
|
5
|
-
import { n as defineConfig$1, r as drivers$1 } from "./main-
|
|
6
|
-
import { t as main_exports$1 } from "./main-
|
|
1
|
+
import { t as Ignitor } from "./main-BZSwUaVy.js";
|
|
2
|
+
import { t as logger_exports } from "./logger-CbW11i_M.js";
|
|
3
|
+
import { t as main_exports } from "./main-C7vRIoCE.js";
|
|
4
|
+
import { n as drivers, t as defineConfig } from "./define_config-DzONx0uA.js";
|
|
5
|
+
import { n as defineConfig$1, r as drivers$1 } from "./main-BWrmf4Da.js";
|
|
6
|
+
import { t as main_exports$1 } from "./main-LKXR6eqi.js";
|
|
7
7
|
//#region factories/core/ignitor.ts
|
|
8
8
|
/**
|
|
9
9
|
* Factory for creating and configuring AdonisJS Ignitor instances.
|
package/build/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { t as stubsRoot } from "./main-
|
|
2
|
-
import { t as container_exports } from "./container-
|
|
3
|
-
import { t as Ignitor } from "./main-
|
|
4
|
-
import { t as configProvider } from "./config_provider-
|
|
5
|
-
import { n as prettyPrintError, r as indexEntities, t as errors } from "./core-
|
|
1
|
+
import { t as stubsRoot } from "./main-DbL06a4f.js";
|
|
2
|
+
import { t as container_exports } from "./container-D8sVPuqE.js";
|
|
3
|
+
import { t as Ignitor } from "./main-BZSwUaVy.js";
|
|
4
|
+
import { t as configProvider } from "./config_provider-t1UIlTp8.js";
|
|
5
|
+
import { n as prettyPrintError, r as indexEntities, t as errors } from "./core-CCkG99Cu.js";
|
|
6
6
|
var inject = container_exports.inject;
|
|
7
7
|
export { Ignitor, configProvider, errors, indexEntities, inject, prettyPrintError, stubsRoot };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as __reExport, t as __exportAll } from "./chunk-
|
|
1
|
+
import { n as __reExport, t as __exportAll } from "./chunk-BBjsoOtd.js";
|
|
2
2
|
import { destination } from "@adonisjs/logger";
|
|
3
3
|
//#region modules/logger.ts
|
|
4
4
|
var logger_exports = /* @__PURE__ */ __exportAll({ syncDestination: () => syncDestination });
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { n as __reExport, t as __exportAll } from "./chunk-
|
|
2
|
-
import { t as debug_default } from "./debug-
|
|
3
|
-
import { t as configProvider } from "./config_provider-
|
|
1
|
+
import { n as __reExport, t as __exportAll } from "./chunk-BBjsoOtd.js";
|
|
2
|
+
import { t as debug_default } from "./debug-DrrWgeSu.js";
|
|
3
|
+
import { t as configProvider } from "./config_provider-t1UIlTp8.js";
|
|
4
4
|
import { InvalidArgumentsException } from "@poppinss/utils/exception";
|
|
5
5
|
//#region modules/hash/define_config.ts
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as debug_default } from "./debug-
|
|
2
|
-
import { n as setApp } from "./app-
|
|
3
|
-
import { t as app_exports } from "./app-
|
|
1
|
+
import { t as debug_default } from "./debug-DrrWgeSu.js";
|
|
2
|
+
import { n as setApp } from "./app-D370X_QN.js";
|
|
3
|
+
import { t as app_exports } from "./app-C9YGPOJ4.js";
|
|
4
4
|
import { createServer } from "node:http";
|
|
5
5
|
//#region src/ignitor/ace.ts
|
|
6
6
|
/**
|
|
@@ -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-z4zoGQrB.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,6 +1,6 @@
|
|
|
1
|
-
import { t as debug_default } from "./debug-
|
|
2
|
-
import { t as main_exports } from "./main-
|
|
3
|
-
import { n as Encryption } from "./main-
|
|
1
|
+
import { t as debug_default } from "./debug-DrrWgeSu.js";
|
|
2
|
+
import { t as main_exports } from "./main-C7vRIoCE.js";
|
|
3
|
+
import { n as Encryption } from "./main-DsUS7ncp.js";
|
|
4
4
|
import { IncomingMessage, ServerResponse, createServer } from "node:http";
|
|
5
5
|
import { Socket } from "node:net";
|
|
6
6
|
import Macroable from "@poppinss/macroable";
|
|
@@ -91,6 +91,7 @@ var HttpServerUtils = class {
|
|
|
91
91
|
* const httpUtils = testUtils.httpServer()
|
|
92
92
|
*/
|
|
93
93
|
var TestUtils = class extends Macroable {
|
|
94
|
+
app;
|
|
94
95
|
/**
|
|
95
96
|
* Flag to track if test utils have been booted
|
|
96
97
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "./errors-
|
|
2
|
-
import "./define_config-
|
|
1
|
+
import "./errors-BEczfoe9.js";
|
|
2
|
+
import "./define_config-DzONx0uA.js";
|
|
3
3
|
import { BaseDriver as BaseDriver$1, Encryption, EncryptionManager, Hmac as Hmac$1 } from "@boringnode/encryption";
|
|
4
4
|
export { Hmac$1 as i, Encryption as n, EncryptionManager as r, BaseDriver$1 as t };
|
|
@@ -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
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as __reExport, t as __exportAll } from "./chunk-
|
|
1
|
+
import { n as __reExport, t as __exportAll } from "./chunk-BBjsoOtd.js";
|
|
2
2
|
//#region modules/bodyparser/main.ts
|
|
3
3
|
var main_exports = /* @__PURE__ */ __exportAll({});
|
|
4
4
|
import * as import__adonisjs_bodyparser from "@adonisjs/bodyparser";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as debug_default } from "../../debug-
|
|
2
|
-
import { t as stringHelpers } from "../../string-
|
|
1
|
+
import { t as debug_default } from "../../debug-DrrWgeSu.js";
|
|
2
|
+
import { t as stringHelpers } from "../../string-DUpLZV_t.js";
|
|
3
3
|
import { EnvEditor } from "@adonisjs/env/editor";
|
|
4
4
|
import { isAbsolute } from "node:path";
|
|
5
5
|
import { readFile } from "node:fs/promises";
|
|
@@ -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-DvUje0hm.js";
|
|
2
2
|
export { BaseCommand, FsLoader, HelpCommand, IndexGenerator, Kernel, ListCommand, ListLoader, Parser, args, cliHelpers, cliui, errors, flags, tracingChannels };
|
package/build/modules/app.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as bodyparser_middleware_default } from "../../bodyparser_middleware-
|
|
1
|
+
import { t as bodyparser_middleware_default } from "../../bodyparser_middleware-DnG3kauC.js";
|
|
2
2
|
export { bodyparser_middleware_default as default };
|
package/build/modules/config.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as pluginEdgeDumper } from "../../../edge-
|
|
1
|
+
import { t as pluginEdgeDumper } from "../../../edge-Bo4MmLUJ.js";
|
|
2
2
|
export { pluginEdgeDumper };
|