@sourcemeta/jsonschema 14.13.3 → 14.14.1
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 +15 -1
- package/build/github-releases/jsonschema-darwin-arm64 +0 -0
- package/build/github-releases/jsonschema-darwin-x86_64 +0 -0
- package/build/github-releases/jsonschema-linux-arm64 +0 -0
- package/build/github-releases/jsonschema-linux-x86_64 +0 -0
- package/build/github-releases/jsonschema-linux-x86_64-musl +0 -0
- package/build/github-releases/jsonschema-windows-x86_64.exe +0 -0
- package/package.json +1 -1
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.
|
|
138
|
+
uses: sourcemeta/jsonschema@v14.14.1
|
|
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).
|
|
Binary file
|
|
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": "14.
|
|
3
|
+
"version": "14.14.1",
|
|
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": {
|