@sourcemeta/jsonschema 9.3.4 → 9.3.5

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.4
125
+ uses: sourcemeta/jsonschema@v9.3.5
126
126
 
127
127
  # Then use as usual
128
128
  - run: jsonschema fmt path/to/schemas --check
@@ -153,6 +153,13 @@ distributions, given they often have major differences such as C runtimes (GLIC
153
153
  vs MUSL). We conservatively target Ubuntu 22.04, but you might need to build
154
154
  from source if your distribution of choice is different.
155
155
 
156
+ To verify the GPG signature of the checksums file:
157
+
158
+ ```sh
159
+ curl --silent --show-error --location 'https://www.sourcemeta.com/gpg.asc' | gpg --import
160
+ gpg --verify CHECKSUMS.txt.sig CHECKSUMS.txt
161
+ ```
162
+
156
163
  ### From Dockerfile
157
164
 
158
165
  Starting from v7.2.1, we publish a Docker image to [GitHub
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": "9.3.4",
3
+ "version": "9.3.5",
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": {