uloop-cli 0.63.0 → 0.64.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/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
|
@@ -5783,7 +5783,7 @@ var import_path3 = require("path");
|
|
|
5783
5783
|
|
|
5784
5784
|
// src/default-tools.json
|
|
5785
5785
|
var default_tools_default = {
|
|
5786
|
-
version: "0.
|
|
5786
|
+
version: "0.64.0",
|
|
5787
5787
|
tools: [
|
|
5788
5788
|
{
|
|
5789
5789
|
name: "compile",
|
|
@@ -6227,7 +6227,7 @@ function getCachedServerVersion() {
|
|
|
6227
6227
|
}
|
|
6228
6228
|
|
|
6229
6229
|
// src/version.ts
|
|
6230
|
-
var VERSION = "0.
|
|
6230
|
+
var VERSION = "0.64.0";
|
|
6231
6231
|
|
|
6232
6232
|
// src/spinner.ts
|
|
6233
6233
|
var SPINNER_FRAMES = ["\u280B", "\u2819", "\u2839", "\u2838", "\u283C", "\u2834", "\u2826", "\u2827", "\u2807", "\u280F"];
|