@sourcemeta/jsonschema 16.6.0 → 16.8.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 +9 -2
- 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-arm64-musl +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
|
@@ -158,7 +158,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
|
|
|
158
158
|
uses: actions/checkout@v4
|
|
159
159
|
|
|
160
160
|
- name: Install the JSON Schema CLI
|
|
161
|
-
uses: sourcemeta/jsonschema@v16.
|
|
161
|
+
uses: sourcemeta/jsonschema@v16.8.0
|
|
162
162
|
|
|
163
163
|
# Then use as usual
|
|
164
164
|
- run: jsonschema fmt path/to/schemas --check
|
|
@@ -284,7 +284,9 @@ License
|
|
|
284
284
|
-------
|
|
285
285
|
|
|
286
286
|
This project is released under the terms of the [GNU Affero General Public
|
|
287
|
-
License v3.0](./LICENSE).
|
|
287
|
+
License v3.0](./LICENSE). By contributing to this project, you agree to our
|
|
288
|
+
organisation-wide [contribution
|
|
289
|
+
guidelines](https://github.com/sourcemeta/.github/blob/main/CONTRIBUTING.md).
|
|
288
290
|
|
|
289
291
|
**A note for enterprises:** Using the JSON Schema CLI as a tool during local
|
|
290
292
|
development or as part of your CI/CD pipelines does not trigger the AGPL
|
|
@@ -293,3 +295,8 @@ yours. This is the same way that managing your proprietary code with
|
|
|
293
295
|
[Git](https://git-scm.com) does not make your code subject to the
|
|
294
296
|
[GPL](https://www.gnu.org/licenses/gpl-3.0.en.html). For any other use, please
|
|
295
297
|
refer to the full [license](./LICENSE).
|
|
298
|
+
|
|
299
|
+
*If you still require a non-copyleft license to run this tool inside your
|
|
300
|
+
organisation, see our [licensing page](https://www.sourcemeta.com/licensing/)
|
|
301
|
+
and reach out to [hello@sourcemeta.com](mailto:hello@sourcemeta.com) to discuss
|
|
302
|
+
further*
|
|
Binary file
|
|
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": "16.
|
|
3
|
+
"version": "16.8.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": {
|