@sourcemeta/jsonschema 15.6.3 → 15.7.0

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
@@ -147,7 +147,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
147
147
  uses: actions/checkout@v4
148
148
 
149
149
  - name: Install the JSON Schema CLI
150
- uses: sourcemeta/jsonschema@v15.6.3
150
+ uses: sourcemeta/jsonschema@v15.7.0
151
151
 
152
152
  # Then use as usual
153
153
  - run: jsonschema fmt path/to/schemas --check
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcemeta/jsonschema",
3
- "version": "15.6.3",
3
+ "version": "15.7.0",
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. By a member of the JSON Schema Technical Steering Committee",
5
5
  "main": "npm/main.js",
6
6
  "exports": {