uloop-cli 1.3.0 → 1.4.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/README.md +1 -1
- package/README_ja.md +1 -1
- package/dist/cli.bundle.cjs +2 -2
- package/dist/cli.bundle.cjs.map +1 -1
- package/package.json +3 -3
- package/src/default-tools.json +1 -1
- package/src/version.ts +1 -1
package/README.md
CHANGED
|
@@ -423,7 +423,7 @@ uloop completion --shell powershell --install # PowerShell
|
|
|
423
423
|
|
|
424
424
|
- **Node.js 22.0 or later**
|
|
425
425
|
- **Unity 2022.3 or later** with [uLoopMCP](https://github.com/hatayama/uLoopMCP) installed
|
|
426
|
-
- uLoopMCP server running (Window >
|
|
426
|
+
- uLoopMCP server running (Window > Unity CLI Loop > Start Server)
|
|
427
427
|
|
|
428
428
|
## Links
|
|
429
429
|
|
package/README_ja.md
CHANGED
|
@@ -423,7 +423,7 @@ uloop completion --shell powershell --install # PowerShell
|
|
|
423
423
|
|
|
424
424
|
- **Node.js 22.0 以降**
|
|
425
425
|
- **Unity 2022.3 以降**([uLoopMCP](https://github.com/hatayama/uLoopMCP) がインストール済みであること)
|
|
426
|
-
- uLoopMCP サーバーが起動していること(Window >
|
|
426
|
+
- uLoopMCP サーバーが起動していること(Window > Unity CLI Loop > Start Server)
|
|
427
427
|
|
|
428
428
|
## リンク
|
|
429
429
|
|
package/dist/cli.bundle.cjs
CHANGED
|
@@ -5886,7 +5886,7 @@ var import_path4 = require("path");
|
|
|
5886
5886
|
|
|
5887
5887
|
// src/default-tools.json
|
|
5888
5888
|
var default_tools_default = {
|
|
5889
|
-
version: "1.
|
|
5889
|
+
version: "1.4.0",
|
|
5890
5890
|
tools: [
|
|
5891
5891
|
{
|
|
5892
5892
|
name: "compile",
|
|
@@ -6662,7 +6662,7 @@ function getCachedServerVersion() {
|
|
|
6662
6662
|
}
|
|
6663
6663
|
|
|
6664
6664
|
// src/version.ts
|
|
6665
|
-
var VERSION = "1.
|
|
6665
|
+
var VERSION = "1.4.0";
|
|
6666
6666
|
|
|
6667
6667
|
// src/spinner.ts
|
|
6668
6668
|
var SPINNER_FRAMES = ["\u280B", "\u2819", "\u2839", "\u2838", "\u283C", "\u2834", "\u2826", "\u2827", "\u2807", "\u280F"];
|