@sourcemeta/jsonschema 6.0.3 → 7.0.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
@@ -68,6 +68,16 @@ documentation:
68
68
 
69
69
  Note that YAML is supported in most commands!
70
70
 
71
+ ***
72
+
73
+ If you are looking for more of a tutorial and overview of what the CLI is
74
+ capable of, take a look at the [Applying software engineering practices to JSON
75
+ Schemas](https://www.youtube.com/watch?v=wJ7bK22n3IU) talk from the 2024 [JSON
76
+ Schema Conference](https://conference.json-schema.org). It covers advise on
77
+ ontology design, linting, unit testing, CI/CD integration, and more:
78
+
79
+ [![JSON Schema Conference 2024 - Applying software engineering practices to JSON Schemas](https://img.youtube.com/vi/wJ7bK22n3IU/0.jpg)](https://www.youtube.com/watch?v=wJ7bK22n3IU)
80
+
71
81
  Installation
72
82
  ------------
73
83
 
@@ -89,7 +99,7 @@ brew install sourcemeta/apps/jsonschema
89
99
  Where `X.Y.Z` is replaced with the desired version. For example:
90
100
 
91
101
  ```yaml
92
- - uses: sourcemeta/jsonschema@v6.0.3
102
+ - uses: sourcemeta/jsonschema@v7.0.1
93
103
  # Then use as usual
94
104
  - run: jsonschema fmt path/to/schemas --check
95
105
  ```
@@ -164,6 +174,13 @@ the oven. In the mean-time, star the project to show your support!
164
174
  |-----------------------|-----------------------------------------------------|-------------|
165
175
  | Upgrading/Downgrading | Convert a JSON Schema into a later or older dialect | Not started |
166
176
 
177
+ Contributors
178
+ ------------
179
+
180
+ <a href="https://github.com/sourcemeta/jsonschema/graphs/contributors">
181
+ <img src="https://contrib.rocks/image?repo=sourcemeta/jsonschema" />
182
+ </a>
183
+
167
184
  License
168
185
  -------
169
186
 
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": "6.0.3",
3
+ "version": "7.0.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": {