@sourcemeta/jsonschema 9.2.2 → 9.2.3

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
@@ -118,7 +118,7 @@ brew install sourcemeta/apps/jsonschema
118
118
  Where `X.Y.Z` is replaced with the desired version. For example:
119
119
 
120
120
  ```yaml
121
- - uses: sourcemeta/jsonschema@v9.2.2
121
+ - uses: sourcemeta/jsonschema@v9.2.3
122
122
  # Then use as usual
123
123
  - run: jsonschema fmt path/to/schemas --check
124
124
  ```
@@ -143,6 +143,11 @@ latest pre-built binaries, which you can run as follows:
143
143
  /bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/sourcemeta/jsonschema/main/install -H "Cache-Control: no-cache, no-store, must-revalidate")"
144
144
  ```
145
145
 
146
+ Keep in mind that it is hard to provide binaries that work across GNU/Linux
147
+ distributions, given they often have major differences such as C runtimes (GLIC
148
+ vs MUSL). We conservatively target Ubuntu 22.04, but you might need to build
149
+ from source if your distribution of choice is different.
150
+
146
151
  ### From Dockerfile
147
152
 
148
153
  Starting from v7.2.1, we publish a Docker image to GitHub Packages (`amd64` and
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.2.2",
3
+ "version": "9.2.3",
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": {