@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.
Files changed (110) hide show
  1. package/build/{ace-C8xJZJlK.js → ace-CNQ6J0KB.js} +3 -3
  2. package/build/{app-XhU0L_kQ.js → app-C9YGPOJ4.js} +1 -1
  3. package/build/commands/add.js +3 -3
  4. package/build/commands/build.js +3 -3
  5. package/build/commands/configure.js +3 -3
  6. package/build/commands/eject.js +3 -3
  7. package/build/commands/env/add.js +3 -3
  8. package/build/commands/generate_key.js +2 -2
  9. package/build/commands/inspect_rcfile.js +1 -1
  10. package/build/commands/list/routes.js +2 -2
  11. package/build/commands/make/command.js +3 -3
  12. package/build/commands/make/controller.js +3 -3
  13. package/build/commands/make/event.js +3 -3
  14. package/build/commands/make/exception.js +3 -3
  15. package/build/commands/make/listener.js +3 -3
  16. package/build/commands/make/middleware.js +4 -4
  17. package/build/commands/make/preload.js +4 -4
  18. package/build/commands/make/provider.js +4 -4
  19. package/build/commands/make/service.js +3 -3
  20. package/build/commands/make/test.js +3 -3
  21. package/build/commands/make/transformer.js +3 -3
  22. package/build/commands/make/validator.js +3 -3
  23. package/build/commands/make/view.js +3 -3
  24. package/build/commands/repl.js +1 -1
  25. package/build/commands/serve.js +3 -3
  26. package/build/commands/test.js +3 -3
  27. package/build/{config-dLMqZYix.js → config-Bs4A3e5s.js} +1 -1
  28. package/build/{container-BB6VBj9q.js → container-D8sVPuqE.js} +1 -1
  29. package/build/{core-DMssQKwM.js → core-CCkG99Cu.js} +6 -6
  30. package/build/{create_kernel-CziaAklz.js → create_kernel-Bx7xtr5F.js} +1 -1
  31. package/build/create_kernel-z4zoGQrB.js +2 -0
  32. package/build/{decorate-CjDBNaqp.js → decorate-B1SGdM93.js} +1 -1
  33. package/build/{define_config-B66U6mUT.js → define_config-DzONx0uA.js} +3 -3
  34. package/build/{dumper-V22ueBaO.js → dumper-Dc5XHjSe.js} +1 -1
  35. package/build/{errors-BScZTzBu.js → errors-BEczfoe9.js} +1 -1
  36. package/build/{events-DIYBcPfM.js → events-DNyBVOHs.js} +1 -1
  37. package/build/factories/core/ace.js +1 -1
  38. package/build/factories/core/ignitor.js +1 -1
  39. package/build/factories/core/main.js +3 -3
  40. package/build/factories/core/test_utils.js +1 -1
  41. package/build/factories/stubs.js +2 -2
  42. package/build/{ignitor-BxhEMsoG.js → ignitor-CnZgjncK.js} +6 -6
  43. package/build/index.js +5 -5
  44. package/build/{logger-Cj7AOEsL.js → logger-CbW11i_M.js} +1 -1
  45. package/build/{main-DmX6Gpu5.js → main-BWrmf4Da.js} +3 -3
  46. package/build/{main-zFY2qkGC.js → main-BZSwUaVy.js} +4 -4
  47. package/build/{main-BDd3QiJF.js → main-C7vRIoCE.js} +1 -1
  48. package/build/{main-l3qICfaP.js → main-DA1qYeFY.js} +4 -3
  49. package/build/{main-CjrccPZ4.js → main-DsUS7ncp.js} +2 -2
  50. package/build/{main-DzNXtXg3.js → main-DvUje0hm.js} +5 -0
  51. package/build/{main-DpE5rTyk.js → main-LKXR6eqi.js} +1 -1
  52. package/build/modules/ace/codemods.js +2 -2
  53. package/build/modules/ace/main.js +1 -1
  54. package/build/modules/app.js +1 -1
  55. package/build/modules/bodyparser/bodyparser_middleware.js +1 -1
  56. package/build/modules/bodyparser/main.js +1 -1
  57. package/build/modules/config.js +1 -1
  58. package/build/modules/container.js +1 -1
  59. package/build/modules/dumper/main.js +1 -1
  60. package/build/modules/dumper/plugins/edge.js +1 -1
  61. package/build/modules/encryption/drivers/legacy.js +11 -3
  62. package/build/modules/encryption/main.js +3 -3
  63. package/build/modules/events.js +1 -1
  64. package/build/modules/hash/main.js +1 -1
  65. package/build/modules/http/main.js +1 -1
  66. package/build/modules/logger.js +1 -1
  67. package/build/modules/repl.js +1 -1
  68. package/build/providers/app_provider.js +12 -11
  69. package/build/providers/edge_provider.js +3 -2
  70. package/build/providers/hash_provider.js +3 -2
  71. package/build/providers/repl_provider.js +2 -1
  72. package/build/providers/vinejs_provider.js +3 -2
  73. package/build/{repl-DL_vrd08.js → repl--AZJh4Qw.js} +1 -1
  74. package/build/services/ace.js +1 -1
  75. package/build/services/app.js +1 -1
  76. package/build/services/config.js +1 -1
  77. package/build/services/dumper.js +1 -1
  78. package/build/services/emitter.js +1 -1
  79. package/build/services/encryption.js +1 -1
  80. package/build/services/hash.js +1 -1
  81. package/build/services/logger.js +1 -1
  82. package/build/services/repl.js +1 -1
  83. package/build/services/router.js +1 -1
  84. package/build/services/server.js +1 -1
  85. package/build/services/test_utils.js +1 -1
  86. package/build/services/url_builder.js +1 -1
  87. package/build/src/exceptions.js +1 -1
  88. package/build/src/helpers/main.js +2 -2
  89. package/build/src/helpers/safe_timing.js +1 -1
  90. package/build/src/helpers/string.js +1 -1
  91. package/build/src/helpers/verification_token.js +1 -1
  92. package/build/src/test_utils/main.js +1 -1
  93. package/build/src/vine.js +1 -1
  94. package/build/{test_utils-BPLE25og.js → test_utils-CQULeC52.js} +4 -4
  95. package/build/toolkit/main.js +1 -1
  96. package/package.json +17 -16
  97. package/build/create_kernel-D6ZvFwXO.js +0 -2
  98. /package/build/{app-CAuSGb2P.js → app-D370X_QN.js} +0 -0
  99. /package/build/{bodyparser_middleware-H5FArWkI.js → bodyparser_middleware-DnG3kauC.js} +0 -0
  100. /package/build/{chunk-ZRW5x4aP.js → chunk-BBjsoOtd.js} +0 -0
  101. /package/build/{config_provider-4fYNzX9M.js → config_provider-t1UIlTp8.js} +0 -0
  102. /package/build/{debug-DWofTfIX.js → debug-DrrWgeSu.js} +0 -0
  103. /package/build/{edge-BG5ZYp6Z.js → edge-Bo4MmLUJ.js} +0 -0
  104. /package/build/{exceptions-B2MzIlHY.js → exceptions-I3WraG06.js} +0 -0
  105. /package/build/{main-CfTiGsiS.js → main-DbL06a4f.js} +0 -0
  106. /package/build/{safe_timing-AjC3K21F.js → safe_timing-Du31tvV6.js} +0 -0
  107. /package/build/{string-QIN8KW6u.js → string-DUpLZV_t.js} +0 -0
  108. /package/build/{utils-CKwka7OL.js → utils-1rNipeII.js} +0 -0
  109. /package/build/{verification_token-WCrZtUgZ.js → verification_token-4PdpH5bL.js} +0 -0
  110. /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-BScZTzBu.js";
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, randomBytes } from "node:crypto";
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
- const iv = randomBytes(16);
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-BScZTzBu.js";
2
- import { n as drivers, t as defineConfig } from "../../define_config-B66U6mUT.js";
3
- import { i as Hmac, n as Encryption, r as EncryptionManager, t as BaseDriver } from "../../main-CjrccPZ4.js";
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 };
@@ -1,3 +1,3 @@
1
- import "../events-DIYBcPfM.js";
1
+ import "../events-DNyBVOHs.js";
2
2
  export * from "@adonisjs/events";
