@adonisjs/assembler 6.1.3-15 → 6.1.3-16

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.
Files changed (2) hide show
  1. package/README.md +3 -6
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  <br />
4
4
 
5
- [![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url] [![snyk-image]][snyk-url]
5
+ [![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url]
6
6
 
7
7
  ## Introduction
8
8
  Assembler exports the API for starting the **AdonisJS development server**, **building project for production** and **running tests** in watch mode. Assembler must be used during development only.
@@ -21,8 +21,8 @@ In order to ensure that the AdonisJS community is welcoming to all, please revie
21
21
  ## License
22
22
  AdonisJS Assembler is open-sourced software licensed under the [MIT license](LICENSE.md).
23
23
 
24
- [gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/adonisjs/assembler/test.yml?style=for-the-badge
25
- [gh-workflow-url]: https://github.com/adonisjs/assembler/actions/workflows/test.yml "Github action"
24
+ [gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/adonisjs/assembler/checks.yml?style=for-the-badge
25
+ [gh-workflow-url]: https://github.com/adonisjs/assembler/actions/workflows/checks.yml "Github action"
26
26
 
27
27
  [npm-image]: https://img.shields.io/npm/v/@adonisjs/assembler/latest.svg?style=for-the-badge&logo=npm
28
28
  [npm-url]: https://npmjs.org/package/@adonisjs/assembler/v/latest "npm"
@@ -31,6 +31,3 @@ AdonisJS Assembler is open-sourced software licensed under the [MIT license](LIC
31
31
 
32
32
  [license-url]: LICENSE.md
33
33
  [license-image]: https://img.shields.io/github/license/adonisjs/ace?style=for-the-badge
34
-
35
- [snyk-image]: https://img.shields.io/snyk/vulnerabilities/github/adonisjs/assembler?label=snyk%20Vulnerabilities&style=for-the-badge
36
- [snyk-url]: https://snyk.io/test/github/adonisjs/assembler?targetFile=package.json "snyk"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@adonisjs/assembler",
3
3
  "description": "Provides utilities to run AdonisJS development server and build project for production",
4
- "version": "6.1.3-15",
4
+ "version": "6.1.3-16",
5
5
  "engines": {
6
6
  "node": ">=18.16.0"
7
7
  },
@@ -35,18 +35,18 @@
35
35
  "@adonisjs/eslint-config": "^1.1.8",
36
36
  "@adonisjs/prettier-config": "^1.1.8",
37
37
  "@adonisjs/tsconfig": "^1.1.8",
38
- "@commitlint/cli": "^17.6.6",
39
- "@commitlint/config-conventional": "^17.6.6",
38
+ "@commitlint/cli": "^17.6.7",
39
+ "@commitlint/config-conventional": "^17.6.7",
40
40
  "@japa/assert": "^2.0.0-1",
41
41
  "@japa/file-system": "^2.0.0-1",
42
42
  "@japa/runner": "^3.0.0-6",
43
- "@swc/core": "^1.3.68",
44
- "@types/node": "^20.4.1",
43
+ "@swc/core": "^1.3.70",
44
+ "@types/node": "^20.4.3",
45
45
  "@types/picomatch": "^2.3.0",
46
46
  "c8": "^8.0.0",
47
47
  "cross-env": "^7.0.3",
48
48
  "del-cli": "^5.0.0",
49
- "eslint": "^8.44.0",
49
+ "eslint": "^8.45.0",
50
50
  "github-label-sync": "^2.3.1",
51
51
  "husky": "^8.0.3",
52
52
  "np": "^8.0.4",
@@ -57,7 +57,7 @@
57
57
  },
58
58
  "dependencies": {
59
59
  "@adonisjs/env": "^4.2.0-3",
60
- "@poppinss/chokidar-ts": "^4.1.0-4",
60
+ "@poppinss/chokidar-ts": "^4.1.0-6",
61
61
  "@poppinss/cliui": "^6.1.1-3",
62
62
  "cpy": "^10.1.0",
63
63
  "execa": "^7.1.1",