@sourcemeta/jsonschema 12.1.0 → 12.2.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
@@ -132,7 +132,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
132
132
  uses: actions/checkout@v4
133
133
 
134
134
  - name: Install the JSON Schema CLI
135
- uses: sourcemeta/jsonschema@v12.1.0
135
+ uses: sourcemeta/jsonschema@v12.2.0
136
136
 
137
137
  # Then use as usual
138
138
  - 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": "12.1.0",
3
+ "version": "12.2.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": {