@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.
- package/build/{ace-DrvIocZi.js → ace-BfYSDoPf.js} +3 -3
- package/build/commands/add.js +8 -7
- package/build/commands/build.js +3 -3
- package/build/commands/commands.json +1 -1
- package/build/commands/configure.js +3 -4
- 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.d.ts +5 -0
- package/build/commands/make/command.js +4 -3
- package/build/commands/make/controller.d.ts +5 -0
- package/build/commands/make/controller.js +4 -3
- package/build/commands/make/event.d.ts +5 -0
- package/build/commands/make/event.js +4 -3
- package/build/commands/make/exception.d.ts +5 -0
- package/build/commands/make/exception.js +4 -3
- package/build/commands/make/listener.d.ts +5 -0
- package/build/commands/make/listener.js +5 -4
- package/build/commands/make/middleware.d.ts +5 -0
- package/build/commands/make/middleware.js +5 -4
- package/build/commands/make/preload.d.ts +5 -0
- package/build/commands/make/preload.js +5 -4
- package/build/commands/make/provider.d.ts +5 -0
- package/build/commands/make/provider.js +5 -4
- package/build/commands/make/service.d.ts +5 -0
- package/build/commands/make/service.js +4 -3
- package/build/commands/make/test.d.ts +5 -0
- package/build/commands/make/test.js +4 -3
- package/build/commands/make/transformer.d.ts +5 -0
- package/build/commands/make/transformer.js +4 -3
- package/build/commands/make/validator.d.ts +5 -0
- package/build/commands/make/validator.js +4 -3
- package/build/commands/make/view.d.ts +5 -0
- package/build/commands/make/view.js +4 -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_provider-DWVFHOQX.js → config_provider-CY-xuo2R.js} +1 -3
- package/build/{core-BuPP8K6N.js → core-Ckhxy7oM.js} +2 -2
- package/build/create_kernel-BCs646Vx.js +3 -0
- package/build/{create_kernel-C5k82J0c.js → create_kernel-PIeMK2Fo.js} +1 -1
- package/build/debug-DURPi9xn.js +3 -0
- package/build/{define_config-t8DrH2OV.js → define_config-BlZ46bUg.js} +3 -2
- package/build/factories/core/ace.js +13 -12
- package/build/factories/core/ignitor.js +10 -9
- package/build/factories/core/main.js +19 -18
- package/build/factories/core/test_utils.js +16 -15
- package/build/factories/stubs.d.ts +1 -6
- package/build/factories/stubs.js +6 -5
- package/build/{ignitor-DAyIsDqZ.js → ignitor-B5akJVlQ.js} +6 -6
- package/build/index.js +6 -5
- package/build/{main-BpYXrgM0.js → main-BIVLvDaW.js} +2 -1
- package/build/{main-BCUvPhoe.js → main-DIF5Sg8W.js} +2 -2
- package/build/{main-BBjkufvA.js → main-DjlqWWRt.js} +3 -3
- package/build/modules/ace/codemods.d.ts +74 -22
- package/build/modules/ace/codemods.js +78 -3
- package/build/modules/ace/main.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/dumper/main.js +1 -1
- package/build/modules/dumper/plugins/edge.js +1 -1
- package/build/modules/encryption/main.js +5 -4
- package/build/modules/events.js +1 -1
- package/build/modules/hash/main.js +3 -2
- 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 +2 -2
- package/build/providers/hash_provider.js +3 -2
- package/build/providers/repl_provider.js +1 -1
- package/build/providers/vinejs_provider.js +2 -2
- package/build/src/exceptions.js +1 -1
- package/build/src/helpers/main.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 +7 -6
- package/build/src/vine.js +1 -1
- package/build/{test_utils-BUSLSCLy.js → test_utils-JjctlaE3.js} +3 -3
- package/build/toolkit/main.js +1 -1
- package/build/{vine-Bt4ymkM0.js → vine-D37x2ex7.js} +1 -0
- package/package.json +3 -3
- package/build/create_kernel-CSvWA2w2.js +0 -3
- /package/build/{bodyparser_middleware-DTW0epKM.js → bodyparser_middleware-BmARtnYe.js} +0 -0
- /package/build/{config-Dd2H6-_e.js → config-BEEqDrcn.js} +0 -0
- /package/build/{decorate-CJcHOoD-.js → decorate-DM0Sx1ye.js} +0 -0
- /package/build/{dumper-BTjb8j4y.js → dumper-DxJ_VRuC.js} +0 -0
- /package/build/{edge-LQdCc1L3.js → edge-BVYR-Vjr.js} +0 -0
- /package/build/{events-C4d0OPUI.js → events-BWRc08nG.js} +0 -0
- /package/build/{exceptions-D7t_HaaU.js → exceptions-DNMesP42.js} +0 -0
- /package/build/{logger-0KKSqgPG.js → logger-DV65GX9N.js} +0 -0
- /package/build/{main-BlJhxJJ2.js → main-BWftwyAK.js} +0 -0
- /package/build/{main-CoP2zLaT.js → main-C2r_lzz0.js} +0 -0
- /package/build/{main-B4VF6my1.js → main-DNokQ-c9.js} +0 -0
- /package/build/{main-DixtGykP.js → main-DOY5Q8Av.js} +0 -0
- /package/build/{repl-GSxgovJQ.js → repl-CwFmzJvr.js} +0 -0
- /package/build/{string-Cx6q_win.js → string-CJ7ewUFq.js} +0 -0
- /package/build/{utils-CtGytdtt.js → utils-DjXMIVBJ.js} +0 -0
- /package/build/{verification_token-DXsW81rl.js → verification_token-DrdoU4RH.js} +0 -0
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
import { t as
|
|
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
|
|
147
|
-
const
|
|
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-
|
|
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-
|
|
1
|
+
import { t as bodyparser_middleware_default } from "../../bodyparser_middleware-BmARtnYe.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-BVYR-Vjr.js";
|
|
2
2
|
export { pluginEdgeDumper };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import "../../
|
|
2
|
-
import "../../
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
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 };
|
package/build/modules/events.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import "../../chunk-B88MteZI.js";
|
|
2
|
-
import "../../
|
|
3
|
-
import
|
|
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 };
|
package/build/modules/logger.js
CHANGED
package/build/modules/repl.js
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
import "../chunk-B88MteZI.js";
|
|
2
|
-
import
|
|
2
|
+
import "../debug-DURPi9xn.js";
|
|
3
3
|
import { t as app_exports } from "../app-DNvbxVWl.js";
|
|
4
|
-
import { t as
|
|
5
|
-
import { t as
|
|
6
|
-
import { t as
|
|
7
|
-
import { t as
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import "../
|
|
11
|
-
import
|
|
12
|
-
import {
|
|
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-
|
|
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-
|
|
3
|
-
import { t as pluginEdgeDumper } from "../edge-
|
|
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
|
|
3
|
-
import { t as
|
|
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-
|
|
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-
|
|
3
|
-
import { t as VineMultipartFile } from "../vine-
|
|
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) {
|
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-DNMesP42.js";
|
|
2
2
|
export { Exception, InvalidArgumentsException, RuntimeException, createError };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as VerificationToken } from "../../verification_token-
|
|
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-
|
|
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-
|
|
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 "../../
|
|
3
|
-
import "../../
|
|
4
|
-
import "../../
|
|
5
|
-
import "../../
|
|
6
|
-
import "../../
|
|
7
|
-
import
|
|
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-
|
|
1
|
+
import { t as VineMultipartFile } from "../vine-D37x2ex7.js";
|
|
2
2
|
export { VineMultipartFile };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as Ignitor } from "./main-
|
|
2
|
-
import { t as IgnitorFactory } from "./ignitor-
|
|
3
|
-
import { t as TestUtils } from "./main-
|
|
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"));
|
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-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.
|
|
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.
|
|
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.
|
|
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",
|
|
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
|
|
File without changes
|
|
File without changes
|