specshield 3.4.3 → 3.4.4

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 +9 -1
package/package.json CHANGED
@@ -1,8 +1,16 @@
1
1
  {
2
2
  "name": "specshield",
3
- "version": "3.4.3",
3
+ "version": "3.4.4",
4
4
  "description": "Contract compatibility testing for APIs — catch breaking OpenAPI changes before they reach your consumers, with can-i-deploy deploy gating and GitHub PR checks. (a.k.a. bidirectional contract testing.)",
5
5
  "main": "src/cli.js",
6
+ "homepage": "https://specshield.io",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/specshield-io/specshield-cli.git"
10
+ },
11
+ "bugs": {
12
+ "url": "https://github.com/specshield-io/specshield-cli/issues"
13
+ },
6
14
  "bin": {
7
15
  "specshield": "./bin/specshield.js"
8
16
  },