@sourcemeta/jsonschema 9.3.5 → 9.3.6
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
|
@@ -122,7 +122,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
|
|
|
122
122
|
uses: actions/checkout@v4
|
|
123
123
|
|
|
124
124
|
- name: Install the JSON Schema CLI
|
|
125
|
-
uses: sourcemeta/jsonschema@v9.3.
|
|
125
|
+
uses: sourcemeta/jsonschema@v9.3.6
|
|
126
126
|
|
|
127
127
|
# Then use as usual
|
|
128
128
|
- run: jsonschema fmt path/to/schemas --check
|
|
@@ -157,7 +157,7 @@ To verify the GPG signature of the checksums file:
|
|
|
157
157
|
|
|
158
158
|
```sh
|
|
159
159
|
curl --silent --show-error --location 'https://www.sourcemeta.com/gpg.asc' | gpg --import
|
|
160
|
-
gpg --verify CHECKSUMS.txt.
|
|
160
|
+
gpg --verify CHECKSUMS.txt.asc CHECKSUMS.txt
|
|
161
161
|
```
|
|
162
162
|
|
|
163
163
|
### From Dockerfile
|
package/jsonschema-darwin-arm64
CHANGED
|
Binary file
|
package/jsonschema-darwin-x86_64
CHANGED
|
Binary file
|
package/jsonschema-linux-arm64
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": "9.3.
|
|
3
|
+
"version": "9.3.6",
|
|
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": {
|