@sourcemeta/jsonschema 4.3.0 → 4.3.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
|
@@ -91,7 +91,7 @@ brew install sourcemeta/apps/jsonschema
|
|
|
91
91
|
Where `X.Y.Z` is replaced with the desired version. For example:
|
|
92
92
|
|
|
93
93
|
```yaml
|
|
94
|
-
- uses: sourcemeta/jsonschema@v4.3.
|
|
94
|
+
- uses: sourcemeta/jsonschema@v4.3.1
|
|
95
95
|
# Then use as usual
|
|
96
96
|
- run: jsonschema fmt path/to/schemas --check
|
|
97
97
|
```
|
|
@@ -162,10 +162,9 @@ Coming Soon
|
|
|
162
162
|
This project is under heavy development, and we have a lot of cool things in
|
|
163
163
|
the oven. In the mean-time, star the project to show your support!
|
|
164
164
|
|
|
165
|
-
| Feature | Description
|
|
166
|
-
|
|
167
|
-
|
|
|
168
|
-
| Upgrading/Downgrading | Convert a JSON Schema into a later or older dialect | Not started |
|
|
165
|
+
| Feature | Description | Status |
|
|
166
|
+
|-----------------------|-----------------------------------------------------|-------------|
|
|
167
|
+
| Upgrading/Downgrading | Convert a JSON Schema into a later or older dialect | Not started |
|
|
169
168
|
|
|
170
169
|
License
|
|
171
170
|
-------
|
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": "4.3.
|
|
3
|
+
"version": "4.3.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": {
|