@mountainpass/waycharter 2.0.10 → 2.0.12
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 +9 -8
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.12)
|
|
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.12",
|
|
4
4
|
"description": "Express middleware creating for HATEOAS level 3 RESTful/Hypermedia APIs",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -92,24 +92,24 @@
|
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
94
|
"@babel/preset-env": "^7.29.0",
|
|
95
|
-
"@commitlint/cli": "^20.
|
|
96
|
-
"@commitlint/config-conventional": "^20.
|
|
95
|
+
"@commitlint/cli": "^20.5.0",
|
|
96
|
+
"@commitlint/config-conventional": "^20.5.0",
|
|
97
97
|
"@cucumber/cucumber": "^12.7.0",
|
|
98
98
|
"@istanbuljs/nyc-config-babel": "^3.0.0",
|
|
99
|
-
"@mountainpass/waychaser": "^5.0.
|
|
100
|
-
"@types/chai": "^
|
|
99
|
+
"@mountainpass/waychaser": "^5.0.41",
|
|
100
|
+
"@types/chai": "^5.2.3",
|
|
101
101
|
"@types/express": "^4.17.13",
|
|
102
102
|
"@types/node": "^25.5.0",
|
|
103
103
|
"@types/uri-template-lite": "^19.12.4",
|
|
104
104
|
"@typescript-eslint/parser": "^7.18.0",
|
|
105
|
-
"chai": "^
|
|
106
|
-
"chai-as-promised": "^
|
|
105
|
+
"chai": "^6.2.2",
|
|
106
|
+
"chai-as-promised": "^8.0.2",
|
|
107
107
|
"concurrently": "^9.2.1",
|
|
108
108
|
"conventional-changelog-cli": "^5.0.0",
|
|
109
109
|
"conventional-recommended-bump": "^11.2.0",
|
|
110
110
|
"cross-fetch": "^4.1.0",
|
|
111
111
|
"depcheck": "^1.4.7",
|
|
112
|
-
"dirty-chai": "^
|
|
112
|
+
"dirty-chai": "^3.0.0",
|
|
113
113
|
"dry-aged-deps": "^2.6.0",
|
|
114
114
|
"eslint": "^8.57.1",
|
|
115
115
|
"eslint-config-prettier": "^10.1.8",
|
|
@@ -145,6 +145,7 @@
|
|
|
145
145
|
"snyk": "^1.1303.1",
|
|
146
146
|
"start-server-and-test": "^2.1.5",
|
|
147
147
|
"ts-node": "^10.9.2",
|
|
148
|
+
"tsx": "^4.21.0",
|
|
148
149
|
"typescript": "^5.9.3",
|
|
149
150
|
"unique-names-generator": "^4.7.1"
|
|
150
151
|
},
|