@sourcemeta/jsonschema 11.8.3 → 11.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.md CHANGED
@@ -67,7 +67,7 @@ Usage
67
67
  -----
68
68
 
69
69
  The functionality provided by the JSON Schema CLI is divided into commands. The
70
- following pages describe each command in detail. Additionally, running the JSON
70
+ following pages describe each feature in detail. Additionally, running the JSON
71
71
  Schema CLI without passing a command will print convenient reference
72
72
  documentation:
73
73
 
@@ -83,6 +83,10 @@ documentation:
83
83
  - [`jsonschema encode`](./docs/encode.markdown) (for binary compression)
84
84
  - [`jsonschema decode`](./docs/decode.markdown)
85
85
 
86
+ > See [`jsonschema.json`](./docs/configuration.markdown) for an _experimental_
87
+ manifest for describing JSON Schema data models inspired by NPM's
88
+ `package.json`.
89
+
86
90
  Note that YAML is supported in most commands!
87
91
 
88
92
  We also support a growing amount of [`pre-commit`](https://pre-commit.com)
@@ -126,7 +130,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
126
130
  uses: actions/checkout@v4
127
131
 
128
132
  - name: Install the JSON Schema CLI
129
- uses: sourcemeta/jsonschema@v11.8.3
133
+ uses: sourcemeta/jsonschema@v11.9.0
130
134
 
131
135
  # Then use as usual
132
136
  - 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": "11.8.3",
3
+ "version": "11.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": "cli.js",
6
6
  "bin": {