@sourcemeta/jsonschema 14.13.4 → 14.14.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
@@ -135,7 +135,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
135
135
  uses: actions/checkout@v4
136
136
 
137
137
  - name: Install the JSON Schema CLI
138
- uses: sourcemeta/jsonschema@v14.13.4
138
+ uses: sourcemeta/jsonschema@v14.14.2
139
139
 
140
140
  # Then use as usual
141
141
  - run: jsonschema fmt path/to/schemas --check
@@ -245,3 +245,17 @@ machine capabilities. If you desire to build a portable binary, or if the
245
245
  aggressive processor-specific optimisations cause any issues (we heard of some
246
246
  `Illegal instruction` cases), then configure the project with
247
247
  `-DJSONSCHEMA_PORTABLE:BOOL=ON`.
248
+
249
+ License
250
+ -------
251
+
252
+ This project is released under the terms of the [GNU Affero General Public
253
+ License v3.0](./LICENSE).
254
+
255
+ **A note for enterprises:** Using the JSON Schema CLI as a tool during local
256
+ development or as part of your CI/CD pipelines does not trigger the AGPL
257
+ copyleft requirements. Your schemas, data, and surrounding code remain entirely
258
+ yours. This is the same way that managing your proprietary code with
259
+ [Git](https://git-scm.com) does not make your code subject to the
260
+ [GPL](https://www.gnu.org/licenses/gpl-3.0.en.html). For any other use, please
261
+ refer to the full [license](./LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcemeta/jsonschema",
3
- "version": "14.13.4",
3
+ "version": "14.14.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": {