@sourcemeta/jsonschema 15.10.1 → 15.11.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
@@ -122,6 +122,16 @@ ontology design, linting, unit testing, CI/CD integration, and more:
122
122
 
123
123
  [![JSON Schema Conference 2024 - Applying software engineering practices to JSON Schemas](https://img.youtube.com/vi/wJ7bK22n3IU/0.jpg)](https://www.youtube.com/watch?v=wJ7bK22n3IU)
124
124
 
125
+ Going Further
126
+ -------------
127
+
128
+ The JSON Schema CLI handles the local development and CI/CD side of schema
129
+ management. For teams that need to publish, discover, and govern schemas across
130
+ an organisation, [Sourcemeta One](https://www.sourcemeta.com) is a self-hosted
131
+ JSON Schema registry that pairs directly with this CLI. It is designed by the
132
+ same team, requires no database, deploys as a single Docker container, and is
133
+ free to deploy.
134
+
125
135
  Installation
126
136
  ------------
127
137
 
@@ -147,7 +157,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
147
157
  uses: actions/checkout@v4
148
158
 
149
159
  - name: Install the JSON Schema CLI
150
- uses: sourcemeta/jsonschema@v15.10.1
160
+ uses: sourcemeta/jsonschema@v15.11.0
151
161
 
152
162
  # Then use as usual
153
163
  - run: jsonschema fmt path/to/schemas --check
@@ -258,16 +268,6 @@ aggressive processor-specific optimisations cause any issues (we heard of some
258
268
  `Illegal instruction` cases), then configure the project with
259
269
  `-DJSONSCHEMA_PORTABLE:BOOL=ON`.
260
270
 
261
- Going Further
262
- -------------
263
-
264
- The JSON Schema CLI handles the local development and CI/CD side of schema
265
- management. For teams that need to publish, discover, and govern schemas across
266
- an organisation, [Sourcemeta One](https://www.sourcemeta.com) is a self-hosted
267
- JSON Schema registry that pairs directly with this CLI. It is designed by the
268
- same team, requires no database, deploys as a single Docker container, and is
269
- free to deploy.
270
-
271
271
  License
272
272
  -------
273
273
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcemeta/jsonschema",
3
- "version": "15.10.1",
3
+ "version": "15.11.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": {