3
3
  export {};
@@ -1,3 +1,3 @@
1
- import { n as defineConfig, r as drivers } from "../../main-DmX6Gpu5.js";
1
+ import { n as defineConfig, r as drivers } from "../../main-BWrmf4Da.js";
2
2
  export * from "@adonisjs/hash";
3
3
  export { defineConfig, drivers };
@@ -1,3 +1,3 @@
1
- import { n as RequestValidator } from "../../main-BDd3QiJF.js";
1
+ import { n as RequestValidator } from "../../main-C7vRIoCE.js";
2
2
  export * from "@adonisjs/http-server";
3
3
  export { RequestValidator };
@@ -1,3 +1,3 @@
1
- import { n as syncDestination } from "../logger-Cj7AOEsL.js";
1
+ import { n as syncDestination } from "../logger-CbW11i_M.js";
2
2
  export * from "@adonisjs/logger";
3
3
  export { syncDestination };
@@ -1,3 +1,3 @@
1
- import "../repl-DL_vrd08.js";
1
+ import "../repl--AZJh4Qw.js";
2
2
  export * from "@adonisjs/repl";
3
3
  export {};
@@ -1,13 +1,13 @@
1
- import { t as app_exports } from "../app-XhU0L_kQ.js";
2
- import { t as configProvider } from "../config_provider-4fYNzX9M.js";
3
- import { t as config_exports } from "../config-dLMqZYix.js";
4
- import { t as events_exports } from "../events-DIYBcPfM.js";
5
- import { t as logger_exports } from "../logger-Cj7AOEsL.js";
6
- import { t as Dumper } from "../dumper-V22ueBaO.js";
7
- import { r as RuntimeException } from "../exceptions-B2MzIlHY.js";
8
- import { t as main_exports } from "../main-BDd3QiJF.js";
9
- import { n as Encryption } from "../main-CjrccPZ4.js";
10
- import { t as bodyparser_middleware_default } from "../bodyparser_middleware-H5FArWkI.js";
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-D6ZvFwXO.js");
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-BDd3QiJF.js";
2
- import { t as pluginEdgeDumper } from "../edge-BG5ZYp6Z.js";
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-4fYNzX9M.js";
2
- import { t as main_exports } from "../main-DmX6Gpu5.js";
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-DL_vrd08.js";
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-BDd3QiJF.js";
2
- import { t as VineMultipartFile } from "../vine-DkIupA3Z.js";
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-ZRW5x4aP.js";
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";
@@ -1,4 +1,4 @@
1
- import { t as app } from "../app-CAuSGb2P.js";
1
+ import { t as app } from "../app-D370X_QN.js";
2
2
  //#region services/ace.ts
