@sourcemeta/jsonschema 6.0.1 → 6.0.2

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
@@ -89,7 +89,7 @@ brew install sourcemeta/apps/jsonschema
89
89
  Where `X.Y.Z` is replaced with the desired version. For example:
90
90
 
91
91
  ```yaml
92
- - uses: sourcemeta/jsonschema@v6.0.1
92
+ - uses: sourcemeta/jsonschema@v6.0.2
93
93
  # Then use as usual
94
94
  - run: jsonschema fmt path/to/schemas --check
95
95
  ```
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": "6.0.1",
3
+ "version": "6.0.2",
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": {