@sourcemeta/jsonschema 7.0.3 → 7.1.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.md CHANGED
@@ -99,7 +99,7 @@ brew install sourcemeta/apps/jsonschema
99
99
  Where `X.Y.Z` is replaced with the desired version. For example:
100
100
 
101
101
  ```yaml
102
- - uses: sourcemeta/jsonschema@v7.0.3
102
+ - uses: sourcemeta/jsonschema@v7.1.1
103
103
  # Then use as usual
104
104
  - run: jsonschema fmt path/to/schemas --check
105
105
  ```
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": "7.0.3",
3
+ "version": "7.1.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": "cli.js",
6
6
  "bin": {