x-openapi-flow 1.3.5 → 1.3.6

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # x-openapi-flow
2
2
 
3
- ![x-openapi-flow logo](../docs/assets/x-openapi-flow-logo.svg)
3
+ ![x-openapi-flow logo](https://raw.githubusercontent.com/tiago-marques/x-openapi-flow/main/docs/assets/x-openapi-flow-logo.svg)
4
4
 
5
5
  CLI and extension contract for documenting and validating resource lifecycle workflows in OpenAPI using `x-openapi-flow`.
6
6
 
@@ -420,14 +420,14 @@ Field reference format:
420
420
  - A ready HTML example is available at `../example/openapi-swagger-ui/examples/swagger-ui/index.html`.
421
421
  - The plugin renders a global **Flow Overview** (Mermaid image) near the top of the docs, plus operation-level flow cards.
422
422
 
423
- ![Swagger UI integration result](../docs/assets/x-openapi-flow-extension.png)
423
+ ![Swagger UI integration result](https://raw.githubusercontent.com/tiago-marques/x-openapi-flow/main/docs/assets/x-openapi-flow-extension.png)
424
424
 
425
425
  ### Graph Output Example
426
426
 
427
427
  `x-openapi-flow graph` includes transition guidance labels in Mermaid output when present (`next_operation_id`, `prerequisite_operation_ids`).
428
428
  The `graph` command accepts both full OpenAPI source files and sidecar files (`{context}.x.(json|yaml)` and legacy `{context}-openapi-flow.(json|yaml)`).
429
429
 
430
- ![Guided graph example](../docs/assets/x-openapi-flow-overview.png)
430
+ ![Guided graph example](https://raw.githubusercontent.com/tiago-marques/x-openapi-flow/main/docs/assets/x-openapi-flow-overview.png)
431
431
 
432
432
  ## Repository and Documentation
433
433
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "x-openapi-flow",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "description": "OpenAPI extension for resource workflow and lifecycle management",
5
5
  "main": "lib/validator.js",
6
6
  "repository": {