@meistrari/remy-cli 1.17.2 → 1.17.3-rc.0
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 +6 -0
- package/dist/remy.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,6 +22,12 @@ bun i -g @meistrari/remy-cli
|
|
|
22
22
|
pnpm i -g @meistrari/remy-cli
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
+
These commands install the stable release from npm's `latest` channel. To try the release candidate from `main`, install the `rc` channel:
|
|
26
|
+
|
|
27
|
+
```bash
|
|
28
|
+
bun i -g @meistrari/remy-cli@rc
|
|
29
|
+
```
|
|
30
|
+
|
|
25
31
|
Then open Remy:
|
|
26
32
|
|
|
27
33
|
```bash
|
package/dist/remy.js
CHANGED
|
@@ -39686,7 +39686,7 @@ var compactMarkRows = 9;
|
|
|
39686
39686
|
var compactMinWidth = 48;
|
|
39687
39687
|
var compactMinHeight = 20;
|
|
39688
39688
|
var markBrightnessGain = 4.2;
|
|
39689
|
-
var remyCliVersion = "1.17.
|
|
39689
|
+
var remyCliVersion = "1.17.3-rc.0";
|
|
39690
39690
|
async function showRemySplash({
|
|
39691
39691
|
createRenderer = createRemyRenderer,
|
|
39692
39692
|
durationMs = splashDurationMs,
|