@mountainpass/waycharter 2.0.13 → 2.0.15

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 +3 -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.13?label=npm%20package%20vulnerabilties&logo=snyk)](https://snyk.io/test/npm/@mountainpass/waycharter/2.0.13)
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.15?label=npm%20package%20vulnerabilties&logo=snyk)](https://snyk.io/test/npm/@mountainpass/waycharter/2.0.15)
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.13",
3
+ "version": "2.0.15",
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": {
@@ -116,10 +115,8 @@
116
115
  "eslint": "^9.39.4",
117
116
  "eslint-config-prettier": "^10.1.8",
118
117
  "eslint-plugin-chai-friendly": "^1.1.0",
119
- "eslint-plugin-import": "^2.32.0",
120
118
  "eslint-plugin-jsdoc": "^62.8.0",
121
119
  "eslint-plugin-json": "^4.0.1",
122
- "eslint-plugin-markdown": "^5.1.0",
123
120
  "eslint-plugin-md": "^1.0.19",
124
121
  "eslint-plugin-n": "^17.24.0",
125
122
  "eslint-plugin-prettier": "^5.5.5",
@@ -128,7 +125,7 @@
128
125
  "eslint-plugin-unicorn": "^63.0.0",
129
126
  "express": "^4.17.1",
130
127
  "fs-extra": "^11.3.4",
131
- "globals": "^16.5.0",
128
+ "globals": "^17.4.0",
132
129
  "humanize-duration": "^3.33.2",
133
130
  "husky": "^9.1.7",
134
131
  "imagemin-lint-staged": "^0.5.1",
@@ -136,6 +133,7 @@
136
133
  "jscpd": "^4.0.8",
137
134
  "jsdoc": "^4.0.5",
138
135
  "lint-staged": "^16.4.0",
136
+ "markdown-eslint-parser": "^1.2.1",
139
137
  "markdownlint": "^0.40.0",
140
138
  "multer": "^2.1.1",
141
139
  "nodemon": "^3.1.14",