lunel-cli 0.1.110 → 0.1.111
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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -41,8 +41,8 @@ const PTY_RELEASES = {
|
|
|
41
41
|
url: `${PTY_RELEASE_BASE_URL}/lunel-pty-macos-arm64-0`,
|
|
42
42
|
},
|
|
43
43
|
"win32:x64": {
|
|
44
|
-
fileName: "lunel-pty-windows-x8664-
|
|
45
|
-
url: `${PTY_RELEASE_BASE_URL}/lunel-pty-windows-x8664-
|
|
44
|
+
fileName: "lunel-pty-windows-x8664-1.exe",
|
|
45
|
+
url: `${PTY_RELEASE_BASE_URL}/lunel-pty-windows-x8664-1.exe`,
|
|
46
46
|
},
|
|
47
47
|
};
|
|
48
48
|
// Root directory - sandbox all file operations to this
|