@sourcemeta/jsonschema 14.0.2 → 14.0.4

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.markdown CHANGED
@@ -133,7 +133,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
133
133
  uses: actions/checkout@v4
134
134
 
135
135
  - name: Install the JSON Schema CLI
136
- uses: sourcemeta/jsonschema@v14.0.2
136
+ uses: sourcemeta/jsonschema@v14.0.4
137
137
 
138
138
  # Then use as usual
139
139
  - run: jsonschema fmt path/to/schemas --check
@@ -172,9 +172,8 @@ curl -fsSL https://raw.githubusercontent.com/sourcemeta/jsonschema/main/install
172
172
  ```
173
173
 
174
174
  Keep in mind that it is hard to provide binaries that work across GNU/Linux
175
- distributions, given they often have major differences such as C runtimes (GLIC
176
- vs MUSL). We conservatively target Ubuntu 22.04, but you might need to build
177
- from source if your distribution of choice is different.
175
+ distributions. We conservatively target Ubuntu and Alpine, but you might need
176
+ to build from source if your distribution of choice is different.
178
177
 
179
178
  To verify the GPG signature of the checksums file:
180
179
 
@@ -238,3 +237,9 @@ cmake --install ./build --prefix <prefix> \
238
237
 
239
238
  Where `<prefix>` can be any destination prefix of your choosing, such as `/opt`
240
239
  or `/usr/local`.
240
+
241
+ For performance reasons, the build will take as much advantage of your specific
242
+ machine capabilities. If you desire to build a portable binary, or if the
243
+ aggressive processor-specific optimisations cause any issues (we heard of some
244
+ `Illegal instruction` cases), then configure the project with
245
+ `-DJSONSCHEMA_PORTABLE:BOOL=ON`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcemeta/jsonschema",
3
- "version": "14.0.2",
3
+ "version": "14.0.4",
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": "npm/main.js",
6
6
  "exports": {