@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 +2 -24
- package/jsonschema-darwin-arm64 +0 -0
- package/jsonschema-darwin-x86_64 +0 -0
- package/jsonschema-linux-x86_64 +0 -0
- package/jsonschema-windows-x86_64.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|

|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/@sourcemeta/jsonschema)
|
|
4
3
|
[](https://github.com/sourcemeta/jsonschema/releases)
|
|
4
|
+
[](https://www.npmjs.com/package/@sourcemeta/jsonschema)
|
|
5
5
|
[](https://github.com/sourcemeta/jsonschema/actions)
|
|
6
6
|
[](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.
|
|
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.
|
package/jsonschema-darwin-arm64
CHANGED
|
Binary file
|
package/jsonschema-darwin-x86_64
CHANGED
|
Binary file
|
package/jsonschema-linux-x86_64
CHANGED
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sourcemeta/jsonschema",
|
|
3
|
-
"version": "7.2.
|
|
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": {
|