@sourcemeta/jsonschema 13.2.1 → 13.4.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.markdown +2 -1
- package/build/github-releases/jsonschema-darwin-arm64 +0 -0
- package/build/github-releases/jsonschema-darwin-x86_64 +0 -0
- package/build/github-releases/jsonschema-linux-arm64 +0 -0
- package/build/github-releases/jsonschema-linux-x86_64 +0 -0
- package/build/github-releases/jsonschema-windows-x86_64.exe +0 -0
- package/package.json +1 -1
package/README.markdown
CHANGED
|
@@ -82,6 +82,7 @@ documentation:
|
|
|
82
82
|
- [`jsonschema lint`](./docs/lint.markdown)
|
|
83
83
|
- [`jsonschema bundle`](./docs/bundle.markdown) (for inlining remote references in a schema)
|
|
84
84
|
- [`jsonschema inspect`](./docs/inspect.markdown) (for debugging references)
|
|
85
|
+
- [`jsonschema canonicalize`](./docs/canonicalize.markdown) (for static analysis)
|
|
85
86
|
- [`jsonschema encode`](./docs/encode.markdown) (for binary compression)
|
|
86
87
|
- [`jsonschema decode`](./docs/decode.markdown)
|
|
87
88
|
|
|
@@ -132,7 +133,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
|
|
|
132
133
|
uses: actions/checkout@v4
|
|
133
134
|
|
|
134
135
|
- name: Install the JSON Schema CLI
|
|
135
|
-
uses: sourcemeta/jsonschema@v13.
|
|
136
|
+
uses: sourcemeta/jsonschema@v13.4.0
|
|
136
137
|
|
|
137
138
|
# Then use as usual
|
|
138
139
|
- run: jsonschema fmt path/to/schemas --check
|
|
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": "13.
|
|
3
|
+
"version": "13.4.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": "npm/main.js",
|
|
6
6
|
"exports": {
|