@wordbricks/velen 0.1.4-win32-x64 → 0.2.0-darwin-arm64
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
|
@@ -5,7 +5,8 @@ Rust CLI workspace for `velen` and the companion CLI API contract.
|
|
|
5
5
|
Key references:
|
|
6
6
|
|
|
7
7
|
- Human-oriented protocol and workflow spec: `docs/SPEC.md`
|
|
8
|
-
-
|
|
8
|
+
- Split OpenAPI source: `../../packages/cli-contract/openapi/source/cli.openapi.yaml`
|
|
9
|
+
- Generated JSON API contract: `../../packages/cli-contract/openapi/generated/cli.openapi.json`
|
|
9
10
|
|
|
10
11
|
Runtime config:
|
|
11
12
|
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordbricks/velen",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0-darwin-arm64",
|
|
4
4
|
"description": "Velen CLI",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"os": [
|
|
7
|
-
"
|
|
7
|
+
"darwin"
|
|
8
8
|
],
|
|
9
9
|
"cpu": [
|
|
10
|
-
"
|
|
10
|
+
"arm64"
|
|
11
11
|
],
|
|
12
12
|
"files": [
|
|
13
13
|
"vendor",
|
|
Binary file
|
|
Binary file
|