3
3
  let ace;
4
4
  /**
@@ -1,2 +1,2 @@
1
- import { n as setApp, t as app } from "../app-CAuSGb2P.js";
1
+ import { n as setApp, t as app } from "../app-D370X_QN.js";
2
2
  export { app as default, setApp };
@@ -1,4 +1,4 @@
1
- import { t as app } from "../app-CAuSGb2P.js";
1
+ import { t as app } from "../app-D370X_QN.js";
2
2
  //#region services/config.ts
3
3
  let config;
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { t as app } from "../app-CAuSGb2P.js";
1
+ import { t as app } from "../app-D370X_QN.js";
2
2
  //#region services/dumper.ts
3
3
  let dumper;
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { t as app } from "../app-CAuSGb2P.js";
1
+ import { t as app } from "../app-D370X_QN.js";
2
2
  //#region services/emitter.ts
3
3
  let emitter;
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { t as app } from "../app-CAuSGb2P.js";
1
+ import { t as app } from "../app-D370X_QN.js";
2
2
  //#region services/encryption.ts
3
3
  let encryption;
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { t as app } from "../app-CAuSGb2P.js";
1
+ import { t as app } from "../app-D370X_QN.js";
2
2
  //#region services/hash.ts
3
3
  let hash;
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { t as app } from "../app-CAuSGb2P.js";
1
+ import { t as app } from "../app-D370X_QN.js";
2
2
  //#region services/logger.ts
3
3
  let logger;
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { t as app } from "../app-CAuSGb2P.js";
1
+ import { t as app } from "../app-D370X_QN.js";
2
2
  //#region services/repl.ts
3
3
  let repl;
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { t as app } from "../app-CAuSGb2P.js";
1
+ import { t as app } from "../app-D370X_QN.js";
2
2
  //#region services/router.ts
3
3
  let router;
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { t as app } from "../app-CAuSGb2P.js";
1
+ import { t as app } from "../app-D370X_QN.js";
2
2
  //#region services/server.ts
3
3
  let server;
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { t as app } from "../app-CAuSGb2P.js";
1
+ import { t as app } from "../app-D370X_QN.js";
2
2
  //#region services/test_utils.ts
3
3
  let testUtils;
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { t as app } from "../app-CAuSGb2P.js";
1
+ import { t as app } from "../app-D370X_QN.js";
2
2
  //#region services/url_builder.ts
3
3
  let urlFor;
4
4
  let signedUrlFor;
@@ -1,2 +1,2 @@
1
- import { i as createError, n as InvalidArgumentsException, r as RuntimeException, t as Exception } from "../exceptions-B2MzIlHY.js";
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-WCrZtUgZ.js";
2
- import { t as safeTiming } from "../../safe_timing-AjC3K21F.js";
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-AjC3K21F.js";
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-QIN8KW6u.js";
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-WCrZtUgZ.js";
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-l3qICfaP.js";
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-DkIupA3Z.js";
1
+ import { t as VineMultipartFile } from "../vine-DOhOuZZt.js";
2
2
  export { VineMultipartFile };
@@ -1,7 +1,7 @@
1
- import { t as Ignitor } from "./main-zFY2qkGC.js";
2
- import "./core-DMssQKwM.js";
3
- import { t as IgnitorFactory } from "./ignitor-BxhEMsoG.js";
4
- import { t as TestUtils } from "./main-l3qICfaP.js";
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.
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { t as __decorate } from "../decorate-CjDBNaqp.js";
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.2",
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/eslint-config": "^3.0.0",
87
- "@adonisjs/prettier-config": "^1.4.5",
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.0",
96
- "@types/node": "~25.6.0",
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.3.1",
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.0",
109
- "eslint": "^10.2.1",
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.1",
115
- "sinon": "^21.1.2",
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.21.10",
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.0",
127
- "@adonisjs/bodyparser": "^11.0.1",
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": "^8.2.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",
@@ -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.0.0",
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.0"
149
+ "string-width": "^8.2.1"
149
150
  },
150
151
  "peerDependencies": {
151
152
  "@adonisjs/assembler": "^8.0.0-next.23 || ^8.0.0",
@@ -1,2 +0,0 @@
1
- import { t as createAceKernel } from "./create_kernel-CziaAklz.js";
2
- export { createAceKernel };
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes