uloop-cli 0.66.0 → 0.66.1
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 +7 -4
- package/src/default-tools.json +1 -1
- package/src/version.ts +1 -1
package/dist/cli.bundle.cjs
CHANGED
|
@@ -5827,7 +5827,7 @@ var import_path3 = require("path");
|
|
|
5827
5827
|
|
|
5828
5828
|
// src/default-tools.json
|
|
5829
5829
|
var default_tools_default = {
|
|
5830
|
-
version: "0.66.
|
|
5830
|
+
version: "0.66.1",
|
|
5831
5831
|
tools: [
|
|
5832
5832
|
{
|
|
5833
5833
|
name: "compile",
|
|
@@ -6275,7 +6275,7 @@ function getCachedServerVersion() {
|
|
|
6275
6275
|
}
|
|
6276
6276
|
|
|
6277
6277
|
// src/version.ts
|
|
6278
|
-
var VERSION = "0.66.
|
|
6278
|
+
var VERSION = "0.66.1";
|
|
6279
6279
|
|
|
6280
6280
|
// src/spinner.ts
|
|
6281
6281
|
var SPINNER_FRAMES = ["\u280B", "\u2819", "\u2839", "\u2838", "\u283C", "\u2834", "\u2826", "\u2827", "\u2807", "\u280F"];
|