specshield 1.0.12 → 1.0.13

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 +14 -14
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -54,6 +54,20 @@ No runtime surprise. No production incident. No 3am page.
54
54
 
55
55
  ---
56
56
 
57
+ ## 🎥 Demo
58
+
59
+ [![SpecShield Demo — API Breaking Change Detection & Contract Testing](https://img.youtube.com/vi/mugDyQQGqZw/maxresdefault.jpg)](https://www.youtube.com/watch?v=mugDyQQGqZw)
60
+
61
+ > Watch: Catching a breaking API change before it hits production — compare specs, publish contracts, verify providers, and gate deployments with `can-i-deploy`.
62
+
63
+ **CLI preview:**
64
+
65
+ ![SpecShield CLI Demo](https://raw.githubusercontent.com/specshield26/specshield-cli/main/demo/specshield-demo.gif)
66
+
67
+ > `specshield compare payment-api-v1.yaml payment-api-v2.yaml --fail-on-breaking`
68
+
69
+ ---
70
+
57
71
  ## See It in Action
58
72
 
59
73
  ```bash
@@ -190,20 +204,6 @@ Track API drift over time across your entire platform. Know what changed, when,
190
204
 
191
205
  ---
192
206
 
193
- ## 🎥 Demo
194
-
195
- [![SpecShield Demo — API Breaking Change Detection & Contract Testing](https://img.youtube.com/vi/mugDyQQGqZw/maxresdefault.jpg)](https://www.youtube.com/watch?v=mugDyQQGqZw)
196
-
197
- > Watch: Catching a breaking API change before it hits production — compare specs, publish contracts, verify providers, and gate deployments with `can-i-deploy`.
198
-
199
- **CLI preview:**
200
-
201
- ![SpecShield CLI Demo](https://raw.githubusercontent.com/specshield26/specshield-cli/main/demo/specshield-demo.gif)
202
-
203
- > `specshield compare payment-api-v1.yaml payment-api-v2.yaml --fail-on-breaking`
204
-
205
- ---
206
-
207
207
  ## Pricing
208
208
 
209
209
  | Plan | Price | What's included |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specshield",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "CLI to compare OpenAPI/Swagger specs and detect breaking changes for CI/CD pipelines and local developer workflows.",
5
5
  "main": "src/cli.js",
6
6
  "bin": {