@sourcemeta/jsonschema 14.20.2 → 15.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.markdown +1 -2
- 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-linux-x86_64-musl +0 -0
- package/build/github-releases/jsonschema-windows-x86_64.exe +0 -0
- package/package.json +2 -2
package/README.markdown
CHANGED
|
@@ -93,7 +93,6 @@ documentation:
|
|
|
93
93
|
- [`jsonschema lint`](./docs/lint.markdown)
|
|
94
94
|
- [`jsonschema bundle`](./docs/bundle.markdown) (for inlining remote references in a schema)
|
|
95
95
|
- [`jsonschema inspect`](./docs/inspect.markdown) (for debugging references)
|
|
96
|
-
- [`jsonschema canonicalize`](./docs/canonicalize.markdown) (for static analysis)
|
|
97
96
|
- [`jsonschema codegen`](./docs/codegen.markdown) (for generating code from schemas)
|
|
98
97
|
- [`jsonschema encode`](./docs/encode.markdown) (for binary compression)
|
|
99
98
|
- [`jsonschema decode`](./docs/decode.markdown)
|
|
@@ -146,7 +145,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
|
|
|
146
145
|
uses: actions/checkout@v4
|
|
147
146
|
|
|
148
147
|
- name: Install the JSON Schema CLI
|
|
149
|
-
uses: sourcemeta/jsonschema@
|
|
148
|
+
uses: sourcemeta/jsonschema@v15.0.0
|
|
150
149
|
|
|
151
150
|
# Then use as usual
|
|
152
151
|
- run: jsonschema fmt path/to/schemas --check
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sourcemeta/jsonschema",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "The CLI for working with JSON Schema. Covers formatting, linting, testing, and much more for both local development and CI/CD pipelines",
|
|
3
|
+
"version": "15.0.0",
|
|
4
|
+
"description": "The CLI for working with JSON Schema. Covers formatting, linting, testing, and much more for both local development and CI/CD pipelines. By a member of the JSON Schema Technical Steering Committee",
|
|
5
5
|
"main": "npm/main.js",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": "./npm/main.js",
|