@sourcemeta/jsonschema 14.0.0 → 14.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.
package/README.markdown CHANGED
@@ -133,7 +133,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
133
133
  uses: actions/checkout@v4
134
134
 
135
135
  - name: Install the JSON Schema CLI
136
- uses: sourcemeta/jsonschema@v14.0.0
136
+ uses: sourcemeta/jsonschema@v14.0.1
137
137
 
138
138
  # Then use as usual
139
139
  - run: jsonschema fmt path/to/schemas --check
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcemeta/jsonschema",
3
- "version": "14.0.0",
3
+ "version": "14.0.1",
4
4
  "description": "The CLI for working with JSON Schema. Covers formatting, linting, testing, and much more for both local development and CI/CD pipelines",
5
5
  "main": "npm/main.js",
6
6
  "exports": {