@sourcemeta/jsonschema 11.3.0 → 11.5.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.md CHANGED
@@ -126,7 +126,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
126
126
  uses: actions/checkout@v4
127
127
 
128
128
  - name: Install the JSON Schema CLI
129
- uses: sourcemeta/jsonschema@v11.3.0
129
+ uses: sourcemeta/jsonschema@v11.5.0
130
130
 
131
131
  # Then use as usual
132
132
  - run: jsonschema fmt path/to/schemas --check
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcemeta/jsonschema",
3
- "version": "11.3.0",
3
+ "version": "11.5.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",
5
5
  "main": "cli.js",
6
6
  "bin": {