Socket
Socket
Sign inDemoInstall

@adonisjs/core

Package Overview
Dependencies
320
Maintainers
3
Versions
215
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.1.5-15 to 6.1.5-16

build/commands/make/view.d.ts

2

build/commands/commands.json

@@ -1,1 +0,1 @@

{"commands":[{"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":"watch","flagName":"watch","required":false,"type":"boolean","description":"Watch filesystem and restart the HTTP server on file change"},{"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":"Select the package manager you want to use to install production dependencies"},{"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","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/build.js"},{"commandName":"configure","description":"Configure a package post installation","help":"","namespace":null,"aliases":[],"flags":[{"name":"verbose","flagName":"verbose","required":false,"type":"boolean","description":"Display logs in verbose mode"}],"args":[{"name":"name","argumentName":"name","required":true,"description":"Package name","type":"string"}],"options":{},"filePath":"configure.js","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/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","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/eject.js"},{"commandName":"generate:key","description":"Generate a 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","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/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","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/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","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/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":{"allowUnknownFlags":true},"filePath":"make/command.js","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/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":"Convert controller class and file name to its singular form","alias":"r"},{"name":"resource","flagName":"resource","required":false,"type":"boolean","description":"Generate controller with resource actions","alias":"r"},{"name":"api","flagName":"api","required":false,"type":"boolean","description":"Generate controller with api resource actions","alias":"a"}],"args":[{"name":"name","argumentName":"name","required":true,"description":"The name of the controller","type":"string"}],"options":{"allowUnknownFlags":true},"filePath":"make/controller.js","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/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","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/make/event.js"},{"commandName":"make:exception","description":"Create a new ace 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","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/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 listener","type":"string"}],"options":{"allowUnknownFlags":true},"filePath":"make/listener.js","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/make/listener.js"},{"commandName":"make:middleware","description":"Create a new middleware class","help":"","namespace":"make","aliases":[],"flags":[],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the middleware","type":"string"}],"options":{"allowUnknownFlags":true},"filePath":"make/middleware.js","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/make/middleware.js"},{"commandName":"make:preload","description":"Create a new preload file inside the start directory","help":"","namespace":"make","aliases":[],"flags":[{"name":"environments","flagName":"environments","required":false,"type":"array","description":"Define the preload file's environment. Accepted values are \"web,console,test,repl\""}],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the preload file","type":"string"}],"options":{"allowUnknownFlags":true},"filePath":"make/preload.js","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/make/preload.js"},{"commandName":"make:provider","description":"Create a new service provider class","help":"","namespace":"make","aliases":[],"flags":[],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the provider","type":"string"}],"options":{"allowUnknownFlags":true},"filePath":"make/provider.js","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/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","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/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"}],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the test file","type":"string"}],"options":{"allowUnknownFlags":true},"filePath":"make/test.js","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/make/test.js"},{"commandName":"make:validator","description":"Create a new VineJS validator","help":"","namespace":"make","aliases":[],"flags":[],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the validator","type":"string"}],"options":{"allowUnknownFlags":true},"filePath":"make/validator.js","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/make/validator.js"},{"commandName":"repl","description":"Start a new REPL session","help":"","namespace":null,"aliases":[],"flags":[],"args":[],"options":{"startApp":true,"staysAlive":true},"filePath":"repl.js","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/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","```","","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":"watch","flagName":"watch","required":false,"type":"boolean","description":"Watch filesystem and restart the HTTP server on file change"},{"name":"poll","flagName":"poll","required":false,"type":"boolean","description":"Use polling to detect filesystem changes"},{"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","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/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","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/test.js"}],"version":1}
{"commands":[{"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":"watch","flagName":"watch","required":false,"type":"boolean","description":"Watch filesystem and restart the HTTP server on file change"},{"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":"Select the package manager you want to use to install production dependencies"},{"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","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/build.js"},{"commandName":"configure","description":"Configure a package post installation","help":"","namespace":null,"aliases":[],"flags":[{"name":"verbose","flagName":"verbose","required":false,"type":"boolean","description":"Display logs in verbose mode"}],"args":[{"name":"name","argumentName":"name","required":true,"description":"Package name","type":"string"}],"options":{},"filePath":"configure.js","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/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","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/eject.js"},{"commandName":"generate:key","description":"Generate a 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","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/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","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/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","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/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":{"allowUnknownFlags":true},"filePath":"make/command.js","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/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":"Convert controller class and file name to its singular form","alias":"r"},{"name":"resource","flagName":"resource","required":false,"type":"boolean","description":"Generate controller with resource actions","alias":"r"},{"name":"api","flagName":"api","required":false,"type":"boolean","description":"Generate controller with api resource actions","alias":"a"}],"args":[{"name":"name","argumentName":"name","required":true,"description":"The name of the controller","type":"string"}],"options":{"allowUnknownFlags":true},"filePath":"make/controller.js","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/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","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/make/event.js"},{"commandName":"make:exception","description":"Create a new ace 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","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/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 listener","type":"string"}],"options":{"allowUnknownFlags":true},"filePath":"make/listener.js","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/make/listener.js"},{"commandName":"make:middleware","description":"Create a new middleware class","help":"","namespace":"make","aliases":[],"flags":[],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the middleware","type":"string"}],"options":{"allowUnknownFlags":true},"filePath":"make/middleware.js","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/make/middleware.js"},{"commandName":"make:preload","description":"Create a new preload file inside the start directory","help":"","namespace":"make","aliases":[],"flags":[{"name":"environments","flagName":"environments","required":false,"type":"array","description":"Define the preload file's environment. Accepted values are \"web,console,test,repl\""}],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the preload file","type":"string"}],"options":{"allowUnknownFlags":true},"filePath":"make/preload.js","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/make/preload.js"},{"commandName":"make:provider","description":"Create a new service provider class","help":"","namespace":"make","aliases":[],"flags":[],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the provider","type":"string"}],"options":{"allowUnknownFlags":true},"filePath":"make/provider.js","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/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","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/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"}],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the test file","type":"string"}],"options":{"allowUnknownFlags":true},"filePath":"make/test.js","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/make/test.js"},{"commandName":"make:validator","description":"Create a new VineJS validator","help":"","namespace":"make","aliases":[],"flags":[],"args":[{"name":"name","argumentName":"name","required":true,"description":"Name of the validator","type":"string"}],"options":{"allowUnknownFlags":true},"filePath":"make/validator.js","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/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":{"allowUnknownFlags":true},"filePath":"make/view.js","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/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","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/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","```","","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":"watch","flagName":"watch","required":false,"type":"boolean","description":"Watch filesystem and restart the HTTP server on file change"},{"name":"poll","flagName":"poll","required":false,"type":"boolean","description":"Use polling to detect filesystem changes"},{"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","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/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","absoluteFilePath":"/Users/virk/code/adonisjs/core/core/build/commands/test.js"}],"version":1}

@@ -29,3 +29,3 @@ /*

app.rcFile.commands.forEach((commandModule) => {
kernel.addLoader(() => app.import(commandModule));
kernel.addLoader(() => typeof commandModule === 'function' ? commandModule() : app.import(commandModule));
});

@@ -32,0 +32,0 @@ /**

export * from '@adonisjs/http-server';
export { RequestValidator } from './request_validator.js';

@@ -10,2 +10,1 @@ /*

export * from '@adonisjs/http-server';
export { RequestValidator } from './request_validator.js';

@@ -1,3 +0,1 @@

/// <reference types="@types/node" resolution-mode="require"/>
import is from '@sindresorhus/is';
/**

@@ -9,17 +7,112 @@ * @deprecated

declare const types: {
lookup: typeof is;
isNull: (value: unknown) => value is null;
isBoolean: (value: unknown) => value is boolean;
isBuffer: (value: unknown) => value is Buffer;
isNumber: (value: unknown) => value is number;
isString: (value: unknown) => value is string;
lookup: ((value: unknown) => import("@sindresorhus/is").TypeName) & {
all: typeof import("@sindresorhus/is").isAll;
any: typeof import("@sindresorhus/is").isAny;
array: typeof import("@sindresorhus/is").isArray;
arrayBuffer: typeof import("@sindresorhus/is").isArrayBuffer;
arrayLike: typeof import("@sindresorhus/is").isArrayLike;
asyncFunction: typeof import("@sindresorhus/is").isAsyncFunction;
asyncGenerator: typeof import("@sindresorhus/is").isAsyncGenerator;
asyncGeneratorFunction: typeof import("@sindresorhus/is").isAsyncGeneratorFunction;
asyncIterable: typeof import("@sindresorhus/is").isAsyncIterable;
bigint: typeof import("@sindresorhus/is").isBigint;
bigInt64Array: typeof import("@sindresorhus/is").isBigInt64Array;
bigUint64Array: typeof import("@sindresorhus/is").isBigUint64Array;
blob: typeof import("@sindresorhus/is").isBlob;
boolean: typeof import("@sindresorhus/is").isBoolean;
boundFunction: typeof import("@sindresorhus/is").isBoundFunction;
buffer: typeof import("@sindresorhus/is").isBuffer;
class: typeof import("@sindresorhus/is").isClass;
class_: typeof import("@sindresorhus/is").isClass;
dataView: typeof import("@sindresorhus/is").isDataView;
date: typeof import("@sindresorhus/is").isDate;
detect: (value: unknown) => import("@sindresorhus/is").TypeName;
directInstanceOf: typeof import("@sindresorhus/is").isDirectInstanceOf;
domElement: typeof import("@sindresorhus/is").isHtmlElement;
emptyArray: typeof import("@sindresorhus/is").isEmptyArray;
emptyMap: typeof import("@sindresorhus/is").isEmptyMap;
emptyObject: typeof import("@sindresorhus/is").isEmptyObject;
emptySet: typeof import("@sindresorhus/is").isEmptySet;
emptyString: typeof import("@sindresorhus/is").isEmptyString;
emptyStringOrWhitespace: typeof import("@sindresorhus/is").isEmptyStringOrWhitespace;
enumCase: typeof import("@sindresorhus/is").isEnumCase;
error: typeof import("@sindresorhus/is").isError;
evenInteger: typeof import("@sindresorhus/is").isEvenInteger;
falsy: typeof import("@sindresorhus/is").isFalsy;
float32Array: typeof import("@sindresorhus/is").isFloat32Array;
float64Array: typeof import("@sindresorhus/is").isFloat64Array;
formData: typeof import("@sindresorhus/is").isFormData;
function: typeof import("@sindresorhus/is").isFunction;
function_: typeof import("@sindresorhus/is").isFunction;
generator: typeof import("@sindresorhus/is").isGenerator;
generatorFunction: typeof import("@sindresorhus/is").isGeneratorFunction;
htmlElement: typeof import("@sindresorhus/is").isHtmlElement;
infinite: typeof import("@sindresorhus/is").isInfinite;
inRange: typeof import("@sindresorhus/is").isInRange;
int16Array: typeof import("@sindresorhus/is").isInt16Array;
int32Array: typeof import("@sindresorhus/is").isInt32Array;
int8Array: typeof import("@sindresorhus/is").isInt8Array;
integer: typeof import("@sindresorhus/is").isInteger;
iterable: typeof import("@sindresorhus/is").isIterable;
map: typeof import("@sindresorhus/is").isMap;
nan: typeof import("@sindresorhus/is").isNan;
nativePromise: typeof import("@sindresorhus/is").isNativePromise;
negativeNumber: typeof import("@sindresorhus/is").isNegativeNumber;
nodeStream: typeof import("@sindresorhus/is").isNodeStream;
nonEmptyArray: typeof import("@sindresorhus/is").isNonEmptyArray;
nonEmptyMap: typeof import("@sindresorhus/is").isNonEmptyMap;
nonEmptyObject: typeof import("@sindresorhus/is").isNonEmptyObject;
nonEmptySet: typeof import("@sindresorhus/is").isNonEmptySet;
nonEmptyString: typeof import("@sindresorhus/is").isNonEmptyString;
nonEmptyStringAndNotWhitespace: typeof import("@sindresorhus/is").isNonEmptyStringAndNotWhitespace;
null: typeof import("@sindresorhus/is").isNull;
null_: typeof import("@sindresorhus/is").isNull;
nullOrUndefined: typeof import("@sindresorhus/is").isNullOrUndefined;
number: typeof import("@sindresorhus/is").isNumber;
numericString: typeof import("@sindresorhus/is").isNumericString;
object: typeof import("@sindresorhus/is").isObject;
observable: typeof import("@sindresorhus/is").isObservable;
oddInteger: typeof import("@sindresorhus/is").isOddInteger;
plainObject: typeof import("@sindresorhus/is").isPlainObject;
positiveNumber: typeof import("@sindresorhus/is").isPositiveNumber;
primitive: typeof import("@sindresorhus/is").isPrimitive;
promise: typeof import("@sindresorhus/is").isPromise;
propertyKey: typeof import("@sindresorhus/is").isPropertyKey;
regExp: typeof import("@sindresorhus/is").isRegExp;
safeInteger: typeof import("@sindresorhus/is").isSafeInteger;
set: typeof import("@sindresorhus/is").isSet;
sharedArrayBuffer: typeof import("@sindresorhus/is").isSharedArrayBuffer;
string: typeof import("@sindresorhus/is").isString;
symbol: typeof import("@sindresorhus/is").isSymbol;
truthy: typeof import("@sindresorhus/is").isTruthy;
tupleLike: typeof import("@sindresorhus/is").isTupleLike;
typedArray: typeof import("@sindresorhus/is").isTypedArray;
uint16Array: typeof import("@sindresorhus/is").isUint16Array;
uint32Array: typeof import("@sindresorhus/is").isUint32Array;
uint8Array: typeof import("@sindresorhus/is").isUint8Array;
uint8ClampedArray: typeof import("@sindresorhus/is").isUint8ClampedArray;
undefined: typeof import("@sindresorhus/is").isUndefined;
urlInstance: typeof import("@sindresorhus/is").isUrlInstance;
urlSearchParams: typeof import("@sindresorhus/is").isUrlSearchParams;
urlString: typeof import("@sindresorhus/is").isUrlString;
validLength: typeof import("@sindresorhus/is").isValidLength;
weakMap: typeof import("@sindresorhus/is").isWeakMap;
weakRef: typeof import("@sindresorhus/is").isWeakRef;
weakSet: typeof import("@sindresorhus/is").isWeakSet;
whitespaceString: typeof import("@sindresorhus/is").isWhitespaceString;
};
isNull: typeof import("@sindresorhus/is").isNull;
isBoolean: typeof import("@sindresorhus/is").isBoolean;
isBuffer: typeof import("@sindresorhus/is").isBuffer;
isNumber: typeof import("@sindresorhus/is").isNumber;
isString: typeof import("@sindresorhus/is").isString;
isArguments: any;
isObject: (value: unknown) => value is object;
isDate: (value: unknown) => value is Date;
isArray: <T = unknown>(value: unknown, assertion?: ((value: T) => value is T) | undefined) => value is T[];
isRegexp: (value: unknown) => value is RegExp;
isError: (value: unknown) => value is Error;
isFunction: (value: unknown) => value is Function;
isClass: (value: unknown) => value is import("@sindresorhus/is").Class;
isInteger: (value: unknown) => value is number;
isObject: typeof import("@sindresorhus/is").isObject;
isDate: typeof import("@sindresorhus/is").isDate;
isArray: typeof import("@sindresorhus/is").isArray;
isRegexp: typeof import("@sindresorhus/is").isRegExp;
isError: typeof import("@sindresorhus/is").isError;
isFunction: typeof import("@sindresorhus/is").isFunction;
isClass: typeof import("@sindresorhus/is").isClass;
isInteger: typeof import("@sindresorhus/is").isInteger;
isFloat(value: number): value is number;

@@ -26,0 +119,0 @@ isDecimal(value: string | number, options?: {

{
"name": "@adonisjs/core",
"description": "Core of AdonisJS",
"version": "6.1.5-15",
"version": "6.1.5-16",
"engines": {

@@ -39,3 +39,2 @@ "node": ">=18.16.0"

"./helpers/*": "./build/src/helpers/*.js",
"./vinejs/extensions": "./build/src/vinejs/extensions/main.js",
"./ace": "./build/modules/ace/main.js",

@@ -85,4 +84,4 @@ "./ace/shell": "./build/modules/ace/shell.js",

"@adonisjs/tsconfig": "^1.1.8",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@japa/assert": "2.0.0-1",

@@ -92,4 +91,4 @@ "@japa/expect-type": "2.0.0-0",

"@japa/runner": "^3.0.0-5",
"@swc/core": "^1.3.72",
"@types/node": "^20.4.5",
"@swc/core": "^1.3.78",
"@types/node": "^20.5.1",
"@types/pretty-hrtime": "^1.0.1",

@@ -104,3 +103,4 @@ "@types/sinon": "^10.0.15",

"del-cli": "^5.0.0",
"eslint": "^8.46.0",
"edge.js": "^6.0.0-8",
"eslint": "^8.47.0",
"get-port": "^7.0.0",

@@ -110,3 +110,3 @@ "github-label-sync": "^2.3.1",

"np": "^8.0.4",
"prettier": "^3.0.0",
"prettier": "^3.0.2",
"sinon": "^15.2.0",

@@ -120,3 +120,3 @@ "supertest": "^6.3.3",

"@adonisjs/ace": "^12.3.1-9",
"@adonisjs/application": "^7.1.2-9",
"@adonisjs/application": "^7.1.2-11",
"@adonisjs/bodyparser": "^9.3.2-7",

@@ -133,8 +133,8 @@ "@adonisjs/config": "^4.2.1-3",

"@antfu/install-pkg": "^0.1.1",
"@paralleldrive/cuid2": "^2.2.0",
"@paralleldrive/cuid2": "^2.2.2",
"@poppinss/macroable": "^1.0.0-7",
"@poppinss/utils": "^6.5.0-3",
"@sindresorhus/is": "^5.6.0",
"@sindresorhus/is": "^6.0.0",
"@types/he": "^1.2.0",
"execa": "^7.2.0",
"execa": "^8.0.1",
"he": "^1.2.0",

@@ -151,3 +151,4 @@ "parse-imports": "^1.1.2",

"argon2": "^0.30.3",
"bcrypt": "^5.0.1"
"bcrypt": "^5.0.1",
"edge.js": "^6.0.0-8"
},

@@ -166,2 +167,5 @@ "peerDependenciesMeta": {

"optional": true
},
"edge.js": {
"optional": true
}

@@ -168,0 +172,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc