@mountainpass/waycharter 2.0.14 → 2.0.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.
- package/README.md +1 -1
- package/package.json +5 -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.16)
|
|
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.16",
|
|
4
4
|
"description": "Express middleware creating for HATEOAS level 3 RESTful/Hypermedia APIs",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -80,7 +80,6 @@
|
|
|
80
80
|
"@mountainpass/problem-document": "^0.0.56",
|
|
81
81
|
"debug": "^4.4.3",
|
|
82
82
|
"http-link-header": "^1.1.3",
|
|
83
|
-
"jsonpointer": "^5.0.1",
|
|
84
83
|
"uri-template-lite": "^23.4.0"
|
|
85
84
|
},
|
|
86
85
|
"peerDependencies": {
|
|
@@ -98,7 +97,7 @@
|
|
|
98
97
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
|
|
99
98
|
"@eslint/js": "^9.39.4",
|
|
100
99
|
"@istanbuljs/nyc-config-babel": "^3.0.0",
|
|
101
|
-
"@mountainpass/waychaser": "^5.0.
|
|
100
|
+
"@mountainpass/waychaser": "^5.0.43",
|
|
102
101
|
"@types/chai": "^5.2.3",
|
|
103
102
|
"@types/express": "^4.17.13",
|
|
104
103
|
"@types/node": "^25.5.0",
|
|
@@ -126,14 +125,14 @@
|
|
|
126
125
|
"eslint-plugin-unicorn": "^63.0.0",
|
|
127
126
|
"express": "^4.17.1",
|
|
128
127
|
"fs-extra": "^11.3.4",
|
|
129
|
-
"globals": "^
|
|
128
|
+
"globals": "^17.4.0",
|
|
130
129
|
"humanize-duration": "^3.33.2",
|
|
131
130
|
"husky": "^9.1.7",
|
|
132
|
-
"imagemin-lint-staged": "^0.5.1",
|
|
133
131
|
"istanbul": "^0.4.5",
|
|
134
132
|
"jscpd": "^4.0.8",
|
|
135
133
|
"jsdoc": "^4.0.5",
|
|
136
134
|
"lint-staged": "^16.4.0",
|
|
135
|
+
"markdown-eslint-parser": "^1.2.1",
|
|
137
136
|
"markdownlint": "^0.40.0",
|
|
138
137
|
"multer": "^2.1.1",
|
|
139
138
|
"nodemon": "^3.1.14",
|
|
@@ -152,7 +151,6 @@
|
|
|
152
151
|
"lint-staged": {
|
|
153
152
|
"*.{js,md}": "eslint --fix",
|
|
154
153
|
"*.{sh}": "shellcheck",
|
|
155
|
-
"*.{json,css,md,yaml,yml,html,less,scss}": "prettier --write"
|
|
156
|
-
"*.{png,jpeg,jpg,gif,svg}": "imagemin-lint-staged"
|
|
154
|
+
"*.{json,css,md,yaml,yml,html,less,scss}": "prettier --write"
|
|
157
155
|
}
|
|
158
156
|
}
|