@sourcemeta/jsonschema 7.1.4 → 7.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
|
@@ -104,7 +104,7 @@ brew install sourcemeta/apps/jsonschema
|
|
|
104
104
|
Where `X.Y.Z` is replaced with the desired version. For example:
|
|
105
105
|
|
|
106
106
|
```yaml
|
|
107
|
-
- uses: sourcemeta/jsonschema@v7.
|
|
107
|
+
- uses: sourcemeta/jsonschema@v7.2.0
|
|
108
108
|
# Then use as usual
|
|
109
109
|
- run: jsonschema fmt path/to/schemas --check
|
|
110
110
|
```
|
package/jsonschema-darwin-arm64
CHANGED
|
Binary file
|
package/jsonschema-darwin-x86_64
CHANGED
|
Binary file
|
package/jsonschema-linux-x86_64
CHANGED
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sourcemeta/jsonschema",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.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": {
|