@sourcemeta/jsonschema 5.0.1 → 6.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
|
@@ -62,7 +62,7 @@ documentation:
|
|
|
62
62
|
- [`jsonschema fmt`](./docs/format.markdown)
|
|
63
63
|
- [`jsonschema lint`](./docs/lint.markdown)
|
|
64
64
|
- [`jsonschema bundle`](./docs/bundle.markdown) (for inlining remote references in a schema)
|
|
65
|
-
- [`jsonschema
|
|
65
|
+
- [`jsonschema inspect`](./docs/inspect.markdown) (for debugging references)
|
|
66
66
|
- [`jsonschema encode`](./docs/encode.markdown) (for binary compression)
|
|
67
67
|
- [`jsonschema decode`](./docs/decode.markdown)
|
|
68
68
|
|
|
@@ -72,8 +72,7 @@ Installation
|
|
|
72
72
|
------------
|
|
73
73
|
|
|
74
74
|
The JSON Schema CLI is written using C++ and [CMake](https://cmake.org/), and
|
|
75
|
-
supports macOS, Windows, and GNU/Linux.
|
|
76
|
-
powerful [JSON Toolkit](https://github.com/sourcemeta/jsontoolkit) library.
|
|
75
|
+
supports macOS, Windows, and GNU/Linux.
|
|
77
76
|
|
|
78
77
|
### From Homebrew
|
|
79
78
|
|
|
@@ -90,7 +89,7 @@ brew install sourcemeta/apps/jsonschema
|
|
|
90
89
|
Where `X.Y.Z` is replaced with the desired version. For example:
|
|
91
90
|
|
|
92
91
|
```yaml
|
|
93
|
-
- uses: sourcemeta/jsonschema@
|
|
92
|
+
- uses: sourcemeta/jsonschema@v6.0.0
|
|
94
93
|
# Then use as usual
|
|
95
94
|
- run: jsonschema fmt path/to/schemas --check
|
|
96
95
|
```
|
package/jsonschema-darwin-arm64
CHANGED
|
Binary file
|
package/jsonschema-darwin-x86_64
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": "
|
|
3
|
+
"version": "6.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": {
|