@mountainpass/waycharter 2.0.16 → 2.0.17
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 +1 -7
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.17)
|
|
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.17",
|
|
4
4
|
"description": "Express middleware creating for HATEOAS level 3 RESTful/Hypermedia APIs",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -105,7 +105,6 @@
|
|
|
105
105
|
"@typescript-eslint/parser": "^8.57.0",
|
|
106
106
|
"chai": "^6.2.2",
|
|
107
107
|
"chai-as-promised": "^8.0.2",
|
|
108
|
-
"concurrently": "^9.2.1",
|
|
109
108
|
"conventional-changelog-cli": "^5.0.0",
|
|
110
109
|
"conventional-recommended-bump": "^11.2.0",
|
|
111
110
|
"cross-fetch": "^4.1.0",
|
|
@@ -126,17 +125,12 @@
|
|
|
126
125
|
"express": "^4.17.1",
|
|
127
126
|
"fs-extra": "^11.3.4",
|
|
128
127
|
"globals": "^17.4.0",
|
|
129
|
-
"humanize-duration": "^3.33.2",
|
|
130
128
|
"husky": "^9.1.7",
|
|
131
|
-
"istanbul": "^0.4.5",
|
|
132
129
|
"jscpd": "^4.0.8",
|
|
133
|
-
"jsdoc": "^4.0.5",
|
|
134
130
|
"lint-staged": "^16.4.0",
|
|
135
131
|
"markdown-eslint-parser": "^1.2.1",
|
|
136
|
-
"markdownlint": "^0.40.0",
|
|
137
132
|
"multer": "^2.1.1",
|
|
138
133
|
"nodemon": "^3.1.14",
|
|
139
|
-
"npm-check": "^6.0.1",
|
|
140
134
|
"npm-run-all": "^4.1.5",
|
|
141
135
|
"nyc": "^18.0.0",
|
|
142
136
|
"prettier": "^3.8.1",
|