@adonisjs/core 7.3.3 → 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-CvHoCQkA.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-W_VUoOlJ.js → core-CCkG99Cu.js} +6 -6
- package/build/{create_kernel-CnZpmmJ-.js → create_kernel-Bx7xtr5F.js} +1 -1
- package/build/create_kernel-z4zoGQrB.js +2 -0
- package/build/{decorate-C9qrxB6l.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-CIolQ6jw.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-lRY4g_D8.js → main-BZSwUaVy.js} +4 -4
- package/build/{main-BDd3QiJF.js → main-C7vRIoCE.js} +1 -1
- package/build/{main-D5apv2y3.js → main-DA1qYeFY.js} +3 -3
- package/build/{main-CjrccPZ4.js → main-DsUS7ncp.js} +2 -2
- 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 +11 -11
- package/build/providers/edge_provider.js +2 -2
- package/build/providers/hash_provider.js +2 -2
- package/build/providers/repl_provider.js +1 -1
- package/build/providers/vinejs_provider.js +2 -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-C1KAymSr.js → test_utils-CQULeC52.js} +4 -4
- package/build/toolkit/main.js +1 -1
- package/package.json +13 -12
- package/build/create_kernel-CYkVB-2B.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/{main-Cq52s9_5.js → main-DvUje0hm.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";
|
|
@@ -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 };
|
|
@@ -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 };
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { t as E_BLIND_INDEX_NOT_SUPPORTED } from "../../../errors-
|
|
1
|
+
import { t as E_BLIND_INDEX_NOT_SUPPORTED } from "../../../errors-BEczfoe9.js";
|
|
2
2
|
import { BaseDriver, Hmac, base64UrlDecode, base64UrlEncode, errors } from "@boringnode/encryption";
|
|
3
|
+
import string from "@poppinss/utils/string";
|
|
3
4
|
import { MessageBuilder } from "@poppinss/utils";
|
|
4
|
-
import { createCipheriv, createDecipheriv
|
|
5
|
+
import { createCipheriv, createDecipheriv } from "node:crypto";
|
|
5
6
|
//#region modules/encryption/drivers/legacy.ts
|
|
6
7
|
/**
|
|
7
8
|
* Factory function to create a Legacy encryption configuration.
|
|
@@ -56,7 +57,14 @@ var Legacy = class extends BaseDriver {
|
|
|
56
57
|
expiresIn = expiresInOrOptions;
|
|
57
58
|
actualPurpose = purpose;
|
|
58
59
|
}
|
|
59
|
-
|
|
60
|
+
/**
|
|
61
|
+
* The IV is a random 16-character string (not raw bytes). The old
|
|
62
|
+
* AdonisJS v6 "@adonisjs/encryption" implementation generates the IV
|
|
63
|
+
* via `string.random(16)` and treats it as a utf-8 string throughout
|
|
64
|
+
* its encrypt/decrypt pipeline. We must mirror that exactly, otherwise
|
|
65
|
+
* values encrypted here cannot be decrypted by the old encrypter.
|
|
66
|
+
*/
|
|
67
|
+
const iv = string.random(16);
|
|
60
68
|
const cipher = createCipheriv("aes-256-cbc", this.cryptoKey.subarray(0, 32), iv);
|
|
61
69
|
const plainText = new MessageBuilder().build(payload, expiresIn, actualPurpose);
|
|
62
70
|
const macPayload = `${base64UrlEncode(Buffer.concat([cipher.update(plainText), cipher.final()]))}${this.separator}${base64UrlEncode(iv)}`;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as errors } from "../../errors-
|
|
2
|
-
import { n as drivers, t as defineConfig } from "../../define_config-
|
|
3
|
-
import { i as Hmac, n as Encryption, r as EncryptionManager, t as BaseDriver } from "../../main-
|
|
1
|
+
import { n as errors } from "../../errors-BEczfoe9.js";
|
|
2
|
+
import { n as drivers, t as defineConfig } from "../../define_config-DzONx0uA.js";
|
|
3
|
+
import { i as Hmac, n as Encryption, r as EncryptionManager, t as BaseDriver } from "../../main-DsUS7ncp.js";
|
|
4
4
|
export { BaseDriver, Encryption, EncryptionManager, Hmac, defineConfig, drivers, errors };
|
package/build/modules/events.js
CHANGED
package/build/modules/logger.js
CHANGED
package/build/modules/repl.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { t as app_exports } from "../app-
|
|
2
|
-
import { t as configProvider } from "../config_provider-
|
|
3
|
-
import { t as config_exports } from "../config-
|
|
4
|
-
import { t as events_exports } from "../events-
|
|
5
|
-
import { t as logger_exports } from "../logger-
|
|
6
|
-
import { t as Dumper } from "../dumper-
|
|
7
|
-
import { r as RuntimeException } from "../exceptions-
|
|
8
|
-
import { t as main_exports } from "../main-
|
|
9
|
-
import { n as Encryption } from "../main-
|
|
10
|
-
import { t as bodyparser_middleware_default } from "../bodyparser_middleware-
|
|
1
|
+
import { t as app_exports } from "../app-C9YGPOJ4.js";
|
|
2
|
+
import { t as configProvider } from "../config_provider-t1UIlTp8.js";
|
|
3
|
+
import { t as config_exports } from "../config-Bs4A3e5s.js";
|
|
4
|
+
import { t as events_exports } from "../events-DNyBVOHs.js";
|
|
5
|
+
import { t as logger_exports } from "../logger-CbW11i_M.js";
|
|
6
|
+
import { t as Dumper } from "../dumper-Dc5XHjSe.js";
|
|
7
|
+
import { r as RuntimeException } from "../exceptions-I3WraG06.js";
|
|
8
|
+
import { t as main_exports } from "../main-C7vRIoCE.js";
|
|
9
|
+
import { n as Encryption } from "../main-DsUS7ncp.js";
|
|
10
|
+
import { t as bodyparser_middleware_default } from "../bodyparser_middleware-DnG3kauC.js";
|
|
11
11
|
import { dirname } from "node:path";
|
|
12
12
|
import { mkdir, writeFile } from "node:fs/promises";
|
|
13
13
|
//#region providers/app_provider.ts
|
|
@@ -70,7 +70,7 @@ var AppServiceProvider = class {
|
|
|
70
70
|
*/
|
|
71
71
|
registerAce() {
|
|
72
72
|
this.app.container.singleton("ace", async () => {
|
|
73
|
-
const { createAceKernel } = await import("../create_kernel-
|
|
73
|
+
const { createAceKernel } = await import("../create_kernel-z4zoGQrB.js");
|
|
74
74
|
return createAceKernel(this.app);
|
|
75
75
|
});
|
|
76
76
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as main_exports } from "../main-
|
|
2
|
-
import { t as pluginEdgeDumper } from "../edge-
|
|
1
|
+
import { t as main_exports } from "../main-C7vRIoCE.js";
|
|
2
|
+
import { t as pluginEdgeDumper } from "../edge-Bo4MmLUJ.js";
|
|
3
3
|
import edge from "edge.js";
|
|
4
4
|
//#region providers/edge_provider.ts
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as configProvider } from "../config_provider-
|
|
2
|
-
import { t as main_exports } from "../main-
|
|
1
|
+
import { t as configProvider } from "../config_provider-t1UIlTp8.js";
|
|
2
|
+
import { t as main_exports } from "../main-BWrmf4Da.js";
|
|
3
3
|
import { RuntimeException } from "@poppinss/utils/exception";
|
|
4
4
|
//#region providers/hash_provider.ts
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { n as RequestValidator, t as main_exports } from "../main-
|
|
2
|
-
import { t as VineMultipartFile } from "../vine-
|
|
1
|
+
import { n as RequestValidator, t as main_exports } from "../main-C7vRIoCE.js";
|
|
2
|
+
import { t as VineMultipartFile } from "../vine-DOhOuZZt.js";
|
|
3
3
|
import { Vine } from "@vinejs/vine";
|
|
4
4
|
//#region providers/vinejs_provider.ts
|
|
5
5
|
/**
|
|
@@ -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/repl.ts
|
|
3
3
|
var repl_exports = /* @__PURE__ */ __exportAll({});
|
|
4
4
|
import * as import__adonisjs_repl from "@adonisjs/repl";
|
package/build/services/ace.js
CHANGED
package/build/services/app.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as setApp, t as app } from "../app-
|
|
1
|
+
import { n as setApp, t as app } from "../app-D370X_QN.js";
|
|
2
2
|
export { app as default, setApp };
|
package/build/services/config.js
CHANGED
package/build/services/dumper.js
CHANGED
package/build/services/hash.js
CHANGED
package/build/services/logger.js
CHANGED
package/build/services/repl.js
CHANGED
package/build/services/router.js
CHANGED
package/build/services/server.js
CHANGED
package/build/src/exceptions.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as createError, n as InvalidArgumentsException, r as RuntimeException, t as Exception } from "../exceptions-
|
|
1
|
+
import { i as createError, n as InvalidArgumentsException, r as RuntimeException, t as Exception } from "../exceptions-I3WraG06.js";
|
|
2
2
|
export { Exception, InvalidArgumentsException, RuntimeException, createError };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as VerificationToken } from "../../verification_token-
|
|
2
|
-
import { t as safeTiming } from "../../safe_timing-
|
|
1
|
+
import { t as VerificationToken } from "../../verification_token-4PdpH5bL.js";
|
|
2
|
+
import { t as safeTiming } from "../../safe_timing-Du31tvV6.js";
|
|
3
3
|
import { fsImportAll, fsReadAll } from "@poppinss/utils/fs";
|
|
4
4
|
import base64 from "@poppinss/utils/base64";
|
|
5
5
|
import { MessageBuilder, Secret, compose, defineStaticProperty, safeEqual } from "@poppinss/utils";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as safeTiming } from "../../safe_timing-
|
|
1
|
+
import { t as safeTiming } from "../../safe_timing-Du31tvV6.js";
|
|
2
2
|
export { safeTiming };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as stringHelpers } from "../../string-
|
|
1
|
+
import { t as stringHelpers } from "../../string-DUpLZV_t.js";
|
|
2
2
|
export { stringHelpers as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as VerificationToken } from "../../verification_token-
|
|
1
|
+
import { t as VerificationToken } from "../../verification_token-4PdpH5bL.js";
|
|
2
2
|
export { VerificationToken };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as TestUtils } from "../../main-
|
|
1
|
+
import { t as TestUtils } from "../../main-DA1qYeFY.js";
|
|
2
2
|
export { TestUtils };
|
package/build/src/vine.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as VineMultipartFile } from "../vine-
|
|
1
|
+
import { t as VineMultipartFile } from "../vine-DOhOuZZt.js";
|
|
2
2
|
export { VineMultipartFile };
|
|
@@ -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-BZSwUaVy.js";
|
|
2
|
+
import "./core-CCkG99Cu.js";
|
|
3
|
+
import { t as IgnitorFactory } from "./ignitor-CnZgjncK.js";
|
|
4
|
+
import { t as TestUtils } from "./main-DA1qYeFY.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-B1SGdM93.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.4",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=24.0.0"
|
|
7
7
|
},
|
|
@@ -83,8 +83,9 @@
|
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"@adonisjs/assembler": "^8.4.0",
|
|
86
|
-
"@adonisjs/
|
|
87
|
-
"@adonisjs/
|
|
86
|
+
"@adonisjs/encryption": "^6.0.2",
|
|
87
|
+
"@adonisjs/eslint-config": "^3.1.0",
|
|
88
|
+
"@adonisjs/prettier-config": "^1.5.0",
|
|
88
89
|
"@adonisjs/tsconfig": "^2.0.0",
|
|
89
90
|
"@japa/assert": "^4.2.0",
|
|
90
91
|
"@japa/expect-type": "^2.0.4",
|
|
@@ -92,8 +93,8 @@
|
|
|
92
93
|
"@japa/runner": "^5.3.0",
|
|
93
94
|
"@japa/snapshot": "^2.0.10",
|
|
94
95
|
"@poppinss/ts-exec": "^1.4.4",
|
|
95
|
-
"@release-it/conventional-changelog": "^11.0.
|
|
96
|
-
"@types/node": "~25.9.
|
|
96
|
+
"@release-it/conventional-changelog": "^11.0.1",
|
|
97
|
+
"@types/node": "~25.9.1",
|
|
97
98
|
"@types/pretty-hrtime": "^1.0.3",
|
|
98
99
|
"@types/sinon": "^21.0.1",
|
|
99
100
|
"@types/supertest": "^7.2.0",
|
|
@@ -105,33 +106,33 @@
|
|
|
105
106
|
"copyfiles": "^2.4.1",
|
|
106
107
|
"cross-env": "^10.1.0",
|
|
107
108
|
"del-cli": "^7.0.0",
|
|
108
|
-
"edge.js": "^6.5.
|
|
109
|
-
"eslint": "^10.4.
|
|
109
|
+
"edge.js": "^6.5.1",
|
|
110
|
+
"eslint": "^10.4.1",
|
|
110
111
|
"execa": "^9.6.1",
|
|
111
112
|
"get-port": "^7.2.0",
|
|
112
113
|
"pino-pretty": "^13.1.3",
|
|
113
114
|
"prettier": "^3.8.3",
|
|
114
|
-
"release-it": "^20.0
|
|
115
|
+
"release-it": "^20.2.0",
|
|
115
116
|
"sinon": "^22.0.0",
|
|
116
117
|
"supertest": "^7.2.2",
|
|
117
118
|
"test-console": "^2.0.0",
|
|
118
119
|
"timekeeper": "^2.3.1",
|
|
119
|
-
"tsdown": "^0.22.
|
|
120
|
+
"tsdown": "^0.22.2",
|
|
120
121
|
"typedoc": "^0.28.19",
|
|
121
122
|
"typescript": "^6.0.3",
|
|
122
123
|
"youch": "^4.1.1"
|
|
123
124
|
},
|
|
124
125
|
"dependencies": {
|
|
125
126
|
"@adonisjs/ace": "^14.1.0",
|
|
126
|
-
"@adonisjs/application": "^9.0.
|
|
127
|
-
"@adonisjs/bodyparser": "^11.0.
|
|
127
|
+
"@adonisjs/application": "^9.0.1",
|
|
128
|
+
"@adonisjs/bodyparser": "^11.0.4",
|
|
128
129
|
"@adonisjs/config": "^6.1.0",
|
|
129
130
|
"@adonisjs/env": "^7.0.0",
|
|
130
131
|
"@adonisjs/events": "^10.2.0",
|
|
131
132
|
"@adonisjs/fold": "^11.0.0",
|
|
132
133
|
"@adonisjs/hash": "^10.1.0",
|
|
133
134
|
"@adonisjs/health": "^3.1.0",
|
|
134
|
-
"@adonisjs/http-server": "^9.0.
|
|
135
|
+
"@adonisjs/http-server": "^9.0.2",
|
|
135
136
|
"@adonisjs/http-transformers": "^2.3.1",
|
|
136
137
|
"@adonisjs/logger": "^7.1.1",
|
|
137
138
|
"@adonisjs/repl": "^5.0.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|