@mountainpass/waycharter 2.0.20 → 2.0.21
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 +1 -1
- package/package.json +5 -3
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ This library is compatible with Node.js 10.x, 12.x and 14.x
|
|
|
13
13
|
|
|
14
14
|
<!-- [](https://www.codacy.com/gh/mountain-pass/waycharter/dashboard?utm_source=github.com&utm_medium=referral&utm_content=mountain-pass/waycharter&utm_campaign=Badge_Grade) [](https://www.codacy.com/gh/mountain-pass/waycharter/dashboard?utm_source=github.com&utm_medium=referral&utm_content=mountain-pass/waycharter&utm_campaign=Badge_Coverage) -->
|
|
15
15
|
|
|
16
|
-
[](https://snyk.io/test/github/mountain-pass/waycharter) [](https://snyk.io/test/github/mountain-pass/waycharter) [](https://snyk.io/test/npm/@mountainpass/waycharter/2.0.21)
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
[](https://conventionalcommits.org) [](https://github.com/prettier/prettier)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mountainpass/waycharter",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.21",
|
|
4
4
|
"description": "Express middleware creating for HATEOAS level 3 RESTful/Hypermedia APIs",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -87,10 +87,12 @@
|
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
89
|
"@babel/preset-env": "^7.29.0",
|
|
90
|
+
"@babel/register": "^7.28.6",
|
|
90
91
|
"@commitlint/cli": "^20.5.0",
|
|
91
92
|
"@commitlint/config-conventional": "^20.5.0",
|
|
92
93
|
"@cucumber/cucumber": "^12.7.0",
|
|
93
94
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
|
|
95
|
+
"@eslint/json": "^1.1.0",
|
|
94
96
|
"@eslint/markdown": "^7.5.1",
|
|
95
97
|
"@istanbuljs/nyc-config-babel": "^3.0.0",
|
|
96
98
|
"@mountainpass/waychaser": "^5.0.43",
|
|
@@ -99,6 +101,7 @@
|
|
|
99
101
|
"@types/node": "^25.5.0",
|
|
100
102
|
"@types/uri-template-lite": "^19.12.4",
|
|
101
103
|
"@typescript-eslint/parser": "^8.57.0",
|
|
104
|
+
"babel-plugin-istanbul": "^7.0.1",
|
|
102
105
|
"chai": "^6.2.2",
|
|
103
106
|
"chai-as-promised": "^8.0.2",
|
|
104
107
|
"conventional-changelog-cli": "^5.0.0",
|
|
@@ -107,11 +110,10 @@
|
|
|
107
110
|
"depcheck": "^1.4.7",
|
|
108
111
|
"dirty-chai": "^3.0.0",
|
|
109
112
|
"dry-aged-deps": "^2.6.0",
|
|
110
|
-
"eslint": "^
|
|
113
|
+
"eslint": "^10.0.3",
|
|
111
114
|
"eslint-config-prettier": "^10.1.8",
|
|
112
115
|
"eslint-plugin-chai-friendly": "^1.1.0",
|
|
113
116
|
"eslint-plugin-jsdoc": "^62.8.0",
|
|
114
|
-
"eslint-plugin-json": "^4.0.1",
|
|
115
117
|
"eslint-plugin-n": "^17.24.0",
|
|
116
118
|
"eslint-plugin-prettier": "^5.5.5",
|
|
117
119
|
"eslint-plugin-promise": "^7.2.1",
|