uloop-cli 0.59.1 → 0.60.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 -10
- package/dist/cli.bundle.cjs.map +2 -2
- package/package.json +1 -1
- package/src/default-tools.json +1 -9
- package/src/version.ts +1 -1
package/dist/cli.bundle.cjs
CHANGED
|
@@ -5763,7 +5763,7 @@ var import_path3 = require("path");
|
|
|
5763
5763
|
|
|
5764
5764
|
// src/default-tools.json
|
|
5765
5765
|
var default_tools_default = {
|
|
5766
|
-
version: "0.
|
|
5766
|
+
version: "0.60.0",
|
|
5767
5767
|
tools: [
|
|
5768
5768
|
{
|
|
5769
5769
|
name: "compile",
|
|
@@ -5849,10 +5849,6 @@ var default_tools_default = {
|
|
|
5849
5849
|
FilterValue: {
|
|
5850
5850
|
type: "string",
|
|
5851
5851
|
description: "Filter value"
|
|
5852
|
-
},
|
|
5853
|
-
SaveXml: {
|
|
5854
|
-
type: "boolean",
|
|
5855
|
-
description: "Save test results as XML"
|
|
5856
5852
|
}
|
|
5857
5853
|
}
|
|
5858
5854
|
}
|
|
@@ -6084,10 +6080,6 @@ var default_tools_default = {
|
|
|
6084
6080
|
CompileOnly: {
|
|
6085
6081
|
type: "boolean",
|
|
6086
6082
|
description: "Compile only without execution"
|
|
6087
|
-
},
|
|
6088
|
-
AutoQualifyUnityTypesOnce: {
|
|
6089
|
-
type: "boolean",
|
|
6090
|
-
description: "Auto-qualify Unity types"
|
|
6091
6083
|
}
|
|
6092
6084
|
}
|
|
6093
6085
|
}
|
|
@@ -6215,7 +6207,7 @@ function getCachedServerVersion() {
|
|
|
6215
6207
|
}
|
|
6216
6208
|
|
|
6217
6209
|
// src/version.ts
|
|
6218
|
-
var VERSION = "0.
|
|
6210
|
+
var VERSION = "0.60.0";
|
|
6219
6211
|
|
|
6220
6212
|
// src/spinner.ts
|
|
6221
6213
|
var SPINNER_FRAMES = ["\u280B", "\u2819", "\u2839", "\u2838", "\u283C", "\u2834", "\u2826", "\u2827", "\u2807", "\u280F"];
|