@sourcemeta/jsonschema 9.6.1 → 10.0.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
@@ -123,7 +123,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
123
123
  uses: actions/checkout@v4
124
124
 
125
125
  - name: Install the JSON Schema CLI
126
- uses: sourcemeta/jsonschema@v9.6.1
126
+ uses: sourcemeta/jsonschema@v10.0.0
127
127
 
128
128
  # Then use as usual
129
129
  - run: jsonschema fmt path/to/schemas --check
@@ -146,7 +146,7 @@ For convenience, we also provide a POSIX shell script capable of installing the
146
146
  latest pre-built binaries, which you can run as follows:
147
147
 
148
148
  ```sh
149
- /bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/sourcemeta/jsonschema/main/install -H "Cache-Control: no-cache, no-store, must-revalidate")"
149
+ curl -fsSL https://raw.githubusercontent.com/sourcemeta/jsonschema/main/install -H 'Cache-Control: no-cache, no-store, must-revalidate' | /bin/sh
150
150
  ```
151
151
 
152
152
  Keep in mind that it is hard to provide binaries that work across GNU/Linux
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.6.1",
3
+ "version": "10.0.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": {