x-openapi-flow 1.4.2 → 1.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 (2) hide show
  1. package/README.md +7 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,7 @@
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/x-openapi-flow?label=npm%20version)](https://www.npmjs.com/package/x-openapi-flow)
6
6
  [![npm downloads](https://img.shields.io/npm/dm/x-openapi-flow?label=npm%20downloads)](https://www.npmjs.com/package/x-openapi-flow)
7
+ ![npm total downloads](https://img.shields.io/npm/dt/x-openapi-flow?style=flat-square)
7
8
  ![node](https://img.shields.io/badge/node-%3E%3D18-339933)
8
9
  ![license](https://img.shields.io/npm/l/x-openapi-flow)
9
10
  [![CI](https://github.com/tiago-marques/x-openapi-flow/actions/workflows/x-openapi-flow-validate.yml/badge.svg)](https://github.com/tiago-marques/x-openapi-flow/actions/workflows/x-openapi-flow-validate.yml)
@@ -14,8 +15,12 @@
14
15
 
15
16
  # OpenAPI describes APIs. x-openapi-flow describes their workflows — for developers and AI.
16
17
 
17
- ![Swagger UI lifecycle panel with x-openapi-flow](https://raw.githubusercontent.com/tiago-marques/x-openapi-flow/main/docs/assets/swagger-ui-flow-lifecycle.png)
18
- > Visualizing API lifecycle directly from your OpenAPI spec
18
+ ![x-openapi-flow in action](https://raw.githubusercontent.com/tiago-marques/x-openapi-flow/main/docs/assets/ezgif.com-animated-gif-maker.gif)
19
+
20
+
21
+ > See your API lifecycle come alive from your OpenAPI spec, with one simple command
22
+
23
+ > Validate, document, and generate flow-aware SDKs automatically.
19
24
 
20
25
  `x-openapi-flow` adds a **declarative state machine** to your OpenAPI spec.
21
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "x-openapi-flow",
3
- "version": "1.4.2",
3
+ "version": "1.4.4",
4
4
  "description": "OpenAPI extension for resource workflow and lifecycle management",
5
5
  "main": "lib/validator.js",
6
6
  "repository": {