@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,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
|
|
@@ -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-z4zoGQrB.js");
|
|
73
74
|
return createAceKernel(this.app);
|
|
74
75
|
});
|
|
75
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
|
/**
|
|
@@ -18,6 +18,7 @@ import edge from "edge.js";
|
|
|
18
18
|
* await provider.boot()
|
|
19
19
|
*/
|
|
20
20
|
var EdgeServiceProvider = class {
|
|
21
|
+
app;
|
|
21
22
|
/**
|
|
22
23
|
* Edge service provider constructor
|
|
23
24
|
*
|
|
@@ -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
|
/**
|
|
@@ -16,6 +16,7 @@ import { RuntimeException } from "@poppinss/utils/exception";
|
|
|
16
16
|
* const hash = await app.container.make('hash')
|
|
17
17
|
*/
|
|
18
18
|
var HashServiceProvider = class {
|
|
19
|
+
app;
|
|
19
20
|
/**
|
|
20
21
|
* Hash service provider constructor
|
|
21
22
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as repl_exports } from "../repl
|
|
1
|
+
import { t as repl_exports } from "../repl--AZJh4Qw.js";
|
|
2
2
|
import { join } from "node:path";
|
|
3
3
|
import { homedir } from "node:os";
|
|
4
4
|
import { fsImportAll } from "@poppinss/utils/fs";
|
|
@@ -38,6 +38,7 @@ async function resolveBindingForRepl(app, repl, binding) {
|
|
|
38
38
|
* await provider.boot()
|
|
39
39
|
*/
|
|
40
40
|
var ReplServiceProvider = class {
|
|
41
|
+
app;
|
|
41
42
|
/**
|
|
42
43
|
* REPL service provider constructor
|
|
43
44
|
*
|
|
@@ -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
|
/**
|
|
@@ -17,6 +17,7 @@ import { Vine } from "@vinejs/vine";
|
|
|
17
17
|
* // Now Request has validateUsing method
|
|
18
18
|
*/
|
|
19
19
|
var VineJSServiceProvider = class {
|
|
20
|
+
app;
|
|
20
21
|
/**
|
|
21
22
|
* VineJS service provider constructor
|
|
22
23
|
*
|
|
@@ -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,46 +93,46 @@
|
|
|
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.
|
|
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",
|
|
100
101
|
"@types/test-console": "^2.0.3",
|
|
101
|
-
"@vinejs/vine": "^4.
|
|
102
|
+
"@vinejs/vine": "^4.4.0",
|
|
102
103
|
"argon2": "^0.44.0",
|
|
103
104
|
"bcrypt": "^6.0.0",
|
|
104
105
|
"c8": "^11.0.0",
|
|
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.
|
|
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
|
-
"sinon": "^
|
|
115
|
+
"release-it": "^20.2.0",
|
|
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.
|
|
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": "^
|
|
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",
|
|
@@ -140,12 +141,12 @@
|
|
|
140
141
|
"@poppinss/dumper": "^0.7.0",
|
|
141
142
|
"@poppinss/macroable": "^1.1.2",
|
|
142
143
|
"@poppinss/utils": "^7.0.1",
|
|
143
|
-
"@sindresorhus/is": "^8.
|
|
144
|
+
"@sindresorhus/is": "^8.1.0",
|
|
144
145
|
"@types/he": "^1.2.3",
|
|
145
146
|
"error-stack-parser-es": "^1.0.5",
|
|
146
147
|
"he": "^1.2.0",
|
|
147
148
|
"pretty-hrtime": "^1.0.3",
|
|
148
|
-
"string-width": "^8.2.
|
|
149
|
+
"string-width": "^8.2.1"
|
|
149
150
|
},
|
|
150
151
|
"peerDependencies": {
|
|
151
152
|
"@adonisjs/assembler": "^8.0.0-next.23 || ^8.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
|