@ehuelsmann/jest-openapi 0.16.0 → 0.16.2

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 (1) hide show
  1. package/package.json +8 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ehuelsmann/jest-openapi",
3
- "version": "0.16.0",
3
+ "version": "0.16.2",
4
4
  "description": "Jest matchers for asserting that HTTP responses satisfy an OpenAPI spec",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -31,7 +31,11 @@
31
31
  "test:ci": "yarn format && yarn lint && yarn test:coverage",
32
32
  "prepack": "yarn build"
33
33
  },
34
- "repository": "https://github.com/ehuelsmann/OpenAPIValidators/tree/master/packages/jest-openapi",
34
+ "repository": {
35
+ "type": "git",
36
+ "url": "git+https://github.com/ehuelsmann/OpenAPIValidators.git#master",
37
+ "directory": "packages/jest-openapi"
38
+ },
35
39
  "author": "rwalle61 <richard.lh.waller@gmail.com>",
36
40
  "contributors": [
37
41
  "Jonny Spruce <jspruce94@gmail.com>"
@@ -58,7 +62,7 @@
58
62
  "devDependencies": {
59
63
  "@types/jest": "^30.0.0",
60
64
  "@types/supertest": "^7.2.0",
61
- "axios": "^1.15.0",
65
+ "axios": "^1.15.2",
62
66
  "eslint": "^7.11.0",
63
67
  "eslint-plugin-jest": "^27.9.0",
64
68
  "express": "^5.2.1",
@@ -70,7 +74,7 @@
70
74
  "tsup": "^8.5.1"
71
75
  },
72
76
  "dependencies": {
73
- "@ehuelsmann/openapi-validator": "^0.16.0",
77
+ "@ehuelsmann/openapi-validator": "^0.16.2",
74
78
  "jest-matcher-utils": "^29.0.0"
75
79
  }
76
80
  }