@sourcemeta/jsonschema 14.7.2 → 14.9.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 CHANGED
@@ -86,10 +86,11 @@ documentation:
86
86
  - [`jsonschema codegen`](./docs/codegen.markdown) (for generating code from schemas)
87
87
  - [`jsonschema encode`](./docs/encode.markdown) (for binary compression)
88
88
  - [`jsonschema decode`](./docs/decode.markdown)
89
+ - [`jsonschema install`](./docs/install.markdown) (for fetching external schema dependencies)
89
90
 
90
91
  > See [`jsonschema.json`](./docs/configuration.markdown) for an _experimental_
91
92
  manifest for describing JSON Schema data models inspired by NPM's
92
- `package.json`.
93
+ `package.json`, including dependency management.
93
94
 
94
95
  Note that YAML is supported in most commands!
95
96
 
@@ -134,7 +135,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
134
135
  uses: actions/checkout@v4
135
136
 
136
137
  - name: Install the JSON Schema CLI
137
- uses: sourcemeta/jsonschema@v14.7.2
138
+ uses: sourcemeta/jsonschema@v14.9.0
138
139
 
139
140
  # Then use as usual
140
141
  - run: jsonschema fmt path/to/schemas --check
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcemeta/jsonschema",
3
- "version": "14.7.2",
3
+ "version": "14.9.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": {