@mountainpass/waycharter 2.0.19 → 2.0.21

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -5
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
  <!-- [![Quality](https://img.shields.io/codacy/grade/940768d54f7545f7b42f89b26c23c751?logo=codacy)](https://www.codacy.com/gh/mountain-pass/waycharter/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=mountain-pass/waycharter&amp;utm_campaign=Badge_Grade) [![Coverage](https://img.shields.io/codacy/coverage/940768d54f7545f7b42f89b26c23c751?logo=codacy)](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
- [![source code vulnerabilities](https://img.shields.io/snyk/vulnerabilities/github/mountain-pass/waycharter?label=source%20code%20vulnerabilities&logo=snyk)](https://snyk.io/test/github/mountain-pass/waycharter) [![npm package vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/@mountainpass/waycharter@2.0.19?label=npm%20package%20vulnerabilties&logo=snyk)](https://snyk.io/test/npm/@mountainpass/waycharter/2.0.19)
16
+ [![source code vulnerabilities](https://img.shields.io/snyk/vulnerabilities/github/mountain-pass/waycharter?label=source%20code%20vulnerabilities&logo=snyk)](https://snyk.io/test/github/mountain-pass/waycharter) [![npm package vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/@mountainpass/waycharter@2.0.21?label=npm%20package%20vulnerabilties&logo=snyk)](https://snyk.io/test/npm/@mountainpass/waycharter/2.0.21)
17
17
 
18
18
 
19
19
  [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mountainpass/waycharter",
3
- "version": "2.0.19",
3
+ "version": "2.0.21",
4
4
  "description": "Express middleware creating for HATEOAS level 3 RESTful/Hypermedia APIs",
5
5
  "repository": {
6
6
  "type": "git",
@@ -85,13 +85,14 @@
85
85
  "peerDependencies": {
86
86
  "express": "^4.x"
87
87
  },
88
- "overrides": {},
89
88
  "devDependencies": {
90
89
  "@babel/preset-env": "^7.29.0",
90
+ "@babel/register": "^7.28.6",
91
91
  "@commitlint/cli": "^20.5.0",
92
92
  "@commitlint/config-conventional": "^20.5.0",
93
93
  "@cucumber/cucumber": "^12.7.0",
94
94
  "@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
95
+ "@eslint/json": "^1.1.0",
95
96
  "@eslint/markdown": "^7.5.1",
96
97
  "@istanbuljs/nyc-config-babel": "^3.0.0",
97
98
  "@mountainpass/waychaser": "^5.0.43",
@@ -100,6 +101,7 @@
100
101
  "@types/node": "^25.5.0",
101
102
  "@types/uri-template-lite": "^19.12.4",
102
103
  "@typescript-eslint/parser": "^8.57.0",
104
+ "babel-plugin-istanbul": "^7.0.1",
103
105
  "chai": "^6.2.2",
104
106
  "chai-as-promised": "^8.0.2",
105
107
  "conventional-changelog-cli": "^5.0.0",
@@ -108,11 +110,10 @@
108
110
  "depcheck": "^1.4.7",
109
111
  "dirty-chai": "^3.0.0",
110
112
  "dry-aged-deps": "^2.6.0",
111
- "eslint": "^9.39.4",
113
+ "eslint": "^10.0.3",
112
114
  "eslint-config-prettier": "^10.1.8",
113
115
  "eslint-plugin-chai-friendly": "^1.1.0",
114
116
  "eslint-plugin-jsdoc": "^62.8.0",
115
- "eslint-plugin-json": "^4.0.1",
116
117
  "eslint-plugin-n": "^17.24.0",
117
118
  "eslint-plugin-prettier": "^5.5.5",
118
119
  "eslint-plugin-promise": "^7.2.1",
@@ -138,7 +139,7 @@
138
139
  },
139
140
  "lint-staged": {
140
141
  "*.{js,md}": "eslint --fix",
141
- "*.{sh}": "shellcheck",
142
+ "*.sh": "shellcheck",
142
143
  "*.{json,css,md,yaml,yml,html,less,scss}": "prettier --write"
143
144
  }
144
145
  }