@sourcemeta/jsonschema 7.2.0 → 7.2.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.md CHANGED
@@ -1,7 +1,7 @@
1
1
  ![JSON Schema](./assets/banner.png)
2
2
 
3
- [![NPM Version](https://img.shields.io/npm/v/@sourcemeta/jsonschema)](https://www.npmjs.com/package/@sourcemeta/jsonschema)
4
3
  [![GitHub Release](https://img.shields.io/github/v/release/sourcemeta/jsonschema)](https://github.com/sourcemeta/jsonschema/releases)
4
+ [![NPM Version](https://img.shields.io/npm/v/@sourcemeta/jsonschema)](https://www.npmjs.com/package/@sourcemeta/jsonschema)
5
5
  [![GitHub Actions](https://github.com/sourcemeta/jsonschema/actions/workflows/test.yml/badge.svg)](https://github.com/sourcemeta/jsonschema/actions)
6
6
  [![GitHub contributors](https://img.shields.io/github/contributors/sourcemeta/jsonschema.svg)](https://github.com/sourcemeta/jsonschema/graphs/contributors/)
7
7
 
@@ -104,7 +104,7 @@ brew install sourcemeta/apps/jsonschema
104
104
  Where `X.Y.Z` is replaced with the desired version. For example:
105
105
 
106
106
  ```yaml
107
- - uses: sourcemeta/jsonschema@v7.2.0
107
+ - uses: sourcemeta/jsonschema@v7.2.1
108
108
  # Then use as usual
109
109
  - run: jsonschema fmt path/to/schemas --check
110
110
  ```
@@ -168,25 +168,3 @@ cmake --install ./build --prefix <prefix> \
168
168
 
169
169
  Where `<prefix>` can be any destination prefix of your choosing, such as `/opt`
170
170
  or `/usr/local`.
171
-
172
- Coming Soon
173
- -----------
174
-
175
- This project is under heavy development, and we have a lot of cool things in
176
- the oven. In the mean-time, star the project to show your support!
177
-
178
- | Feature | Description | Status |
179
- |-----------------------|-----------------------------------------------------|-------------|
180
- | Upgrading/Downgrading | Convert a JSON Schema into a later or older dialect | Not started |
181
-
182
- Contributors
183
- ------------
184
-
185
- <a href="https://github.com/sourcemeta/jsonschema/graphs/contributors">
186
- <img src="https://contrib.rocks/image?repo=sourcemeta/jsonschema" />
187
- </a>
188
-
189
- License
190
- -------
191
-
192
- This project is governed by the [AGPL-3.0](./LICENSE) copyleft license.
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": "7.2.0",
3
+ "version": "7.2.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": "cli.js",
6
6
  "bin": {