@sourcemeta/jsonschema 4.1.1 → 4.1.2

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
@@ -66,6 +66,8 @@ documentation:
66
66
  - [`jsonschema compile`](./docs/compile.markdown) (for internal debugging)
67
67
  - [`jsonschema identify`](./docs/identify.markdown)
68
68
  - [`jsonschema canonicalize`](./docs/canonicalize.markdown) (for static analysis)
69
+ - [`jsonschema encode`](./docs/encode.markdown) (for binary compression)
70
+ - [`jsonschema decode`](./docs/decode.markdown)
69
71
 
70
72
  Installation
71
73
  ------------
@@ -89,7 +91,7 @@ brew install sourcemeta/apps/jsonschema
89
91
  Where `X.Y.Z` is replaced with the desired version. For example:
90
92
 
91
93
  ```yaml
92
- - uses: sourcemeta/jsonschema@v4.1.1
94
+ - uses: sourcemeta/jsonschema@v4.1.2
93
95
  # Then use as usual
94
96
  - run: jsonschema fmt path/to/schemas --check
95
97
  ```
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": "4.1.1",
3
+ "version": "4.1.2",
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": {