@meistrari/remy-cli 1.3.0 → 1.4.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
|
@@ -37197,7 +37197,7 @@ var compactMarkRows = 9;
|
|
|
37197
37197
|
var compactMinWidth = 48;
|
|
37198
37198
|
var compactMinHeight = 20;
|
|
37199
37199
|
var markBrightnessGain = 4.2;
|
|
37200
|
-
var remyCliVersion = "1.
|
|
37200
|
+
var remyCliVersion = "1.4.0";
|
|
37201
37201
|
async function showRemySplash({
|
|
37202
37202
|
createRenderer = createRemyRenderer,
|
|
37203
37203
|
durationMs = splashDurationMs,
|