@mountainpass/waycharter 2.0.17 → 2.0.19
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 +3 -9
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.19)
|
|
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.19",
|
|
4
4
|
"description": "Express middleware creating for HATEOAS level 3 RESTful/Hypermedia APIs",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -85,17 +85,14 @@
|
|
|
85
85
|
"peerDependencies": {
|
|
86
86
|
"express": "^4.x"
|
|
87
87
|
},
|
|
88
|
-
"overrides": {
|
|
89
|
-
"@types/lodash": "4.14.202",
|
|
90
|
-
"flat": "^5.0.2"
|
|
91
|
-
},
|
|
88
|
+
"overrides": {},
|
|
92
89
|
"devDependencies": {
|
|
93
90
|
"@babel/preset-env": "^7.29.0",
|
|
94
91
|
"@commitlint/cli": "^20.5.0",
|
|
95
92
|
"@commitlint/config-conventional": "^20.5.0",
|
|
96
93
|
"@cucumber/cucumber": "^12.7.0",
|
|
97
94
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
|
|
98
|
-
"@eslint/
|
|
95
|
+
"@eslint/markdown": "^7.5.1",
|
|
99
96
|
"@istanbuljs/nyc-config-babel": "^3.0.0",
|
|
100
97
|
"@mountainpass/waychaser": "^5.0.43",
|
|
101
98
|
"@types/chai": "^5.2.3",
|
|
@@ -116,7 +113,6 @@
|
|
|
116
113
|
"eslint-plugin-chai-friendly": "^1.1.0",
|
|
117
114
|
"eslint-plugin-jsdoc": "^62.8.0",
|
|
118
115
|
"eslint-plugin-json": "^4.0.1",
|
|
119
|
-
"eslint-plugin-md": "^1.0.19",
|
|
120
116
|
"eslint-plugin-n": "^17.24.0",
|
|
121
117
|
"eslint-plugin-prettier": "^5.5.5",
|
|
122
118
|
"eslint-plugin-promise": "^7.2.1",
|
|
@@ -128,7 +124,6 @@
|
|
|
128
124
|
"husky": "^9.1.7",
|
|
129
125
|
"jscpd": "^4.0.8",
|
|
130
126
|
"lint-staged": "^16.4.0",
|
|
131
|
-
"markdown-eslint-parser": "^1.2.1",
|
|
132
127
|
"multer": "^2.1.1",
|
|
133
128
|
"nodemon": "^3.1.14",
|
|
134
129
|
"npm-run-all": "^4.1.5",
|
|
@@ -136,7 +131,6 @@
|
|
|
136
131
|
"prettier": "^3.8.1",
|
|
137
132
|
"shellcheck": "^4.1.0",
|
|
138
133
|
"snyk": "^1.1303.1",
|
|
139
|
-
"start-server-and-test": "^2.1.5",
|
|
140
134
|
"ts-node": "^10.9.2",
|
|
141
135
|
"tsx": "^4.21.0",
|
|
142
136
|
"typescript": "^5.9.3",
|