uloop-cli 0.54.4 → 0.54.5
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/cli.bundle.cjs +2 -2
- package/dist/cli.bundle.cjs.map +1 -1
- package/package.json +1 -1
- package/src/default-tools.json +1 -1
- package/src/version.ts +1 -1
package/dist/cli.bundle.cjs
CHANGED
|
@@ -5759,7 +5759,7 @@ var import_path3 = require("path");
|
|
|
5759
5759
|
|
|
5760
5760
|
// src/default-tools.json
|
|
5761
5761
|
var default_tools_default = {
|
|
5762
|
-
version: "0.54.
|
|
5762
|
+
version: "0.54.5",
|
|
5763
5763
|
tools: [
|
|
5764
5764
|
{
|
|
5765
5765
|
name: "compile",
|
|
@@ -6190,7 +6190,7 @@ function getCacheFilePath() {
|
|
|
6190
6190
|
}
|
|
6191
6191
|
|
|
6192
6192
|
// src/version.ts
|
|
6193
|
-
var VERSION = "0.54.
|
|
6193
|
+
var VERSION = "0.54.5";
|
|
6194
6194
|
|
|
6195
6195
|
// src/spinner.ts
|
|
6196
6196
|
var SPINNER_FRAMES = ["\u280B", "\u2819", "\u2839", "\u2838", "\u283C", "\u2834", "\u2826", "\u2827", "\u2807", "\u280F"];
|