@absolutejs/absolute 0.19.0-beta.118 → 0.19.0-beta.119
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/.absolutejs/tsconfig.tsbuildinfo +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -149,7 +149,7 @@ var CERT_DIR, CERT_PATH, KEY_PATH, CERT_VALIDITY_DAYS = 365, devLog = (msg) => c
|
|
|
149
149
|
}
|
|
150
150
|
}, commandExists = (cmd) => {
|
|
151
151
|
try {
|
|
152
|
-
const check = platform2() === "win32" ? ["where", cmd] : ["
|
|
152
|
+
const check = platform2() === "win32" ? ["where", cmd] : ["which", cmd];
|
|
153
153
|
const result = Bun.spawnSync(check, {
|
|
154
154
|
stderr: "pipe",
|
|
155
155
|
stdout: "pipe"
|
package/dist/index.js
CHANGED
|
@@ -205149,7 +205149,7 @@ var CERT_DIR, CERT_PATH, KEY_PATH, CERT_VALIDITY_DAYS = 365, devLog = (msg) => c
|
|
|
205149
205149
|
}
|
|
205150
205150
|
}, commandExists = (cmd) => {
|
|
205151
205151
|
try {
|
|
205152
|
-
const check = platform3() === "win32" ? ["where", cmd] : ["
|
|
205152
|
+
const check = platform3() === "win32" ? ["where", cmd] : ["which", cmd];
|
|
205153
205153
|
const result = Bun.spawnSync(check, {
|
|
205154
205154
|
stderr: "pipe",
|
|
205155
205155
|
stdout: "pipe"
|
|
@@ -205586,5 +205586,5 @@ export {
|
|
|
205586
205586
|
ANGULAR_INIT_TIMEOUT_MS
|
|
205587
205587
|
};
|
|
205588
205588
|
|
|
205589
|
-
//# debugId=
|
|
205589
|
+
//# debugId=62882C679F8A17DE64756E2164756E21
|
|
205590
205590
|
//# sourceMappingURL=index.js.map
|