x-openapi-flow 1.3.2 → 1.3.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,7 +30,7 @@ npm install @tiago-marques/x-openapi-flow
30
30
  If authentication is required, include this in your `.npmrc`:
31
31
 
32
32
  ```ini
33
- //npm.pkg.github.com/:_authToken=${GH_PACKAGES_TOKEN}
33
+ //npm.pkg.github.com/:_authToken=${GITHUB_PACKAGES_TOKEN}
34
34
  ```
35
35
 
36
36
  Use a GitHub PAT with `read:packages` (install) and `write:packages` (publish).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "x-openapi-flow",
3
- "version": "1.3.2",
3
+ "version": "1.3.4",
4
4
  "description": "OpenAPI extension for resource workflow and lifecycle management",
5
5
  "main": "lib/validator.js",
6
6
  "repository": {