uloop-cli 0.68.0 → 0.68.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 +1 -1
- package/src/default-tools.json +1 -1
- package/src/version.ts +1 -1
package/dist/cli.bundle.cjs
CHANGED
|
@@ -5824,7 +5824,7 @@ var import_path3 = require("path");
|
|
|
5824
5824
|
|
|
5825
5825
|
// src/default-tools.json
|
|
5826
5826
|
var default_tools_default = {
|
|
5827
|
-
version: "0.68.
|
|
5827
|
+
version: "0.68.1",
|
|
5828
5828
|
tools: [
|
|
5829
5829
|
{
|
|
5830
5830
|
name: "compile",
|
|
@@ -6318,7 +6318,7 @@ function getCachedServerVersion() {
|
|
|
6318
6318
|
}
|
|
6319
6319
|
|
|
6320
6320
|
// src/version.ts
|
|
6321
|
-
var VERSION = "0.68.
|
|
6321
|
+
var VERSION = "0.68.1";
|
|
6322
6322
|
|
|
6323
6323
|
// src/spinner.ts
|
|
6324
6324
|
var SPINNER_FRAMES = ["\u280B", "\u2819", "\u2839", "\u2838", "\u283C", "\u2834", "\u2826", "\u2827", "\u2807", "\u280F"];
|