@adonisjs/assembler
Advanced tools
Comparing version 6.1.3-22 to 6.1.3-23
@@ -142,3 +142,3 @@ import { fileURLToPath } from 'node:url'; | ||
addCommand(commandPath) { | ||
const commandsProperty = this.#getPropertyAssignmentInDefineConfigCall('providers', '[]'); | ||
const commandsProperty = this.#getPropertyAssignmentInDefineConfigCall('commands', '[]'); | ||
const commandsArray = commandsProperty.getInitializerIfKindOrThrow(SyntaxKind.ArrayLiteralExpression); | ||
@@ -145,0 +145,0 @@ const commandString = `() => import('${commandPath}')`; |
{ | ||
"name": "@adonisjs/assembler", | ||
"description": "Provides utilities to run AdonisJS development server and build project for production", | ||
"version": "6.1.3-22", | ||
"version": "6.1.3-23", | ||
"engines": { | ||
@@ -6,0 +6,0 @@ "node": ">=18.16.0" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71967
1