@adonisjs/core 7.0.0-next.25 → 7.0.0-next.26

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 (102) hide show
  1. package/build/{ace-DrvIocZi.js → ace-BfYSDoPf.js} +3 -3
  2. package/build/commands/add.js +8 -7
  3. package/build/commands/build.js +3 -3
  4. package/build/commands/commands.json +1 -1
  5. package/build/commands/configure.js +3 -4
  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.d.ts +5 -0
  12. package/build/commands/make/command.js +4 -3
  13. package/build/commands/make/controller.d.ts +5 -0
  14. package/build/commands/make/controller.js +4 -3
  15. package/build/commands/make/event.d.ts +5 -0
  16. package/build/commands/make/event.js +4 -3
  17. package/build/commands/make/exception.d.ts +5 -0
  18. package/build/commands/make/exception.js +4 -3
  19. package/build/commands/make/listener.d.ts +5 -0
  20. package/build/commands/make/listener.js +5 -4
  21. package/build/commands/make/middleware.d.ts +5 -0
  22. package/build/commands/make/middleware.js +5 -4
  23. package/build/commands/make/preload.d.ts +5 -0
  24. package/build/commands/make/preload.js +5 -4
  25. package/build/commands/make/provider.d.ts +5 -0
  26. package/build/commands/make/provider.js +5 -4
  27. package/build/commands/make/service.d.ts +5 -0
  28. package/build/commands/make/service.js +4 -3
  29. package/build/commands/make/test.d.ts +5 -0
  30. package/build/commands/make/test.js +4 -3
  31. package/build/commands/make/transformer.d.ts +5 -0
  32. package/build/commands/make/transformer.js +4 -3
  33. package/build/commands/make/validator.d.ts +5 -0
  34. package/build/commands/make/validator.js +4 -3
  35. package/build/commands/make/view.d.ts +5 -0
  36. package/build/commands/make/view.js +4 -3
  37. package/build/commands/repl.js +1 -1
  38. package/build/commands/serve.js +3 -3
  39. package/build/commands/test.js +3 -3
  40. package/build/{config_provider-DWVFHOQX.js → config_provider-CY-xuo2R.js} +1 -3
  41. package/build/{core-BuPP8K6N.js → core-Ckhxy7oM.js} +2 -2
  42. package/build/create_kernel-BCs646Vx.js +3 -0
  43. package/build/{create_kernel-C5k82J0c.js → create_kernel-PIeMK2Fo.js} +1 -1
  44. package/build/debug-DURPi9xn.js +3 -0
  45. package/build/{define_config-t8DrH2OV.js → define_config-BlZ46bUg.js} +3 -2
  46. package/build/factories/core/ace.js +13 -12
  47. package/build/factories/core/ignitor.js +10 -9
  48. package/build/factories/core/main.js +19 -18
  49. package/build/factories/core/test_utils.js +16 -15
  50. package/build/factories/stubs.d.ts +1 -6
  51. package/build/factories/stubs.js +6 -5
  52. package/build/{ignitor-DAyIsDqZ.js → ignitor-B5akJVlQ.js} +6 -6
  53. package/build/index.js +6 -5
  54. package/build/{main-BpYXrgM0.js → main-BIVLvDaW.js} +2 -1
  55. package/build/{main-BCUvPhoe.js → main-DIF5Sg8W.js} +2 -2
  56. package/build/{main-BBjkufvA.js → main-DjlqWWRt.js} +3 -3
  57. package/build/modules/ace/codemods.d.ts +74 -22
  58. package/build/modules/ace/codemods.js +78 -3
  59. package/build/modules/ace/main.js +1 -1
  60. package/build/modules/bodyparser/bodyparser_middleware.js +1 -1
  61. package/build/modules/bodyparser/main.js +1 -1
  62. package/build/modules/config.js +1 -1
  63. package/build/modules/dumper/main.js +1 -1
  64. package/build/modules/dumper/plugins/edge.js +1 -1
  65. package/build/modules/encryption/main.js +5 -4
  66. package/build/modules/events.js +1 -1
  67. package/build/modules/hash/main.js +3 -2
  68. package/build/modules/http/main.js +1 -1
  69. package/build/modules/logger.js +1 -1
  70. package/build/modules/repl.js +1 -1
  71. package/build/providers/app_provider.js +12 -11
  72. package/build/providers/edge_provider.js +2 -2
  73. package/build/providers/hash_provider.js +3 -2
  74. package/build/providers/repl_provider.js +1 -1
  75. package/build/providers/vinejs_provider.js +2 -2
  76. package/build/src/exceptions.js +1 -1
  77. package/build/src/helpers/main.js +1 -1
  78. package/build/src/helpers/string.js +1 -1
  79. package/build/src/helpers/verification_token.js +1 -1
  80. package/build/src/test_utils/main.js +7 -6
  81. package/build/src/vine.js +1 -1
  82. package/build/{test_utils-BUSLSCLy.js → test_utils-JjctlaE3.js} +3 -3
  83. package/build/toolkit/main.js +1 -1
  84. package/build/{vine-Bt4ymkM0.js → vine-D37x2ex7.js} +1 -0
  85. package/package.json +3 -3
  86. package/build/create_kernel-CSvWA2w2.js +0 -3
  87. /package/build/{bodyparser_middleware-DTW0epKM.js → bodyparser_middleware-BmARtnYe.js} +0 -0
  88. /package/build/{config-Dd2H6-_e.js → config-BEEqDrcn.js} +0 -0
  89. /package/build/{decorate-CJcHOoD-.js → decorate-DM0Sx1ye.js} +0 -0
  90. /package/build/{dumper-BTjb8j4y.js → dumper-DxJ_VRuC.js} +0 -0
  91. /package/build/{edge-LQdCc1L3.js → edge-BVYR-Vjr.js} +0 -0
  92. /package/build/{events-C4d0OPUI.js → events-BWRc08nG.js} +0 -0
  93. /package/build/{exceptions-D7t_HaaU.js → exceptions-DNMesP42.js} +0 -0
  94. /package/build/{logger-0KKSqgPG.js → logger-DV65GX9N.js} +0 -0
  95. /package/build/{main-BlJhxJJ2.js → main-BWftwyAK.js} +0 -0
  96. /package/build/{main-CoP2zLaT.js → main-C2r_lzz0.js} +0 -0
  97. /package/build/{main-B4VF6my1.js → main-DNokQ-c9.js} +0 -0
  98. /package/build/{main-DixtGykP.js → main-DOY5Q8Av.js} +0 -0
  99. /package/build/{repl-GSxgovJQ.js → repl-CwFmzJvr.js} +0 -0
  100. /package/build/{string-Cx6q_win.js → string-CJ7ewUFq.js} +0 -0
  101. /package/build/{utils-CtGytdtt.js → utils-DjXMIVBJ.js} +0 -0
  102. /package/build/{verification_token-DXsW81rl.js → verification_token-DrdoU4RH.js} +0 -0
@@ -1,5 +1,8 @@
1
- import { t as string_default } from "../../string-Cx6q_win.js";
1
+ import { t as debug_default } from "../../debug-DURPi9xn.js";
2
+ import { t as string_default } from "../../string-CJ7ewUFq.js";
2
3
  import { EnvEditor } from "@adonisjs/env/editor";
4
+ import { isAbsolute } from "node:path";
5
+ import { readFile } from "node:fs/promises";
3
6
  import { EventEmitter } from "node:events";
4
7
  var Codemods = class extends EventEmitter {
5
8
  #codeTransformer;
@@ -143,11 +146,83 @@ var Codemods = class extends EventEmitter {
143
146
  action.failed(error.message);
144
147
  }
145
148
  }
146
- async makeUsingStub(stubsRoot, stubPath, stubState) {
147
- const output = await (await (await this.#app.stubs.create()).build(stubPath, { source: stubsRoot })).generate({
149
+ async addValidator(...params) {
150
+ const transformer = await this.#getCodeTransformer();
151
+ if (!transformer) {
152
+ this.#cliLogger.warning("Cannot create validator file. Install \"@adonisjs/assembler\" to modify source files");
153
+ return;
154
+ }
155
+ const action = this.#cliLogger.action("create validator file");
156
+ try {
157
+ await transformer.addValidator(...params);
158
+ action.succeeded();
159
+ } catch (error) {
160
+ this.emit("error", error);
161
+ action.failed(error.message);
162
+ }
163
+ }
164
+ async addLimiter(...params) {
165
+ const transformer = await this.#getCodeTransformer();
166
+ if (!transformer) {
167
+ this.#cliLogger.warning("Cannot create limiter file. Install \"@adonisjs/assembler\" to modify source files");
168
+ return;
169
+ }
170
+ const action = this.#cliLogger.action("create limiter file");
171
+ try {
172
+ await transformer.addLimiter(...params);
173
+ action.succeeded();
174
+ } catch (error) {
175
+ this.emit("error", error);
176
+ action.failed(error.message);
177
+ }
178
+ }
179
+ async addModelMixins(...params) {
180
+ const transformer = await this.#getCodeTransformer();
181
+ if (!transformer) {
182
+ this.#cliLogger.warning("Cannot update model file. Install \"@adonisjs/assembler\" to modify source files");
183
+ return;
184
+ }
185
+ const action = this.#cliLogger.action("update model file");
186
+ try {
187
+ await transformer.addModelMixins(...params);
188
+ action.succeeded();
189
+ } catch (error) {
190
+ this.emit("error", error);
191
+ action.failed(error.message);
192
+ }
193
+ }
194
+ async addControllerMethod(...params) {
195
+ const transformer = await this.#getCodeTransformer();
196
+ if (!transformer) {
197
+ this.#cliLogger.warning("Cannot update controller file. Install \"@adonisjs/assembler\" to modify source files");
198
+ return;
199
+ }
200
+ const action = this.#cliLogger.action("update controller file");
201
+ try {
202
+ await transformer.addControllerMethod(...params);
203
+ action.succeeded();
204
+ } catch (error) {
205
+ this.emit("error", error);
206
+ action.failed(error.message);
207
+ }
208
+ }
209
+ async makeUsingStub(stubsRoot, stubPath, stubState, options) {
210
+ const stub = await (await this.#app.stubs.create()).build(stubPath, { source: stubsRoot });
211
+ if (options?.contentsFromFile) {
212
+ const source = isAbsolute(options.contentsFromFile) ? options.contentsFromFile : this.#app.makePath(options.contentsFromFile);
213
+ try {
214
+ debug_default("overwriting stub output with contents from file %s", source);
215
+ stub.replaceWith(await readFile(source, "utf-8"));
216
+ } catch (error) {
217
+ if (error.code === "ENOENT") throw new Error(`Cannot replace stub output with "${options.contentsFromFile}" file contents as the file is missing`, { cause: error });
218
+ throw error;
219
+ }
220
+ }
221
+ const output = await stub.generate({
148
222
  force: this.overwriteExisting,
149
223
  ...stubState
150
224
  });
225
+ debug_default("generating file %O", output);
151
226
  const entityFileName = string_default.toUnixSlash(this.#app.relativePath(output.destination));
152
227
  const result = {
153
228
  ...output,
@@ -1,2 +1,2 @@
1
- import { a as Parser, c as errors, d as Kernel, f as BaseCommand, i as ListLoader, l as flags, n as HelpCommand, o as args, p as ListCommand, r as IndexGenerator, s as cliHelpers, t as FsLoader, u as tracingChannels } from "../../main-BlJhxJJ2.js";
1
+ import { a as Parser, c as errors, d as Kernel, f as BaseCommand, i as ListLoader, l as flags, n as HelpCommand, o as args, p as ListCommand, r as IndexGenerator, s as cliHelpers, t as FsLoader, u as tracingChannels } from "../../main-BWftwyAK.js";
2
2
  export { BaseCommand, FsLoader, HelpCommand, IndexGenerator, Kernel, ListCommand, ListLoader, Parser, args, cliHelpers, errors, flags, tracingChannels };
@@ -1,2 +1,2 @@
1
- import { t as bodyparser_middleware_default } from "../../bodyparser_middleware-DTW0epKM.js";
1
+ import { t as bodyparser_middleware_default } from "../../bodyparser_middleware-BmARtnYe.js";
2
2
  export { bodyparser_middleware_default as default };
@@ -1,4 +1,4 @@
1
1
  import "../../chunk-B88MteZI.js";
2
- import "../../main-DixtGykP.js";
2
+ import "../../main-DOY5Q8Av.js";
3
3
  export * from "@adonisjs/bodyparser";
4
4
  export {};
@@ -1,4 +1,4 @@
1
1
  import "../chunk-B88MteZI.js";
2
- import "../config-Dd2H6-_e.js";
2
+ import "../config-BEEqDrcn.js";
3
3
  export * from "@adonisjs/config";
4
4
  export {};
@@ -1,5 +1,5 @@
1
1
  import "../../chunk-B88MteZI.js";
2
- import { n as errors_exports, t as Dumper } from "../../dumper-BTjb8j4y.js";
2
+ import { n as errors_exports, t as Dumper } from "../../dumper-DxJ_VRuC.js";
3
3
  function defineConfig(dumperConfig) {
4
4
  return dumperConfig;
5
5
  }
@@ -1,2 +1,2 @@
1
- import { t as pluginEdgeDumper } from "../../../edge-LQdCc1L3.js";
1
+ import { t as pluginEdgeDumper } from "../../../edge-BVYR-Vjr.js";
2
2
  export { pluginEdgeDumper };
@@ -1,5 +1,6 @@
1
- import "../../config_provider-DWVFHOQX.js";
2
- import "../../exceptions-D7t_HaaU.js";
3
- import { n as drivers, t as defineConfig } from "../../define_config-t8DrH2OV.js";
4
- import { i as Hmac, n as Encryption, r as EncryptionManager, t as BaseDriver } from "../../main-CoP2zLaT.js";
1
+ import "../../debug-DURPi9xn.js";
2
+ import "../../config_provider-CY-xuo2R.js";
3
+ import "../../exceptions-DNMesP42.js";
4
+ import { n as drivers, t as defineConfig } from "../../define_config-BlZ46bUg.js";
5
+ import { i as Hmac, n as Encryption, r as EncryptionManager, t as BaseDriver } from "../../main-C2r_lzz0.js";
5
6
  export { BaseDriver, Encryption, EncryptionManager, Hmac, defineConfig, drivers };
@@ -1,4 +1,4 @@
1
1
  import "../chunk-B88MteZI.js";
2
- import "../events-C4d0OPUI.js";
2
+ import "../events-BWRc08nG.js";
3
3
  export * from "@adonisjs/events";
4
4
  export {};
@@ -1,5 +1,6 @@
1
1
  import "../../chunk-B88MteZI.js";
2
- import "../../config_provider-DWVFHOQX.js";
3
- import { n as defineConfig, r as drivers } from "../../main-BpYXrgM0.js";
2
+ import "../../debug-DURPi9xn.js";
3
+ import "../../config_provider-CY-xuo2R.js";
4
+ import { n as defineConfig, r as drivers } from "../../main-BIVLvDaW.js";
4
5
  export * from "@adonisjs/hash";
5
6
  export { defineConfig, drivers };
@@ -1,4 +1,4 @@
1
1
  import "../../chunk-B88MteZI.js";
2
- import { n as RequestValidator } from "../../main-B4VF6my1.js";
2
+ import { n as RequestValidator } from "../../main-DNokQ-c9.js";
3
3
  export * from "@adonisjs/http-server";
4
4
  export { RequestValidator };
@@ -1,4 +1,4 @@
1
1
  import "../chunk-B88MteZI.js";
2
- import { n as syncDestination } from "../logger-0KKSqgPG.js";
2
+ import { n as syncDestination } from "../logger-DV65GX9N.js";
3
3
  export * from "@adonisjs/logger";
4
4
  export { syncDestination };
@@ -1,4 +1,4 @@
1
1
  import "../chunk-B88MteZI.js";
2
- import "../repl-GSxgovJQ.js";
2
+ import "../repl-CwFmzJvr.js";
3
3
  export * from "@adonisjs/repl";
4
4
  export {};
@@ -1,15 +1,16 @@
1
1
  import "../chunk-B88MteZI.js";
2
- import { t as configProvider } from "../config_provider-DWVFHOQX.js";
2
+ import "../debug-DURPi9xn.js";
3
3
  import { t as app_exports } from "../app-DNvbxVWl.js";
4
- import { t as config_exports } from "../config-Dd2H6-_e.js";
5
- import { t as events_exports } from "../events-C4d0OPUI.js";
6
- import { t as logger_exports } from "../logger-0KKSqgPG.js";
7
- import { t as Dumper } from "../dumper-BTjb8j4y.js";
8
- import { r as RuntimeException } from "../exceptions-D7t_HaaU.js";
9
- import { t as main_exports } from "../main-B4VF6my1.js";
10
- import "../define_config-t8DrH2OV.js";
11
- import { n as Encryption } from "../main-CoP2zLaT.js";
12
- import { t as bodyparser_middleware_default } from "../bodyparser_middleware-DTW0epKM.js";
4
+ import { t as configProvider } from "../config_provider-CY-xuo2R.js";
5
+ import { t as config_exports } from "../config-BEEqDrcn.js";
6
+ import { t as events_exports } from "../events-BWRc08nG.js";
7
+ import { t as logger_exports } from "../logger-DV65GX9N.js";
8
+ import { t as Dumper } from "../dumper-DxJ_VRuC.js";
9
+ import { r as RuntimeException } from "../exceptions-DNMesP42.js";
10
+ import { t as main_exports } from "../main-DNokQ-c9.js";
11
+ import "../define_config-BlZ46bUg.js";
12
+ import { n as Encryption } from "../main-C2r_lzz0.js";
13
+ import { t as bodyparser_middleware_default } from "../bodyparser_middleware-BmARtnYe.js";
13
14
  import { dirname } from "node:path";
14
15
  import { mkdir, writeFile } from "node:fs/promises";
15
16
  var AppServiceProvider = class {
@@ -24,7 +25,7 @@ var AppServiceProvider = class {
24
25
  }
25
26
  registerAce() {
26
27
  this.app.container.singleton("ace", async () => {
27
- const { createAceKernel } = await import("../create_kernel-CSvWA2w2.js");
28
+ const { createAceKernel } = await import("../create_kernel-BCs646Vx.js");
28
29
  return createAceKernel(this.app);
29
30
  });
30
31
  }
@@ -1,6 +1,6 @@
1
1
  import "../chunk-B88MteZI.js";
2
- import { t as main_exports } from "../main-B4VF6my1.js";
3
- import { t as pluginEdgeDumper } from "../edge-LQdCc1L3.js";
2
+ import { t as main_exports } from "../main-DNokQ-c9.js";
3
+ import { t as pluginEdgeDumper } from "../edge-BVYR-Vjr.js";
4
4
  import edge from "edge.js";
5
5
  var EdgeServiceProvider = class {
6
6
  constructor(app) {
@@ -1,6 +1,7 @@
1
1
  import "../chunk-B88MteZI.js";
2
- import { t as configProvider } from "../config_provider-DWVFHOQX.js";
3
- import { t as main_exports } from "../main-BpYXrgM0.js";
2
+ import "../debug-DURPi9xn.js";
3
+ import { t as configProvider } from "../config_provider-CY-xuo2R.js";
4
+ import { t as main_exports } from "../main-BIVLvDaW.js";
4
5
  import { RuntimeException } from "@poppinss/utils/exception";
5
6
  var HashServiceProvider = class {
6
7
  constructor(app) {
@@ -1,5 +1,5 @@
1
1
  import "../chunk-B88MteZI.js";
2
- import { t as repl_exports } from "../repl-GSxgovJQ.js";
2
+ import { t as repl_exports } from "../repl-CwFmzJvr.js";
3
3
  import { join } from "node:path";
4
4
  import { homedir } from "node:os";
5
5
  import { fsImportAll } from "@poppinss/utils/fs";
@@ -1,6 +1,6 @@
1
1
  import "../chunk-B88MteZI.js";
2
- import { n as RequestValidator, t as main_exports } from "../main-B4VF6my1.js";
3
- import { t as VineMultipartFile } from "../vine-Bt4ymkM0.js";
2
+ import { n as RequestValidator, t as main_exports } from "../main-DNokQ-c9.js";
3
+ import { t as VineMultipartFile } from "../vine-D37x2ex7.js";
4
4
  import { Vine } from "@vinejs/vine";
5
5
  var VineJSServiceProvider = class {
6
6
  constructor(app) {
@@ -1,2 +1,2 @@
1
- import { i as createError, n as InvalidArgumentsException, r as RuntimeException, t as Exception } from "../exceptions-D7t_HaaU.js";
1
+ import { i as createError, n as InvalidArgumentsException, r as RuntimeException, t as Exception } from "../exceptions-DNMesP42.js";
2
2
  export { Exception, InvalidArgumentsException, RuntimeException, createError };
@@ -1,4 +1,4 @@
1
- import { t as VerificationToken } from "../../verification_token-DXsW81rl.js";
1
+ import { t as VerificationToken } from "../../verification_token-DrdoU4RH.js";
2
2
  import { fsImportAll, fsReadAll } from "@poppinss/utils/fs";
3
3
  import base64 from "@poppinss/utils/base64";
4
4
  import { MessageBuilder, Secret, compose, defineStaticProperty, safeEqual } from "@poppinss/utils";
@@ -1,2 +1,2 @@
1
- import { t as string_default } from "../../string-Cx6q_win.js";
1
+ import { t as string_default } from "../../string-CJ7ewUFq.js";
2
2
  export { string_default as default };
@@ -1,2 +1,2 @@
1
- import { t as VerificationToken } from "../../verification_token-DXsW81rl.js";
1
+ import { t as VerificationToken } from "../../verification_token-DrdoU4RH.js";
2
2
  export { VerificationToken };
@@ -1,8 +1,9 @@
1
1
  import "../../chunk-B88MteZI.js";
2
- import "../../config_provider-DWVFHOQX.js";
3
- import "../../exceptions-D7t_HaaU.js";
4
- import "../../main-B4VF6my1.js";
5
- import "../../define_config-t8DrH2OV.js";
6
- import "../../main-CoP2zLaT.js";
7
- import { t as TestUtils } from "../../main-BBjkufvA.js";
2
+ import "../../debug-DURPi9xn.js";
3
+ import "../../config_provider-CY-xuo2R.js";
4
+ import "../../exceptions-DNMesP42.js";
5
+ import "../../main-DNokQ-c9.js";
6
+ import "../../define_config-BlZ46bUg.js";
7
+ import "../../main-C2r_lzz0.js";
8
+ import { t as TestUtils } from "../../main-DjlqWWRt.js";
8
9
  export { TestUtils };
package/build/src/vine.js CHANGED
@@ -1,2 +1,2 @@
1
- import { t as VineMultipartFile } from "../vine-Bt4ymkM0.js";
1
+ import { t as VineMultipartFile } from "../vine-D37x2ex7.js";
2
2
  export { VineMultipartFile };
@@ -1,6 +1,6 @@
1
- import { t as Ignitor } from "./main-BCUvPhoe.js";
2
- import { t as IgnitorFactory } from "./ignitor-DAyIsDqZ.js";
3
- import { t as TestUtils } from "./main-BBjkufvA.js";
1
+ import { t as Ignitor } from "./main-DIF5Sg8W.js";
2
+ import { t as IgnitorFactory } from "./ignitor-B5akJVlQ.js";
3
+ import { t as TestUtils } from "./main-DjlqWWRt.js";
4
4
  var TestUtilsFactory = class {
5
5
  create(ignitorOrAppRoot, options) {
6
6
  if (ignitorOrAppRoot instanceof Ignitor) return new TestUtils(ignitorOrAppRoot.createApp("test"));
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { t as __decorate } from "../decorate-CJcHOoD-.js";
2
+ import { t as __decorate } from "../decorate-DM0Sx1ye.js";
3
3
  import { BaseCommand, HelpCommand, IndexGenerator, Kernel, ListLoader, args } from "@adonisjs/ace";
4
4
  import { join } from "node:path";
5
5
  var IndexCommand = class extends BaseCommand {
@@ -4,6 +4,7 @@ function isBodyParserFile(file) {
4
4
  return !!(file && typeof file === "object" && "isMultipartFile" in file);
5
5
  }
6
6
  const isMultipartFile = vine.createRule((file, options, field) => {
7
+ if (!field.isDefined) return false;
7
8
  if (!isBodyParserFile(file)) {
8
9
  field.report("The {{ field }} must be a file", "file", field);
9
10
  return false;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@adonisjs/core",
3
3
  "description": "Core of AdonisJS",
4
- "version": "7.0.0-next.25",
4
+ "version": "7.0.0-next.26",
5
5
  "engines": {
6
6
  "node": ">=24.0.0"
7
7
  },
@@ -80,7 +80,7 @@
80
80
  "index:commands": "node --import=@poppinss/ts-exec toolkit/main.js index build/commands"
81
81
  },
82
82
  "devDependencies": {
83
- "@adonisjs/assembler": "^8.0.0-next.30",
83
+ "@adonisjs/assembler": "^8.0.0-next.31",
84
84
  "@adonisjs/eslint-config": "^3.0.0-next.9",
85
85
  "@adonisjs/prettier-config": "^1.4.5",
86
86
  "@adonisjs/tsconfig": "^2.0.0-next.3",
@@ -121,7 +121,7 @@
121
121
  },
122
122
  "dependencies": {
123
123
  "@adonisjs/ace": "^14.0.1-next.4",
124
- "@adonisjs/application": "^9.0.0-next.14",
124
+ "@adonisjs/application": "^9.0.0-next.15",
125
125
  "@adonisjs/bodyparser": "^11.0.0-next.6",
126
126
  "@adonisjs/config": "^6.1.0-next.0",
127
127
  "@adonisjs/env": "^7.0.0-next.3",
@@ -1,3 +0,0 @@
1
- import "./main-BlJhxJJ2.js";
2
- import { t as createAceKernel } from "./create_kernel-C5k82J0c.js";
3
- export { createAceKernel };
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes