@adonisjs/repl 4.0.0-6 → 4.0.0-7
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.
- package/README.md +3 -6
- 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]
|
|
5
|
+
[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url]
|
|
6
6
|
|
|
7
7
|
## Introduction
|
|
8
8
|
REPL for AdonisJS applications. Syntax highlighting, bracket matching, ESM and TypeScript support out of the box.
|
|
@@ -21,8 +21,8 @@ In order to ensure that the AdonisJS community is welcoming to all, please revie
|
|
|
21
21
|
## License
|
|
22
22
|
AdonisJS Repl 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/repl/
|
|
25
|
-
[gh-workflow-url]: https://github.com/adonisjs/repl/actions/workflows/
|
|
24
|
+
[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/adonisjs/repl/checks.yml?style=for-the-badge
|
|
25
|
+
[gh-workflow-url]: https://github.com/adonisjs/repl/actions/workflows/checks.yml "Github action"
|
|
26
26
|
|
|
27
27
|
[npm-image]: https://img.shields.io/npm/v/@adonisjs/repl/latest.svg?style=for-the-badge&logo=npm
|
|
28
28
|
[npm-url]: https://www.npmjs.com/package/@adonisjs/repl/v/latest "npm"
|
|
@@ -31,6 +31,3 @@ AdonisJS Repl is open-sourced software licensed under the [MIT license](LICENSE.
|
|
|
31
31
|
|
|
32
32
|
[license-url]: LICENSE.md
|
|
33
33
|
[license-image]: https://img.shields.io/github/license/adonisjs/repl?style=for-the-badge
|
|
34
|
-
|
|
35
|
-
[snyk-image]: https://img.shields.io/snyk/vulnerabilities/github/adonisjs/repl?label=Snyk%20Vulnerabilities&style=for-the-badge
|
|
36
|
-
[snyk-url]: https://snyk.io/test/github/adonisjs/repl?targetFile=package.json "snyk"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adonisjs/repl",
|
|
3
3
|
"description": "REPL for AdonisJS",
|
|
4
|
-
"version": "4.0.0-
|
|
4
|
+
"version": "4.0.0-7",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.16.0"
|
|
7
7
|
},
|
|
@@ -35,20 +35,20 @@
|
|
|
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.
|
|
39
|
-
"@commitlint/config-conventional": "^17.
|
|
38
|
+
"@commitlint/cli": "^17.7.1",
|
|
39
|
+
"@commitlint/config-conventional": "^17.7.0",
|
|
40
40
|
"@japa/assert": "^2.0.0-1",
|
|
41
41
|
"@japa/runner": "^3.0.0-2",
|
|
42
|
-
"@swc/core": "^1.3.
|
|
43
|
-
"@types/node": "^20.
|
|
42
|
+
"@swc/core": "^1.3.78",
|
|
43
|
+
"@types/node": "^20.5.3",
|
|
44
44
|
"c8": "^8.0.1",
|
|
45
45
|
"copyfiles": "^2.4.1",
|
|
46
46
|
"del-cli": "^5.0.0",
|
|
47
|
-
"eslint": "^8.
|
|
47
|
+
"eslint": "^8.47.0",
|
|
48
48
|
"github-label-sync": "^2.3.1",
|
|
49
49
|
"husky": "^8.0.3",
|
|
50
50
|
"np": "^8.0.4",
|
|
51
|
-
"prettier": "^3.0.
|
|
51
|
+
"prettier": "^3.0.2",
|
|
52
52
|
"ts-node": "^10.9.1",
|
|
53
53
|
"typescript": "^5.1.3"
|
|
54
54
|
},
|