specshield 2.0.0 → 2.0.1

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 +7 -8
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  ---
9
9
 
10
- > **OpenAPI Diff · Swagger Diff · API Breaking Change Detection · Contract Testing · Pact Alternative · API Governance · CI/CD API Validation · API Drift Detection · Bi-Directional Contract Testing**
10
+ > **OpenAPI Diff · API Breaking Change Detection · Swagger Diff · Consumer-Driven Contract Testing · Pact Alternative · can-i-deploy · Bi-Directional Contract Testing · GitHub PR Checks · CI/CD**
11
11
 
12
12
  ---
13
13
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "specshield",
3
- "version": "2.0.0",
4
- "description": "CLI to compare OpenAPI/Swagger specs and detect breaking changes for CI/CD pipelines and local developer workflows.",
3
+ "version": "2.0.1",
4
+ "description": "CLI for OpenAPI breaking change detection, consumer-driven contract testing, and bi-directional contract verification with can-i-deploy gating and GitHub PR checks.",
5
5
  "main": "src/cli.js",
6
6
  "bin": {
7
7
  "specshield": "./bin/specshield.js"
@@ -18,11 +18,8 @@
18
18
  "api-diff",
19
19
  "openapi-diff",
20
20
  "swagger-diff",
21
- "api-diff-tool",
22
21
  "breaking-change-detection",
23
22
  "api-breaking-changes",
24
- "prevent-breaking-api",
25
- "api-regression",
26
23
  "api-compatibility",
27
24
  "contract-testing",
28
25
  "consumer-driven-contract",
@@ -30,7 +27,6 @@
30
27
  "contract-verification",
31
28
  "can-i-deploy",
32
29
  "ci-cd",
33
- "devops",
34
30
  "github-actions",
35
31
  "cli",
36
32
  "developer-tools",
@@ -41,8 +37,11 @@
41
37
  "microservices",
42
38
  "api-quality",
43
39
  "api-governance",
44
- "yaml",
45
- "json"
40
+ "bi-directional-contract-testing",
41
+ "bdct",
42
+ "pact-json",
43
+ "github-app",
44
+ "api-drift"
46
45
  ],
47
46
  "license": "MIT",
48
47
  "files": [