@sourcemeta/jsonschema 14.20.0 → 14.20.2

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
@@ -24,6 +24,9 @@ local development and when running on CI/CD pipelines. For example:
24
24
 
25
25
  [**Check out the documentation to learn more**](#usage)
26
26
 
27
+ Pairs with [Sourcemeta One](https://www.sourcemeta.com) for a complete schema
28
+ registry workflow.
29
+
27
30
  ***
28
31
 
29
32
  > [!TIP]
@@ -143,7 +146,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
143
146
  uses: actions/checkout@v4
144
147
 
145
148
  - name: Install the JSON Schema CLI
146
- uses: sourcemeta/jsonschema@v14.20.0
149
+ uses: sourcemeta/jsonschema@v14.20.2
147
150
 
148
151
  # Then use as usual
149
152
  - run: jsonschema fmt path/to/schemas --check
@@ -254,6 +257,16 @@ aggressive processor-specific optimisations cause any issues (we heard of some
254
257
  `Illegal instruction` cases), then configure the project with
255
258
  `-DJSONSCHEMA_PORTABLE:BOOL=ON`.
256
259
 
260
+ Going Further
261
+ -------------
262
+
263
+ The JSON Schema CLI handles the local development and CI/CD side of schema
264
+ management. For teams that need to publish, discover, and govern schemas across
265
+ an organisation, [Sourcemeta One](https://www.sourcemeta.com) is a self-hosted
266
+ JSON Schema registry that pairs directly with this CLI. It is designed by the
267
+ same team, requires no database, deploys as a single Docker container, and is
268
+ free to deploy.
269
+
257
270
  License
258
271
  -------
259
272
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcemeta/jsonschema",
3
- "version": "14.20.0",
3
+ "version": "14.20.2",
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": {