@opencoven/cli 0.0.11 → 0.0.13
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 +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -20,6 +20,6 @@ Current early-adopter packages target:
|
|
|
20
20
|
|
|
21
21
|
- `@opencoven/cli-macos` for macOS Apple Silicon
|
|
22
22
|
- `@opencoven/cli-linux-x64` for glibc-based Linux x64 distributions
|
|
23
|
-
- `@opencoven/cli-windows` for Windows x64
|
|
23
|
+
- `@opencoven/cli-windows` for Windows x64
|
|
24
24
|
|
|
25
25
|
Alpine Linux is not supported.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opencoven/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Coven CLI wrapper for the native Rust binary.",
|
|
6
6
|
"type": "module",
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
"url": "git+https://github.com/OpenCoven/coven.git"
|
|
18
18
|
},
|
|
19
19
|
"optionalDependencies": {
|
|
20
|
-
"@opencoven/cli-macos": "0.0.
|
|
21
|
-
"@opencoven/cli-linux-x64": "0.0.
|
|
22
|
-
"@opencoven/cli-windows": "0.0.
|
|
20
|
+
"@opencoven/cli-macos": "0.0.13",
|
|
21
|
+
"@opencoven/cli-linux-x64": "0.0.13",
|
|
22
|
+
"@opencoven/cli-windows": "0.0.13"
|
|
23
23
|
},
|
|
24
24
|
"engines": {
|
|
25
25
|
"node": ">=18"
|