@mountainpass/waycharter 2.0.18 → 2.0.20

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 +2 -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
  <!-- [![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.18?label=npm%20package%20vulnerabilties&logo=snyk)](https://snyk.io/test/npm/@mountainpass/waycharter/2.0.18)
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.20?label=npm%20package%20vulnerabilties&logo=snyk)](https://snyk.io/test/npm/@mountainpass/waycharter/2.0.20)
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.18",
3
+ "version": "2.0.20",
4
4
  "description": "Express middleware creating for HATEOAS level 3 RESTful/Hypermedia APIs",
5
5
  "repository": {
6
6
  "type": "git",
@@ -85,17 +85,12 @@
85
85
  "peerDependencies": {
86
86
  "express": "^4.x"
87
87
  },
88
- "overrides": {
89
- "@types/lodash": "4.14.202",
90
- "flat": "^5.0.2"
91
- },
92
88
  "devDependencies": {
93
89
  "@babel/preset-env": "^7.29.0",
94
90
  "@commitlint/cli": "^20.5.0",
95
91
  "@commitlint/config-conventional": "^20.5.0",
96
92
  "@cucumber/cucumber": "^12.7.0",
97
93
  "@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
98
- "@eslint/js": "^9.39.4",
99
94
  "@eslint/markdown": "^7.5.1",
100
95
  "@istanbuljs/nyc-config-babel": "^3.0.0",
101
96
  "@mountainpass/waychaser": "^5.0.43",
@@ -135,7 +130,6 @@
135
130
  "prettier": "^3.8.1",
136
131
  "shellcheck": "^4.1.0",
137
132
  "snyk": "^1.1303.1",
138
- "start-server-and-test": "^2.1.5",
139
133
  "ts-node": "^10.9.2",
140
134
  "tsx": "^4.21.0",
141
135
  "typescript": "^5.9.3",
@@ -143,7 +137,7 @@
143
137
  },
144
138
  "lint-staged": {
145
139
  "*.{js,md}": "eslint --fix",
146
- "*.{sh}": "shellcheck",
140
+ "*.sh": "shellcheck",
147
141
  "*.{json,css,md,yaml,yml,html,less,scss}": "prettier --write"
148
142
  }
149
143
  }