@sourcemeta/jsonschema 16.7.0 → 16.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
@@ -101,6 +101,10 @@ documentation:
101
101
  - [`jsonschema decode`](./docs/decode.markdown)
102
102
  - [`jsonschema install`](./docs/install.markdown) (for fetching external schema dependencies)
103
103
 
104
+ > See [Resolving External References](./docs/guides/resolution.markdown) for how the
105
+ CLI locates the schemas that your schemas reference, covering the
106
+ `--resolve/-r` option, URI remapping, and HTTP resolution.
107
+
104
108
  > See [`jsonschema.json`](./docs/configuration.markdown) for an _experimental_
105
109
  manifest for describing JSON Schema data models inspired by NPM's
106
110
  `package.json`, including dependency management.
@@ -158,7 +162,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
158
162
  uses: actions/checkout@v4
159
163
 
160
164
  - name: Install the JSON Schema CLI
161
- uses: sourcemeta/jsonschema@v16.7.0
165
+ uses: sourcemeta/jsonschema@v16.9.0
162
166
 
163
167
  # Then use as usual
164
168
  - run: jsonschema fmt path/to/schemas --check
@@ -284,7 +288,9 @@ License
284
288
  -------
285
289
 
286
290
  This project is released under the terms of the [GNU Affero General Public
287
- License v3.0](./LICENSE).
291
+ License v3.0](./LICENSE). By contributing to this project, you agree to our
292
+ organisation-wide [contribution
293
+ guidelines](https://github.com/sourcemeta/.github/blob/main/CONTRIBUTING.md).
288
294
 
289
295
  **A note for enterprises:** Using the JSON Schema CLI as a tool during local
290
296
  development or as part of your CI/CD pipelines does not trigger the AGPL
@@ -293,3 +299,8 @@ yours. This is the same way that managing your proprietary code with
293
299
  [Git](https://git-scm.com) does not make your code subject to the
294
300
  [GPL](https://www.gnu.org/licenses/gpl-3.0.en.html). For any other use, please
295
301
  refer to the full [license](./LICENSE).
302
+
303
+ *If you still require a non-copyleft license to run this tool inside your
304
+ organisation, see our [licensing page](https://www.sourcemeta.com/licensing/)
305
+ and reach out to [hello@sourcemeta.com](mailto:hello@sourcemeta.com) to discuss
306
+ further*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcemeta/jsonschema",
3
- "version": "16.7.0",
3
+ "version": "16.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. By a member of the JSON Schema Technical Steering Committee",
5
5
  "main": "npm/main.js",
6
6
  "exports": {