@adonisjs/assembler
Advanced tools
Comparing version 6.1.3-15 to 6.1.3-16
{ | ||
"name": "@adonisjs/assembler", | ||
"description": "Provides utilities to run AdonisJS development server and build project for production", | ||
"version": "6.1.3-15", | ||
"version": "6.1.3-16", | ||
"engines": { | ||
@@ -38,9 +38,9 @@ "node": ">=18.16.0" | ||
"@adonisjs/tsconfig": "^1.1.8", | ||
"@commitlint/cli": "^17.6.6", | ||
"@commitlint/config-conventional": "^17.6.6", | ||
"@commitlint/cli": "^17.6.7", | ||
"@commitlint/config-conventional": "^17.6.7", | ||
"@japa/assert": "^2.0.0-1", | ||
"@japa/file-system": "^2.0.0-1", | ||
"@japa/runner": "^3.0.0-6", | ||
"@swc/core": "^1.3.68", | ||
"@types/node": "^20.4.1", | ||
"@swc/core": "^1.3.70", | ||
"@types/node": "^20.4.3", | ||
"@types/picomatch": "^2.3.0", | ||
@@ -50,3 +50,3 @@ "c8": "^8.0.0", | ||
"del-cli": "^5.0.0", | ||
"eslint": "^8.44.0", | ||
"eslint": "^8.45.0", | ||
"github-label-sync": "^2.3.1", | ||
@@ -62,3 +62,3 @@ "husky": "^8.0.3", | ||
"@adonisjs/env": "^4.2.0-3", | ||
"@poppinss/chokidar-ts": "^4.1.0-4", | ||
"@poppinss/chokidar-ts": "^4.1.0-6", | ||
"@poppinss/cliui": "^6.1.1-3", | ||
@@ -65,0 +65,0 @@ "cpy": "^10.1.0", |
@@ -5,3 +5,3 @@ # @adonisjs/assembler | ||
[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url] [![snyk-image]][snyk-url] | ||
[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url] | ||
@@ -25,4 +25,4 @@ ## Introduction | ||
[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/adonisjs/assembler/test.yml?style=for-the-badge | ||
[gh-workflow-url]: https://github.com/adonisjs/assembler/actions/workflows/test.yml "Github action" | ||
[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/adonisjs/assembler/checks.yml?style=for-the-badge | ||
[gh-workflow-url]: https://github.com/adonisjs/assembler/actions/workflows/checks.yml "Github action" | ||
@@ -36,4 +36,1 @@ [npm-image]: https://img.shields.io/npm/v/@adonisjs/assembler/latest.svg?style=for-the-badge&logo=npm | ||
[license-image]: https://img.shields.io/github/license/adonisjs/ace?style=for-the-badge | ||
[snyk-image]: https://img.shields.io/snyk/vulnerabilities/github/adonisjs/assembler?label=snyk%20Vulnerabilities&style=for-the-badge | ||
[snyk-url]: https://snyk.io/test/github/adonisjs/assembler?targetFile=package.json "snyk" |
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
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
51137
34