@meistrari/remy-cli 1.0.0 → 1.1.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/dist/remy.js +1 -1
- package/package.json +1 -1
package/dist/remy.js
CHANGED
|
@@ -37001,7 +37001,7 @@ var compactMarkRows = 9;
|
|
|
37001
37001
|
var compactMinWidth = 48;
|
|
37002
37002
|
var compactMinHeight = 20;
|
|
37003
37003
|
var markBrightnessGain = 4.2;
|
|
37004
|
-
var remyCliVersion = "1.
|
|
37004
|
+
var remyCliVersion = "1.1.0";
|
|
37005
37005
|
async function showRemySplash({
|
|
37006
37006
|
createRenderer = createRemyRenderer,
|
|
37007
37007
|
durationMs = splashDurationMs,
|