@mountainpass/waycharter 2.0.5 → 2.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 +1 -1
- package/package.json +8 -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.7)
|
|
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.7",
|
|
4
4
|
"description": "Express middleware creating for HATEOAS level 3 RESTful/Hypermedia APIs",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -87,20 +87,21 @@
|
|
|
87
87
|
"express": "^4.x"
|
|
88
88
|
},
|
|
89
89
|
"overrides": {
|
|
90
|
-
"@types/lodash": "4.14.202"
|
|
90
|
+
"@types/lodash": "4.14.202",
|
|
91
|
+
"flat": "^5.0.2"
|
|
91
92
|
},
|
|
92
93
|
"devDependencies": {
|
|
93
94
|
"@babel/preset-env": "^7.29.0",
|
|
94
95
|
"@commitlint/cli": "^20.4.4",
|
|
95
96
|
"@commitlint/config-conventional": "^20.4.4",
|
|
96
|
-
"@cucumber/cucumber": "^
|
|
97
|
+
"@cucumber/cucumber": "^9.6.0",
|
|
97
98
|
"@istanbuljs/nyc-config-babel": "^3.0.0",
|
|
98
99
|
"@mountainpass/waychaser": "^5.0.29",
|
|
99
100
|
"@types/chai": "^4.3.0",
|
|
100
101
|
"@types/express": "^4.17.13",
|
|
101
102
|
"@types/node": "^25.5.0",
|
|
102
103
|
"@types/uri-template-lite": "^19.12.4",
|
|
103
|
-
"@typescript-eslint/parser": "^
|
|
104
|
+
"@typescript-eslint/parser": "^7.18.0",
|
|
104
105
|
"chai": "^4.5.0",
|
|
105
106
|
"chai-as-promised": "^7.1.2",
|
|
106
107
|
"concurrently": "^9.2.1",
|
|
@@ -111,18 +112,18 @@
|
|
|
111
112
|
"dirty-chai": "^2.0.1",
|
|
112
113
|
"dry-aged-deps": "^2.6.0",
|
|
113
114
|
"eslint": "^8.57.1",
|
|
114
|
-
"eslint-config-prettier": "^
|
|
115
|
+
"eslint-config-prettier": "^10.1.8",
|
|
115
116
|
"eslint-plugin-chai-friendly": "^1.1.0",
|
|
116
117
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
117
118
|
"eslint-plugin-import": "^2.32.0",
|
|
118
119
|
"eslint-plugin-jsdoc": "^50.8.0",
|
|
119
|
-
"eslint-plugin-json": "^
|
|
120
|
+
"eslint-plugin-json": "^4.0.1",
|
|
120
121
|
"eslint-plugin-markdown": "^3.0.1",
|
|
121
122
|
"eslint-plugin-md": "^1.0.19",
|
|
122
123
|
"eslint-plugin-node": "^11.1.0",
|
|
123
124
|
"eslint-plugin-prettier": "^5.5.5",
|
|
124
125
|
"eslint-plugin-promise": "^7.2.1",
|
|
125
|
-
"eslint-plugin-security": "^
|
|
126
|
+
"eslint-plugin-security": "^4.0.0",
|
|
126
127
|
"eslint-plugin-unicorn": "^48.0.1",
|
|
127
128
|
"express": "^4.17.1",
|
|
128
129
|
"fs-extra": "^11.3.4",
|