@fabriccode/cli 7.0.45 → 7.0.47
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 +2 -2
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -63,7 +63,7 @@ brew install Kilo-Org/tap/kilo
|
|
|
63
63
|
|
|
64
64
|
### GitHub Releases
|
|
65
65
|
|
|
66
|
-
Download pre-built binaries from the [Releases page](https://github.com/
|
|
66
|
+
Download pre-built binaries from the [Releases page](https://github.com/Fabric-Pro/fabric-code/releases).
|
|
67
67
|
|
|
68
68
|
## Documentation
|
|
69
69
|
|
|
@@ -72,7 +72,7 @@ Download pre-built binaries from the [Releases page](https://github.com/Kilo-Org
|
|
|
72
72
|
|
|
73
73
|
## Links
|
|
74
74
|
|
|
75
|
-
- [GitHub](https://github.com/
|
|
75
|
+
- [GitHub](https://github.com/Fabric-Pro/fabric-code)
|
|
76
76
|
- [Discord](https://kilo.ai/discord)
|
|
77
77
|
- [VS Code Extension](https://kilo.ai/vscode-marketplace)
|
|
78
78
|
- [Website](https://kilo.ai)
|
package/package.json
CHANGED
|
@@ -7,20 +7,20 @@
|
|
|
7
7
|
"scripts": {
|
|
8
8
|
"postinstall": "bun ./postinstall.mjs || node ./postinstall.mjs"
|
|
9
9
|
},
|
|
10
|
-
"version": "7.0.
|
|
10
|
+
"version": "7.0.47",
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"optionalDependencies": {
|
|
13
|
-
"@fabriccode/cli-linux-arm64": "7.0.
|
|
14
|
-
"@fabriccode/cli-linux-x64-musl": "7.0.
|
|
15
|
-
"@fabriccode/cli-
|
|
16
|
-
"@fabriccode/cli-linux-arm64
|
|
17
|
-
"@fabriccode/cli-
|
|
18
|
-
"@fabriccode/cli-linux-x64-baseline
|
|
19
|
-
"@fabriccode/cli-
|
|
20
|
-
"@fabriccode/cli-
|
|
21
|
-
"@fabriccode/cli-darwin-x64": "7.0.
|
|
22
|
-
"@fabriccode/cli-windows-x64-baseline": "7.0.
|
|
23
|
-
"@fabriccode/cli-linux-x64-
|
|
13
|
+
"@fabriccode/cli-linux-arm64-musl": "7.0.47",
|
|
14
|
+
"@fabriccode/cli-linux-x64-baseline-musl": "7.0.47",
|
|
15
|
+
"@fabriccode/cli-linux-x64": "7.0.47",
|
|
16
|
+
"@fabriccode/cli-linux-arm64": "7.0.47",
|
|
17
|
+
"@fabriccode/cli-darwin-arm64": "7.0.47",
|
|
18
|
+
"@fabriccode/cli-linux-x64-baseline": "7.0.47",
|
|
19
|
+
"@fabriccode/cli-darwin-x64": "7.0.47",
|
|
20
|
+
"@fabriccode/cli-windows-x64": "7.0.47",
|
|
21
|
+
"@fabriccode/cli-darwin-x64-baseline": "7.0.47",
|
|
22
|
+
"@fabriccode/cli-windows-x64-baseline": "7.0.47",
|
|
23
|
+
"@fabriccode/cli-linux-x64-musl": "7.0.47"
|
|
24
24
|
},
|
|
25
25
|
"repository": {
|
|
26
26
|
"type": "git",
|