@adonisjs/core 6.17.2 → 6.19.0

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.
@@ -1 +1 @@
1
- {"commands":[{"commandName":"add","description":"Install and configure a package","help":"","namespace":null,"aliases":[],"flags":[{"name":"verbose","flagName":"verbose","required":false,"type":"boolean","description":"Display logs in verbose mode"},{"name":"packageManager","flagName":"package-manager","required":false,"type":"string","description":"Select the package manager you want to use"},{"name":"dev","flagName":"dev","required":false,"type":"boolean","description":"Should we install the package as a dev dependency","alias":"D"},{"name":"force","flagName":"force","required":false,"type":"boolean","description":"Forcefully overwrite existing files"}],"args":[{"name":"name","argumentName":"name","required":true,"description":"Package name","type":"string"}],"options":{"allowUnknownFlags":true},"filePath":"add.js"},{"commandName":"build","description":"Build application for production by compiling frontend assets and TypeScript source to JavaScript","help":["Create the production build using the following command.","```","{{ binaryName }} build","```","","The assets bundler dev server runs automatically after detecting vite config or webpack config files","You may pass vite CLI args using the --assets-args command line flag.","```","{{ binaryName }} build --assets-args=\"--debug --base=/public\"","```"],"namespace":null,"aliases":[],"flags":[{"name":"ignoreTsErrors","flagName":"ignore-ts-errors","required":false,"type":"boolean","description":"Ignore TypeScript errors and continue with the build process"},{"name":"packageManager","flagName":"package-manager","required":false,"type":"string","description":"Define the package manager to copy the appropriate lock file"},{"name":"assets","flagName":"assets","required":false,"type":"boolean","description":"Build frontend assets","showNegatedVariantInHelp":true,"default":true},{"name":"assetsArgs","flagName":"assets-args","required":false,"type":"array","description":"Define CLI arguments to pass to the assets bundler"}],"args":[],"options":{},"filePath":"build.js"},{"commandName":"configure","description":"Configure a package after it has been installed","help":"","namespace":null,"aliases":[],"flags":[{"name":"verbose","flagName":"verbose","required":false,"type":"boolean","description":"Display logs in verbose mode","alias":"v"},{"name":"force","flagName":"force","required":false,"type":"boolean","description":"Forcefully overwrite existing files","alias":"f"}],"args":[{"name":"name","argumentName":"name","required":true,"description":"Package name","type":"string"}],"options":{"allowUnknownFlags":true},"filePath":"configure.js"},{"commandName":"eject","description":"Eject scaffolding stubs to your application root","help":"","namespace":null,"aliases":[],"flags":[{"name":"pkg","flagName":"pkg","required":false,"type":"string","description":"Mention package name for searching stubs","default":"@adonisjs/core"}],"args":[{"name":"stubPath","argumentName":"stub-path","required":true,"description":"Path to the stubs directory or a single stub file","type":"string"}],"options":{},"filePath":"eject.js"},{"commandName":"env:add","description":"Add a new environment variable","help":"","namespace":"env","aliases":[],"flags":[{"name":"type","flagName":"type","required":false,"type":"string","description":"Type of the variable"},{"name":"enumValues","flagName":"enum-values","required":false,"type":"array","description":"Allowed values for the enum type in a comma-separated list","default":[""]}],"args":[{"name":"name","argumentName":"name","required":false,"description":"Variable name. Will be converted to screaming snake case","type":"string"},{"name":"value","argumentName":"value","required":false,"description":"Variable value","type":"string"}],"options":{"allowUnknownFlags":true},"filePath":"env/add.js"},{"commandName":"generate:key","description":"Generate a cryptographically secure random application key","help":"","namespace":"generate","aliases":[],"flags":[{"name":"show","flagName":"show","required":false,"type":"boolean","description":"Display the key on the terminal, instead of writing it to .env file"},{"name":"force","flagName":"force","required":false,"type":"boolean","description":"Force update .env file in production environment"}],"args":[],"options":{},"filePath":"generate_key.js"},{"commandName":"inspect:rcfile","description":"Inspect the RC file with its default values","help":"","namespace":"inspect","aliases":[],"flags":[],"args":[],"options":{},"filePath":"inspect_rcfile.js"},{"commandName":"list:routes","description":"List application routes. This command will boot the application in the console environment","help":"","namespace":"list","aliases":[],"flags":[{"name":"middleware","flagName":"middleware","required":false,"type":"array","description":"View routes that includes all the mentioned middleware names. Use * to see routes that are using one or more middleware"},{"name":"ignoreMiddleware","flagName":"ignore-middleware","required":false,"type":"array","description":"View routes that does not include all the mentioned middleware names. Use * to see routes that are using zero middleware"},{"name":"json","flagName":"json","required":false,"type":"boolean","description":"Get routes list as a JSON string"},{"name":"table","flagName":"table","required":false,"type":"boolean","description":"View list of routes as a table"}],"args":[{"name":"match","argumentName":"match","required":false,"description":"Find routes matching the given keyword. Route name, pattern and controller name will be searched against the keyword","type":"string"}],"options":{"startApp":true},"filePath":"list/routes.js"},{"commandName":"make:command","description":"Create a new ace command class","help":"","namespace":"make","aliases":[],"flags":[],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the command","type":"string"}],"options":{},"filePath":"make/command.js"},{"commandName":"make:controller","description":"Create a new HTTP controller class","help":"","namespace":"make","aliases":[],"flags":[{"name":"singular","flagName":"singular","required":false,"type":"boolean","description":"Generate controller in singular form","alias":"s"},{"name":"resource","flagName":"resource","required":false,"type":"boolean","description":"Generate resourceful controller with methods to perform CRUD actions on a resource","alias":"r"},{"name":"api","flagName":"api","required":false,"type":"boolean","description":"Generate resourceful controller without the \"edit\" and the \"create\" methods","alias":"a"}],"args":[{"name":"name","argumentName":"name","required":true,"description":"The name of the controller","type":"string"},{"name":"actions","argumentName":"actions","required":false,"description":"Create controller with custom method names","type":"spread"}],"options":{},"filePath":"make/controller.js"},{"commandName":"make:event","description":"Create a new event class","help":"","namespace":"make","aliases":[],"flags":[],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the event","type":"string"}],"options":{},"filePath":"make/event.js"},{"commandName":"make:exception","description":"Create a new custom exception class","help":"","namespace":"make","aliases":[],"flags":[],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the exception","type":"string"}],"options":{},"filePath":"make/exception.js"},{"commandName":"make:listener","description":"Create a new event listener class","help":"","namespace":"make","aliases":[],"flags":[{"name":"event","flagName":"event","required":false,"type":"string","description":"Generate an event class alongside the listener","alias":"e"}],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the event listener","type":"string"}],"options":{},"filePath":"make/listener.js"},{"commandName":"make:middleware","description":"Create a new middleware class for HTTP requests","help":"","namespace":"make","aliases":[],"flags":[{"name":"stack","flagName":"stack","required":false,"type":"string","description":"The stack in which to register the middleware","alias":"s"}],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the middleware","type":"string"}],"options":{},"filePath":"make/middleware.js"},{"commandName":"make:preload","description":"Create a new preload file inside the start directory","help":"","namespace":"make","aliases":[],"flags":[{"name":"register","flagName":"register","required":false,"type":"boolean","description":"Auto register the preload file inside the .adonisrc.ts file","showNegatedVariantInHelp":true,"alias":"r"},{"name":"environments","flagName":"environments","required":false,"type":"array","description":"Define the preload file's environment. Accepted values are \"web,console,test,repl\"","alias":"e"}],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the preload file","type":"string"}],"options":{},"filePath":"make/preload.js"},{"commandName":"make:provider","description":"Create a new service provider class","help":"","namespace":"make","aliases":[],"flags":[{"name":"register","flagName":"register","required":false,"type":"boolean","description":"Auto register the provider inside the .adonisrc.ts file","showNegatedVariantInHelp":true,"alias":"r"},{"name":"environments","flagName":"environments","required":false,"type":"array","description":"Define the provider environment. Accepted values are \"web,console,test,repl\"","alias":"e"}],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the provider","type":"string"}],"options":{},"filePath":"make/provider.js"},{"commandName":"make:service","description":"Create a new service class","help":"","namespace":"make","aliases":[],"flags":[],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the service","type":"string"}],"options":{},"filePath":"make/service.js"},{"commandName":"make:test","description":"Create a new Japa test file","help":"","namespace":"make","aliases":[],"flags":[{"name":"suite","flagName":"suite","required":false,"type":"string","description":"The suite for which to create the test file","alias":"s"}],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the test file","type":"string"}],"options":{},"filePath":"make/test.js"},{"commandName":"make:validator","description":"Create a new file to define VineJS validators","help":"","namespace":"make","aliases":[],"flags":[{"name":"resource","flagName":"resource","required":false,"type":"boolean","description":"Create a file with pre-defined validators for create and update actions"}],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the validator file","type":"string"}],"options":{},"filePath":"make/validator.js"},{"commandName":"make:view","description":"Create a new Edge.js template file","help":"","namespace":"make","aliases":[],"flags":[],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the template","type":"string"}],"options":{},"filePath":"make/view.js"},{"commandName":"repl","description":"Start a new REPL session","help":"","namespace":null,"aliases":[],"flags":[],"args":[],"options":{"startApp":true,"staysAlive":true},"filePath":"repl.js"},{"commandName":"serve","description":"Start the development HTTP server along with the file watcher to perform restarts on file change","help":["Start the development server with file watcher using the following command.","```","{{ binaryName }} serve --watch","```","","You can also start the server with HMR support using the following command.","```","{{ binaryName }} serve --hmr","```","","The assets bundler dev server runs automatically after detecting vite config or webpack config files","You may pass vite CLI args using the --assets-args command line flag.","```","{{ binaryName }} serve --assets-args=\"--debug --base=/public\"","```"],"namespace":null,"aliases":[],"flags":[{"name":"hmr","flagName":"hmr","required":false,"type":"boolean","description":"Start the server with HMR support"},{"name":"watch","flagName":"watch","required":false,"type":"boolean","description":"Watch filesystem and restart the HTTP server on file change","alias":"w"},{"name":"poll","flagName":"poll","required":false,"type":"boolean","description":"Use polling to detect filesystem changes","alias":"p"},{"name":"clear","flagName":"clear","required":false,"type":"boolean","description":"Clear the terminal for new logs after file change","showNegatedVariantInHelp":true,"default":true},{"name":"assets","flagName":"assets","required":false,"type":"boolean","description":"Start assets bundler dev server","showNegatedVariantInHelp":true,"default":true},{"name":"assetsArgs","flagName":"assets-args","required":false,"type":"array","description":"Define CLI arguments to pass to the assets bundler"}],"args":[],"options":{"staysAlive":true},"filePath":"serve.js"},{"commandName":"test","description":"Run tests along with the file watcher to re-run tests on file change","help":"","namespace":null,"aliases":[],"flags":[{"name":"files","flagName":"files","required":false,"type":"array","description":"Filter tests by the filename"},{"name":"tags","flagName":"tags","required":false,"type":"array","description":"Filter tests by tags"},{"name":"groups","flagName":"groups","required":false,"type":"array","description":"Filter tests by parent group title"},{"name":"tests","flagName":"tests","required":false,"type":"array","description":"Filter tests by test title"},{"name":"reporters","flagName":"reporters","required":false,"type":"array","description":"Activate one or more test reporters"},{"name":"watch","flagName":"watch","required":false,"type":"boolean","description":"Watch filesystem and re-run tests on file change"},{"name":"poll","flagName":"poll","required":false,"type":"boolean","description":"Use polling to detect filesystem changes"},{"name":"timeout","flagName":"timeout","required":false,"type":"number","description":"Define default timeout for all tests"},{"name":"retries","flagName":"retries","required":false,"type":"number","description":"Define default retries for all tests"},{"name":"failed","flagName":"failed","required":false,"type":"boolean","description":"Execute tests failed during the last run"},{"name":"clear","flagName":"clear","required":false,"type":"boolean","description":"Clear the terminal for new logs after file change","showNegatedVariantInHelp":true,"default":true},{"name":"assets","flagName":"assets","required":false,"type":"boolean","description":"Start assets bundler dev server.","showNegatedVariantInHelp":true,"default":true},{"name":"assetsArgs","flagName":"assets-args","required":false,"type":"array","description":"Define CLI arguments to pass to the assets bundler"}],"args":[{"name":"suites","argumentName":"suites","required":false,"description":"Mention suite names to run tests for selected suites","type":"spread"}],"options":{"allowUnknownFlags":true,"staysAlive":true},"filePath":"test.js"}],"version":1}
1
+ {"commands":[{"commandName":"add","description":"Install and configure a package","help":"","namespace":null,"aliases":[],"flags":[{"name":"verbose","flagName":"verbose","required":false,"type":"boolean","description":"Display logs in verbose mode"},{"name":"packageManager","flagName":"package-manager","required":false,"type":"string","description":"Select the package manager you want to use"},{"name":"dev","flagName":"dev","required":false,"type":"boolean","description":"Should we install the package as a dev dependency","alias":"D"},{"name":"force","flagName":"force","required":false,"type":"boolean","description":"Forcefully overwrite existing files"}],"args":[{"name":"name","argumentName":"name","required":true,"description":"Package name","type":"string"}],"options":{"allowUnknownFlags":true},"filePath":"add.js"},{"commandName":"build","description":"Build application for production by compiling frontend assets and TypeScript source to JavaScript","help":["Create the production build using the following command.","```","{{ binaryName }} build","```","","The assets bundler dev server runs automatically after detecting vite config or webpack config files","You may pass vite CLI args using the --assets-args command line flag.","```","{{ binaryName }} build --assets-args=\"--debug --base=/public\"","```"],"namespace":null,"aliases":[],"flags":[{"name":"ignoreTsErrors","flagName":"ignore-ts-errors","required":false,"type":"boolean","description":"Ignore TypeScript errors and continue with the build process"},{"name":"packageManager","flagName":"package-manager","required":false,"type":"string","description":"Define the package manager to copy the appropriate lock file"},{"name":"assets","flagName":"assets","required":false,"type":"boolean","description":"Build frontend assets","showNegatedVariantInHelp":true,"default":true},{"name":"assetsArgs","flagName":"assets-args","required":false,"type":"array","description":"Define CLI arguments to pass to the assets bundler"}],"args":[],"options":{},"filePath":"build.js"},{"commandName":"configure","description":"Configure a package after it has been installed","help":"","namespace":null,"aliases":[],"flags":[{"name":"verbose","flagName":"verbose","required":false,"type":"boolean","description":"Display logs in verbose mode","alias":"v"},{"name":"force","flagName":"force","required":false,"type":"boolean","description":"Forcefully overwrite existing files","alias":"f"}],"args":[{"name":"name","argumentName":"name","required":true,"description":"Package name","type":"string"}],"options":{"allowUnknownFlags":true},"filePath":"configure.js"},{"commandName":"eject","description":"Eject scaffolding stubs to your application root","help":"","namespace":null,"aliases":[],"flags":[{"name":"pkg","flagName":"pkg","required":false,"type":"string","description":"Mention package name for searching stubs","default":"@adonisjs/core"}],"args":[{"name":"stubPath","argumentName":"stub-path","required":true,"description":"Path to the stubs directory or a single stub file","type":"string"}],"options":{},"filePath":"eject.js"},{"commandName":"env:add","description":"Add a new environment variable","help":"","namespace":"env","aliases":[],"flags":[{"name":"type","flagName":"type","required":false,"type":"string","description":"Type of the variable"},{"name":"enumValues","flagName":"enum-values","required":false,"type":"array","description":"Allowed values for the enum type in a comma-separated list","default":[""]}],"args":[{"name":"name","argumentName":"name","required":false,"description":"Variable name. Will be converted to screaming snake case","type":"string"},{"name":"value","argumentName":"value","required":false,"description":"Variable value","type":"string"}],"options":{"allowUnknownFlags":true},"filePath":"env/add.js"},{"commandName":"generate:key","description":"Generate a cryptographically secure random application key","help":"","namespace":"generate","aliases":[],"flags":[{"name":"show","flagName":"show","required":false,"type":"boolean","description":"Display the key on the terminal, instead of writing it to .env file"},{"name":"force","flagName":"force","required":false,"type":"boolean","description":"Force update .env file in production environment"}],"args":[],"options":{},"filePath":"generate_key.js"},{"commandName":"inspect:rcfile","description":"Inspect the RC file with its default values","help":"","namespace":"inspect","aliases":[],"flags":[],"args":[],"options":{},"filePath":"inspect_rcfile.js"},{"commandName":"list:routes","description":"List application routes. This command will boot the application in the console environment","help":"","namespace":"list","aliases":[],"flags":[{"name":"middleware","flagName":"middleware","required":false,"type":"array","description":"View routes that includes all the mentioned middleware names. Use * to see routes that are using one or more middleware"},{"name":"ignoreMiddleware","flagName":"ignore-middleware","required":false,"type":"array","description":"View routes that does not include all the mentioned middleware names. Use * to see routes that are using zero middleware"},{"name":"json","flagName":"json","required":false,"type":"boolean","description":"Get routes list as a JSON string"},{"name":"table","flagName":"table","required":false,"type":"boolean","description":"View list of routes as a table"}],"args":[{"name":"match","argumentName":"match","required":false,"description":"Find routes matching the given keyword. Route name, pattern and controller name will be searched against the keyword","type":"string"}],"options":{"startApp":true},"filePath":"list/routes.js"},{"commandName":"make:command","description":"Create a new ace command class","help":"","namespace":"make","aliases":[],"flags":[],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the command","type":"string"}],"options":{},"filePath":"make/command.js"},{"commandName":"make:controller","description":"Create a new HTTP controller class","help":"","namespace":"make","aliases":[],"flags":[{"name":"singular","flagName":"singular","required":false,"type":"boolean","description":"Generate controller in singular form","alias":"s"},{"name":"resource","flagName":"resource","required":false,"type":"boolean","description":"Generate resourceful controller with methods to perform CRUD actions on a resource","alias":"r"},{"name":"api","flagName":"api","required":false,"type":"boolean","description":"Generate resourceful controller without the \"edit\" and the \"create\" methods","alias":"a"}],"args":[{"name":"name","argumentName":"name","required":true,"description":"The name of the controller","type":"string"},{"name":"actions","argumentName":"actions","required":false,"description":"Create controller with custom method names","type":"spread"}],"options":{"allowUnknownFlags":true},"filePath":"make/controller.js"},{"commandName":"make:event","description":"Create a new event class","help":"","namespace":"make","aliases":[],"flags":[],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the event","type":"string"}],"options":{"allowUnknownFlags":true},"filePath":"make/event.js"},{"commandName":"make:exception","description":"Create a new custom exception class","help":"","namespace":"make","aliases":[],"flags":[],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the exception","type":"string"}],"options":{"allowUnknownFlags":true},"filePath":"make/exception.js"},{"commandName":"make:listener","description":"Create a new event listener class","help":"","namespace":"make","aliases":[],"flags":[{"name":"event","flagName":"event","required":false,"type":"string","description":"Generate an event class alongside the listener","alias":"e"}],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the event listener","type":"string"}],"options":{"allowUnknownFlags":true},"filePath":"make/listener.js"},{"commandName":"make:middleware","description":"Create a new middleware class for HTTP requests","help":"","namespace":"make","aliases":[],"flags":[{"name":"stack","flagName":"stack","required":false,"type":"string","description":"The stack in which to register the middleware","alias":"s"}],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the middleware","type":"string"}],"options":{"allowUnknownFlags":true},"filePath":"make/middleware.js"},{"commandName":"make:preload","description":"Create a new preload file inside the start directory","help":"","namespace":"make","aliases":[],"flags":[{"name":"register","flagName":"register","required":false,"type":"boolean","description":"Auto register the preload file inside the .adonisrc.ts file","showNegatedVariantInHelp":true,"alias":"r"},{"name":"environments","flagName":"environments","required":false,"type":"array","description":"Define the preload file's environment. Accepted values are \"web,console,test,repl\"","alias":"e"}],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the preload file","type":"string"}],"options":{},"filePath":"make/preload.js"},{"commandName":"make:provider","description":"Create a new service provider class","help":"","namespace":"make","aliases":[],"flags":[{"name":"register","flagName":"register","required":false,"type":"boolean","description":"Auto register the provider inside the .adonisrc.ts file","showNegatedVariantInHelp":true,"alias":"r"},{"name":"environments","flagName":"environments","required":false,"type":"array","description":"Define the provider environment. Accepted values are \"web,console,test,repl\"","alias":"e"}],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the provider","type":"string"}],"options":{},"filePath":"make/provider.js"},{"commandName":"make:service","description":"Create a new service class","help":"","namespace":"make","aliases":[],"flags":[],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the service","type":"string"}],"options":{"allowUnknownFlags":true},"filePath":"make/service.js"},{"commandName":"make:test","description":"Create a new Japa test file","help":"","namespace":"make","aliases":[],"flags":[{"name":"suite","flagName":"suite","required":false,"type":"string","description":"The suite for which to create the test file","alias":"s"}],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the test file","type":"string"}],"options":{},"filePath":"make/test.js"},{"commandName":"make:validator","description":"Create a new file to define VineJS validators","help":"","namespace":"make","aliases":[],"flags":[{"name":"resource","flagName":"resource","required":false,"type":"boolean","description":"Create a file with pre-defined validators for create and update actions"}],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the validator file","type":"string"}],"options":{"allowUnknownFlags":true},"filePath":"make/validator.js"},{"commandName":"make:view","description":"Create a new Edge.js template file","help":"","namespace":"make","aliases":[],"flags":[],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the template","type":"string"}],"options":{},"filePath":"make/view.js"},{"commandName":"repl","description":"Start a new REPL session","help":"","namespace":null,"aliases":[],"flags":[],"args":[],"options":{"startApp":true,"staysAlive":true},"filePath":"repl.js"},{"commandName":"serve","description":"Start the development HTTP server along with the file watcher to perform restarts on file change","help":["Start the development server with file watcher using the following command.","```","{{ binaryName }} serve --watch","```","","You can also start the server with HMR support using the following command.","```","{{ binaryName }} serve --hmr","```","","The assets bundler dev server runs automatically after detecting vite config or webpack config files","You may pass vite CLI args using the --assets-args command line flag.","```","{{ binaryName }} serve --assets-args=\"--debug --base=/public\"","```"],"namespace":null,"aliases":[],"flags":[{"name":"hmr","flagName":"hmr","required":false,"type":"boolean","description":"Start the server with HMR support"},{"name":"watch","flagName":"watch","required":false,"type":"boolean","description":"Watch filesystem and restart the HTTP server on file change","alias":"w"},{"name":"poll","flagName":"poll","required":false,"type":"boolean","description":"Use polling to detect filesystem changes","alias":"p"},{"name":"clear","flagName":"clear","required":false,"type":"boolean","description":"Clear the terminal for new logs after file change","showNegatedVariantInHelp":true,"default":true},{"name":"assets","flagName":"assets","required":false,"type":"boolean","description":"Start assets bundler dev server","showNegatedVariantInHelp":true,"default":true},{"name":"assetsArgs","flagName":"assets-args","required":false,"type":"array","description":"Define CLI arguments to pass to the assets bundler"}],"args":[],"options":{"staysAlive":true},"filePath":"serve.js"},{"commandName":"test","description":"Run tests along with the file watcher to re-run tests on file change","help":"","namespace":null,"aliases":[],"flags":[{"name":"files","flagName":"files","required":false,"type":"array","description":"Filter tests by the filename"},{"name":"tags","flagName":"tags","required":false,"type":"array","description":"Filter tests by tags"},{"name":"groups","flagName":"groups","required":false,"type":"array","description":"Filter tests by parent group title"},{"name":"tests","flagName":"tests","required":false,"type":"array","description":"Filter tests by test title"},{"name":"reporters","flagName":"reporters","required":false,"type":"array","description":"Activate one or more test reporters"},{"name":"watch","flagName":"watch","required":false,"type":"boolean","description":"Watch filesystem and re-run tests on file change"},{"name":"poll","flagName":"poll","required":false,"type":"boolean","description":"Use polling to detect filesystem changes"},{"name":"timeout","flagName":"timeout","required":false,"type":"number","description":"Define default timeout for all tests"},{"name":"retries","flagName":"retries","required":false,"type":"number","description":"Define default retries for all tests"},{"name":"failed","flagName":"failed","required":false,"type":"boolean","description":"Execute tests failed during the last run"},{"name":"clear","flagName":"clear","required":false,"type":"boolean","description":"Clear the terminal for new logs after file change","showNegatedVariantInHelp":true,"default":true},{"name":"assets","flagName":"assets","required":false,"type":"boolean","description":"Start assets bundler dev server.","showNegatedVariantInHelp":true,"default":true},{"name":"assetsArgs","flagName":"assets-args","required":false,"type":"array","description":"Define CLI arguments to pass to the assets bundler"}],"args":[{"name":"suites","argumentName":"suites","required":false,"description":"Mention suite names to run tests for selected suites","type":"spread"}],"options":{"allowUnknownFlags":true,"staysAlive":true},"filePath":"test.js"}],"version":1}
@@ -1,10 +1,12 @@
1
1
  import { BaseCommand } from '../../modules/ace/main.js';
2
+ import { CommandOptions } from '../../types/ace.js';
2
3
  /**
3
4
  * The make controller command to create an HTTP controller
4
5
  */
5
6
  export default class MakeController extends BaseCommand {
6
7
  static commandName: string;
7
8
  static description: string;
9
+ static options: CommandOptions;
8
10
  name: string;
9
11
  actions?: string[];
10
12
  singular: boolean;
@@ -21,6 +21,9 @@ import { args, flags, BaseCommand } from '../../modules/ace/main.js';
21
21
  export default class MakeController extends BaseCommand {
22
22
  static commandName = 'make:controller';
23
23
  static description = 'Create a new HTTP controller class';
24
+ static options = {
25
+ allowUnknownFlags: true,
26
+ };
24
27
  /**
25
28
  * The stub to use for generating the controller
26
29
  */
@@ -1,10 +1,12 @@
1
1
  import { BaseCommand } from '../../modules/ace/main.js';
2
+ import { CommandOptions } from '../../types/ace.js';
2
3
  /**
3
4
  * The make event command to create a class based event
4
5
  */
5
6
  export default class MakeEvent extends BaseCommand {
6
7
  static commandName: string;
7
8
  static description: string;
9
+ static options: CommandOptions;
8
10
  name: string;
9
11
  /**
10
12
  * The stub to use for generating the event
@@ -20,6 +20,9 @@ import { args, BaseCommand } from '../../modules/ace/main.js';
20
20
  export default class MakeEvent extends BaseCommand {
21
21
  static commandName = 'make:event';
22
22
  static description = 'Create a new event class';
23
+ static options = {
24
+ allowUnknownFlags: true,
25
+ };
23
26
  /**
24
27
  * The stub to use for generating the event
25
28
  */
@@ -1,10 +1,12 @@
1
1
  import { BaseCommand } from '../../modules/ace/main.js';
2
+ import { CommandOptions } from '../../types/ace.js';
2
3
  /**
3
4
  * Make a new exception class
4
5
  */
5
6
  export default class MakeException extends BaseCommand {
6
7
  static commandName: string;
7
8
  static description: string;
9
+ static options: CommandOptions;
8
10
  name: string;
9
11
  /**
10
12
  * The stub to use for generating the command class
@@ -20,6 +20,9 @@ import { args, BaseCommand } from '../../modules/ace/main.js';
20
20
  export default class MakeException extends BaseCommand {
21
21
  static commandName = 'make:exception';
22
22
  static description = 'Create a new custom exception class';
23
+ static options = {
24
+ allowUnknownFlags: true,
25
+ };
23
26
  /**
24
27
  * The stub to use for generating the command class
25
28
  */
@@ -1,4 +1,5 @@
1
1
  import { BaseCommand } from '../../modules/ace/main.js';
2
+ import { CommandOptions } from '../../types/ace.js';
2
3
  /**
3
4
  * The make listener command to create a class based event
4
5
  * listener
@@ -6,6 +7,7 @@ import { BaseCommand } from '../../modules/ace/main.js';
6
7
  export default class MakeListener extends BaseCommand {
7
8
  static commandName: string;
8
9
  static description: string;
10
+ static options: CommandOptions;
9
11
  name: string;
10
12
  event: string;
11
13
  /**
@@ -21,6 +21,9 @@ import { args, flags, BaseCommand } from '../../modules/ace/main.js';
21
21
  export default class MakeListener extends BaseCommand {
22
22
  static commandName = 'make:listener';
23
23
  static description = 'Create a new event listener class';
24
+ static options = {
25
+ allowUnknownFlags: true,
26
+ };
24
27
  /**
25
28
  * The stub to use for generating the event listener
26
29
  */
@@ -1,4 +1,5 @@
1
1
  import { BaseCommand } from '../../modules/ace/main.js';
2
+ import { CommandOptions } from '../../types/ace.js';
2
3
  /**
3
4
  * The make middleware command to create a new middleware
4
5
  * class.
@@ -6,6 +7,7 @@ import { BaseCommand } from '../../modules/ace/main.js';
6
7
  export default class MakeMiddleware extends BaseCommand {
7
8
  static commandName: string;
8
9
  static description: string;
10
+ static options: CommandOptions;
9
11
  name: string;
10
12
  stack?: 'server' | 'named' | 'router';
11
13
  /**
@@ -24,6 +24,9 @@ import { args, BaseCommand, flags } from '../../modules/ace/main.js';
24
24
  export default class MakeMiddleware extends BaseCommand {
25
25
  static commandName = 'make:middleware';
26
26
  static description = 'Create a new middleware class for HTTP requests';
27
+ static options = {
28
+ allowUnknownFlags: true,
29
+ };
27
30
  /**
28
31
  * The stub to use for generating the middleware
29
32
  */
@@ -1,10 +1,12 @@
1
1
  import { BaseCommand } from '../../modules/ace/main.js';
2
+ import { CommandOptions } from '../../types/ace.js';
2
3
  /**
3
4
  * Make a new service class
4
5
  */
5
6
  export default class MakeService extends BaseCommand {
6
7
  static commandName: string;
7
8
  static description: string;
9
+ static options: CommandOptions;
8
10
  name: string;
9
11
  /**
10
12
  * The stub to use for generating the service class
@@ -20,6 +20,9 @@ import { args, BaseCommand } from '../../modules/ace/main.js';
20
20
  export default class MakeService extends BaseCommand {
21
21
  static commandName = 'make:service';
22
22
  static description = 'Create a new service class';
23
+ static options = {
24
+ allowUnknownFlags: true,
25
+ };
23
26
  /**
24
27
  * The stub to use for generating the service class
25
28
  */
@@ -1,10 +1,12 @@
1
1
  import { BaseCommand } from '../../modules/ace/main.js';
2
+ import { CommandOptions } from '../../types/ace.js';
2
3
  /**
3
4
  * Make a new VineJS validator
4
5
  */
5
6
  export default class MakeValidator extends BaseCommand {
6
7
  static commandName: string;
7
8
  static description: string;
9
+ static options: CommandOptions;
8
10
  name: string;
9
11
  resource: boolean;
10
12
  /**
@@ -20,6 +20,9 @@ import { args, flags, BaseCommand } from '../../modules/ace/main.js';
20
20
  export default class MakeValidator extends BaseCommand {
21
21
  static commandName = 'make:validator';
22
22
  static description = 'Create a new file to define VineJS validators';
23
+ static options = {
24
+ allowUnknownFlags: true,
25
+ };
23
26
  /**
24
27
  * The stub to use for generating the validator
25
28
  */
@@ -1,6 +1,8 @@
1
1
  import type { VineValidator } from '@vinejs/vine';
2
2
  import type { Infer, SchemaTypes, ErrorReporterContract, MessagesProviderContact } from '@vinejs/vine/types';
3
3
  import type { HttpContext } from './main.js';
4
+ import type { FeatureFlags } from '../app.js';
5
+ import type { ExperimentalFlagsList } from '../../types/app.js';
4
6
  import type { RequestValidationOptions } from '../../types/http.js';
5
7
  /**
6
8
  * Request validator is used validate HTTP request data using
@@ -9,7 +11,7 @@ import type { RequestValidationOptions } from '../../types/http.js';
9
11
  */
10
12
  export declare class RequestValidator {
11
13
  #private;
12
- constructor(ctx: HttpContext);
14
+ constructor(ctx: HttpContext, experimentalFlags?: FeatureFlags<ExperimentalFlagsList>);
13
15
  /**
14
16
  * The error reporter method returns the error reporter
15
17
  * to use for reporting errors.
@@ -13,8 +13,10 @@
13
13
  */
14
14
  export class RequestValidator {
15
15
  #ctx;
16
- constructor(ctx) {
16
+ #experimentalFlags;
17
+ constructor(ctx, experimentalFlags) {
17
18
  this.#ctx = ctx;
19
+ this.#experimentalFlags = experimentalFlags;
18
20
  }
19
21
  /**
20
22
  * The error reporter method returns the error reporter
@@ -51,12 +53,17 @@ export class RequestValidator {
51
53
  if (RequestValidator.messagesProvider && !validatorOptions.messagesProvider) {
52
54
  validatorOptions.messagesProvider = RequestValidator.messagesProvider(this.#ctx);
53
55
  }
56
+ const requestBody = this.#experimentalFlags?.enabled('mergeMultipartFieldsAndFiles')
57
+ ? this.#ctx.request.all()
58
+ : {
59
+ ...this.#ctx.request.all(),
60
+ ...this.#ctx.request.allFiles(),
61
+ };
54
62
  /**
55
63
  * Data to validate
56
64
  */
57
65
  const data = validatorOptions.data || {
58
- ...this.#ctx.request.all(),
59
- ...this.#ctx.request.allFiles(),
66
+ ...requestBody,
60
67
  params: this.#ctx.request.params(),
61
68
  headers: this.#ctx.request.headers(),
62
69
  cookies: this.#ctx.request.cookiesList(),
@@ -123,7 +123,7 @@ export default class AppServiceProvider {
123
123
  registerBodyParserMiddleware() {
124
124
  this.app.container.bind(BodyParserMiddleware, () => {
125
125
  const config = this.app.config.get('bodyparser');
126
- return new BodyParserMiddleware(config);
126
+ return new BodyParserMiddleware(config, this.app.experimentalFlags);
127
127
  });
128
128
  }
129
129
  /**
@@ -1,13 +1,6 @@
1
- import { symbols, BaseLiteralType } from '@vinejs/vine';
2
- import type { Validation, FieldContext, FieldOptions } from '@vinejs/vine/types';
3
- import type { MultipartFile, FileValidationOptions } from '@adonisjs/bodyparser/types';
4
1
  import type { ApplicationService } from '../src/types.js';
5
2
  import { RequestValidator } from '../modules/http/main.js';
6
- declare const MULTIPART_FILE: typeof symbols.SUBTYPE;
7
- /**
8
- * Validation options accepted by the "file" rule
9
- */
10
- export type FileRuleValidationOptions = Partial<FileValidationOptions> | ((field: FieldContext) => Partial<FileValidationOptions>);
3
+ import { FileRuleValidationOptions, VineMultipartFile } from '../src/vine.js';
11
4
  /**
12
5
  * Extend VineJS
13
6
  */
@@ -23,16 +16,6 @@ declare module '@adonisjs/core/http' {
23
16
  interface Request extends RequestValidator {
24
17
  }
25
18
  }
26
- /**
27
- * Represents a multipart file uploaded via multipart/form-data HTTP
28
- * request.
29
- */
30
- declare class VineMultipartFile extends BaseLiteralType<MultipartFile, MultipartFile, MultipartFile> {
31
- #private;
32
- [MULTIPART_FILE]: string;
33
- constructor(validationOptions?: FileRuleValidationOptions, options?: FieldOptions, validations?: Validation<any>[]);
34
- clone(): this;
35
- }
36
19
  /**
37
20
  * The Edge service provider configures Edge to work within
38
21
  * an AdonisJS application environment
@@ -42,4 +25,3 @@ export default class VineJSServiceProvider {
42
25
  constructor(app: ApplicationService);
43
26
  boot(): void;
44
27
  }
45
- export {};
@@ -6,70 +6,9 @@
6
6
  * For the full copyright and license information, please view the LICENSE
7
7
  * file that was distributed with this source code.
8
8
  */
9
- import vine, { symbols, BaseLiteralType, Vine } from '@vinejs/vine';
9
+ import { Vine } from '@vinejs/vine';
10
10
  import { Request, RequestValidator } from '../modules/http/main.js';
11
- const MULTIPART_FILE = symbols.SUBTYPE ?? Symbol.for('subtype');
12
- /**
13
- * Checks if the value is an instance of multipart file
14
- * from bodyparser.
15
- */
16
- function isBodyParserFile(file) {
17
- return !!(file && typeof file === 'object' && 'isMultipartFile' in file);
18
- }
19
- /**
20
- * VineJS validation rule that validates the file to be an
21
- * instance of BodyParser MultipartFile class.
22
- */
23
- const isMultipartFile = vine.createRule((file, options, field) => {
24
- /**
25
- * Report error when value is not a field multipart
26
- * file object
27
- */
28
- if (!isBodyParserFile(file)) {
29
- field.report('The {{ field }} must be a file', 'file', field);
30
- return;
31
- }
32
- const validationOptions = typeof options === 'function' ? options(field) : options;
33
- /**
34
- * Set size when it's defined in the options and missing
35
- * on the file instance
36
- */
37
- if (file.sizeLimit === undefined && validationOptions.size) {
38
- file.sizeLimit = validationOptions.size;
39
- }
40
- /**
41
- * Set extensions when it's defined in the options and missing
42
- * on the file instance
43
- */
44
- if (file.allowedExtensions === undefined && validationOptions.extnames) {
45
- file.allowedExtensions = validationOptions.extnames;
46
- }
47
- /**
48
- * Validate file
49
- */
50
- file.validate();
51
- /**
52
- * Report errors
53
- */
54
- file.errors.forEach((error) => {
55
- field.report(error.message, `file.${error.type}`, field, validationOptions);
56
- });
57
- });
58
- /**
59
- * Represents a multipart file uploaded via multipart/form-data HTTP
60
- * request.
61
- */
62
- class VineMultipartFile extends BaseLiteralType {
63
- #validationOptions;
64
- [MULTIPART_FILE] = 'multipartFile';
65
- constructor(validationOptions, options, validations) {
66
- super(options, validations || [isMultipartFile(validationOptions || {})]);
67
- this.#validationOptions = validationOptions;
68
- }
69
- clone() {
70
- return new VineMultipartFile(this.#validationOptions, this.cloneOptions(), this.cloneValidations());
71
- }
72
- }
11
+ import { VineMultipartFile } from '../src/vine.js';
73
12
  /**
74
13
  * The Edge service provider configures Edge to work within
75
14
  * an AdonisJS application environment
@@ -81,6 +20,7 @@ export default class VineJSServiceProvider {
81
20
  this.app.usingVineJS = true;
82
21
  }
83
22
  boot() {
23
+ const experimentalFlags = this.app.experimentalFlags;
84
24
  /**
85
25
  * The file method is used to validate a field to be a valid
86
26
  * multipart file.
@@ -93,7 +33,7 @@ export default class VineJSServiceProvider {
93
33
  * data for the current request using VineJS validators
94
34
  */
95
35
  Request.macro('validateUsing', function (...args) {
96
- return new RequestValidator(this.ctx).validateUsing(...args);
36
+ return new RequestValidator(this.ctx, experimentalFlags).validateUsing(...args);
97
37
  });
98
38
  }
99
39
  }
@@ -0,0 +1,19 @@
1
+ import { symbols, BaseLiteralType } from '@vinejs/vine';
2
+ import type { Validation, FieldContext, FieldOptions } from '@vinejs/vine/types';
3
+ import type { MultipartFile, FileValidationOptions } from '@adonisjs/bodyparser/types';
4
+ declare const MULTIPART_FILE: typeof symbols.SUBTYPE;
5
+ /**
6
+ * Validation options accepted by the "file" rule
7
+ */
8
+ export type FileRuleValidationOptions = Partial<FileValidationOptions> | ((field: FieldContext) => Partial<FileValidationOptions>);
9
+ /**
10
+ * Represents a multipart file uploaded via multipart/form-data HTTP
11
+ * request.
12
+ */
13
+ export declare class VineMultipartFile extends BaseLiteralType<MultipartFile, MultipartFile, MultipartFile> {
14
+ #private;
15
+ [MULTIPART_FILE]: string;
16
+ constructor(validationOptions?: FileRuleValidationOptions, options?: FieldOptions, validations?: Validation<any>[]);
17
+ clone(): this;
18
+ }
19
+ export {};
@@ -0,0 +1,71 @@
1
+ /*
2
+ * @adonisjs/core
3
+ *
4
+ * (c) AdonisJS
5
+ *
6
+ * For the full copyright and license information, please view the LICENSE
7
+ * file that was distributed with this source code.
8
+ */
9
+ import vine, { symbols, BaseLiteralType } from '@vinejs/vine';
10
+ const MULTIPART_FILE = symbols.SUBTYPE ?? Symbol.for('subtype');
11
+ /**
12
+ * Checks if the value is an instance of multipart file
13
+ * from bodyparser.
14
+ */
15
+ function isBodyParserFile(file) {
16
+ return !!(file && typeof file === 'object' && 'isMultipartFile' in file);
17
+ }
18
+ /**
19
+ * VineJS validation rule that validates the file to be an
20
+ * instance of BodyParser MultipartFile class.
21
+ */
22
+ const isMultipartFile = vine.createRule((file, options, field) => {
23
+ /**
24
+ * Report error when value is not a field multipart
25
+ * file object
26
+ */
27
+ if (!isBodyParserFile(file)) {
28
+ field.report('The {{ field }} must be a file', 'file', field);
29
+ return;
30
+ }
31
+ const validationOptions = typeof options === 'function' ? options(field) : options;
32
+ /**
33
+ * Set size when it's defined in the options and missing
34
+ * on the file instance
35
+ */
36
+ if (file.sizeLimit === undefined && validationOptions.size) {
37
+ file.sizeLimit = validationOptions.size;
38
+ }
39
+ /**
40
+ * Set extensions when it's defined in the options and missing
41
+ * on the file instance
42
+ */
43
+ if (file.allowedExtensions === undefined && validationOptions.extnames) {
44
+ file.allowedExtensions = validationOptions.extnames;
45
+ }
46
+ /**
47
+ * Validate file
48
+ */
49
+ file.validate();
50
+ /**
51
+ * Report errors
52
+ */
53
+ file.errors.forEach((error) => {
54
+ field.report(error.message, `file.${error.type}`, field, validationOptions);
55
+ });
56
+ });
57
+ /**
58
+ * Represents a multipart file uploaded via multipart/form-data HTTP
59
+ * request.
60
+ */
61
+ export class VineMultipartFile extends BaseLiteralType {
62
+ #validationOptions;
63
+ [MULTIPART_FILE] = 'multipartFile';
64
+ constructor(validationOptions, options, validations) {
65
+ super(options, validations || [isMultipartFile(validationOptions || {})]);
66
+ this.#validationOptions = validationOptions;
67
+ }
68
+ clone() {
69
+ return new VineMultipartFile(this.#validationOptions, this.cloneOptions(), this.cloneValidations());
70
+ }
71
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@adonisjs/core",
3
3
  "description": "Core of AdonisJS",
4
- "version": "6.17.2",
4
+ "version": "6.19.0",
5
5
  "engines": {
6
6
  "node": ">=20.6.0"
7
7
  },
@@ -59,7 +59,8 @@
59
59
  "./package.json": "./package.json",
60
60
  "./exceptions": "./build/src/exceptions.js",
61
61
  "./test_utils": "./build/src/test_utils/main.js",
62
- "./health": "./build/modules/health.js"
62
+ "./health": "./build/modules/health.js",
63
+ "./vine": "./build/src/vine.js"
63
64
  },
64
65
  "scripts": {
65
66
  "pretest": "npm run lint",
@@ -67,7 +68,6 @@
67
68
  "clean": "del-cli build",
68
69
  "copy:templates": "copyfiles \"stubs/**/**/*.stub\" build",
69
70
  "precompile": "npm run lint",
70
- "prepare": "husky",
71
71
  "compile": "npm run clean && tsc",
72
72
  "postcompile": "npm run copy:templates && npm run index:commands",
73
73
  "build": "npm run compile",
@@ -83,66 +83,62 @@
83
83
  },
84
84
  "devDependencies": {
85
85
  "@adonisjs/assembler": "^7.8.2",
86
- "@adonisjs/eslint-config": "^2.0.0",
87
- "@adonisjs/prettier-config": "^1.4.0",
88
- "@adonisjs/tsconfig": "^1.4.0",
89
- "@commitlint/cli": "^19.7.1",
90
- "@commitlint/config-conventional": "^19.7.1",
86
+ "@adonisjs/eslint-config": "^2.1.0",
87
+ "@adonisjs/prettier-config": "^1.4.5",
88
+ "@adonisjs/tsconfig": "^1.4.1",
91
89
  "@japa/assert": "^4.0.1",
92
90
  "@japa/expect-type": "^2.0.3",
93
91
  "@japa/file-system": "^2.3.2",
94
92
  "@japa/runner": "^4.2.0",
95
93
  "@japa/snapshot": "^2.0.8",
96
- "@release-it/conventional-changelog": "^10.0.0",
94
+ "@release-it/conventional-changelog": "^10.0.1",
97
95
  "@swc/core": "1.10.7",
98
- "@types/node": "^22.13.2",
96
+ "@types/node": "^24.0.3",
99
97
  "@types/pretty-hrtime": "^1.0.3",
100
- "@types/sinon": "^17.0.3",
101
- "@types/supertest": "^6.0.2",
98
+ "@types/sinon": "^17.0.4",
99
+ "@types/supertest": "^6.0.3",
102
100
  "@types/test-console": "^2.0.3",
103
- "@vinejs/vine": "^3.0.0",
104
- "argon2": "^0.41.1",
105
- "bcrypt": "^5.1.1",
101
+ "@vinejs/vine": "^3.0.1",
102
+ "argon2": "^0.43.0",
103
+ "bcrypt": "^6.0.0",
106
104
  "c8": "^10.1.3",
107
105
  "copyfiles": "^2.4.1",
108
106
  "cross-env": "^7.0.3",
109
107
  "del-cli": "^6.0.0",
110
108
  "edge.js": "^6.2.1",
111
- "eslint": "^9.20.1",
112
- "execa": "^9.5.2",
109
+ "eslint": "^9.29.0",
110
+ "execa": "^9.6.0",
113
111
  "get-port": "^7.1.0",
114
- "github-label-sync": "^2.3.1",
115
- "husky": "^9.1.7",
116
- "prettier": "^3.5.0",
117
- "release-it": "^18.1.2",
118
- "sinon": "^19.0.2",
119
- "supertest": "^7.0.0",
112
+ "prettier": "^3.5.3",
113
+ "release-it": "^19.0.3",
114
+ "sinon": "^21.0.0",
115
+ "supertest": "^7.1.1",
120
116
  "test-console": "^2.0.0",
121
117
  "timekeeper": "^2.3.1",
122
118
  "ts-node-maintained": "^10.9.5",
123
- "typescript": "^5.7.3"
119
+ "typescript": "^5.8.3"
124
120
  },
125
121
  "dependencies": {
126
122
  "@adonisjs/ace": "^13.3.0",
127
- "@adonisjs/application": "^8.3.1",
128
- "@adonisjs/bodyparser": "^10.0.3",
129
- "@adonisjs/config": "^5.0.2",
123
+ "@adonisjs/application": "^8.4.1",
124
+ "@adonisjs/bodyparser": "^10.1.0",
125
+ "@adonisjs/config": "^5.0.3",
130
126
  "@adonisjs/encryption": "^6.0.2",
131
- "@adonisjs/env": "^6.1.1",
127
+ "@adonisjs/env": "^6.2.0",
132
128
  "@adonisjs/events": "^9.0.2",
133
- "@adonisjs/fold": "^10.1.3",
134
- "@adonisjs/hash": "^9.0.5",
129
+ "@adonisjs/fold": "^10.2.0",
130
+ "@adonisjs/hash": "^9.1.1",
135
131
  "@adonisjs/health": "^2.0.0",
136
- "@adonisjs/http-server": "^7.4.0",
137
- "@adonisjs/logger": "^6.0.5",
132
+ "@adonisjs/http-server": "^7.7.0",
133
+ "@adonisjs/logger": "^6.0.6",
138
134
  "@adonisjs/repl": "^4.1.0",
139
- "@antfu/install-pkg": "^1.0.0",
135
+ "@antfu/install-pkg": "^1.1.0",
140
136
  "@paralleldrive/cuid2": "^2.2.2",
141
137
  "@poppinss/colors": "^4.1.4",
142
- "@poppinss/dumper": "^0.6.2",
138
+ "@poppinss/dumper": "^0.6.3",
143
139
  "@poppinss/macroable": "^1.0.4",
144
- "@poppinss/utils": "^6.9.2",
145
- "@sindresorhus/is": "^7.0.1",
140
+ "@poppinss/utils": "^6.10.0",
141
+ "@sindresorhus/is": "^7.0.2",
146
142
  "@types/he": "^1.2.3",
147
143
  "error-stack-parser-es": "^1.0.5",
148
144
  "he": "^1.2.0",
@@ -155,8 +151,8 @@
155
151
  "peerDependencies": {
156
152
  "@adonisjs/assembler": "^7.8.0",
157
153
  "@vinejs/vine": "^2.1.0 || ^3.0.0",
158
- "argon2": "^0.31.2 || ^0.41.0",
159
- "bcrypt": "^5.1.1",
154
+ "argon2": "^0.31.2 || ^0.41.0 || ^0.43.0",
155
+ "bcrypt": "^5.1.1 || ^6.0.0",
160
156
  "edge.js": "^6.2.0"
161
157
  },
162
158
  "peerDependenciesMeta": {