Comparing version 0.9.12 to 0.9.13
{ | ||
"name": "phero", | ||
"version": "0.9.12", | ||
"version": "0.9.13", | ||
"description": "Full-stack type-safety with pure TypeScript", | ||
@@ -24,3 +24,4 @@ "homepage": "https://phero.dev", | ||
"dependencies": { | ||
"@phero/dev": "^0.9.12", | ||
"@phero/dev": "^0.9.13", | ||
"@types/node": "^18.11.9", | ||
"ink": "^3.2.0", | ||
@@ -55,3 +56,3 @@ "ink-select-input": "^4.2.1", | ||
}, | ||
"gitHead": "0d0351d6f2746e96688852991e09ffa9822ca852" | ||
"gitHead": "823f125ba4a77d0d530dbbddbaaf69817de18bc7" | ||
} |
@@ -46,2 +46,5 @@ "use strict"; | ||
stderr.on("data", (data) => onLog === null || onLog === void 0 ? void 0 : onLog(data.toString().trim())); | ||
if (pid === undefined) { | ||
throw new Error(`Can't create process for ${executableName}.`); | ||
} | ||
const childProcess = { | ||
@@ -48,0 +51,0 @@ executable, |
{ | ||
"name": "phero", | ||
"version": "0.9.12", | ||
"version": "0.9.13", | ||
"description": "Full-stack type-safety with pure TypeScript", | ||
@@ -24,3 +24,4 @@ "homepage": "https://phero.dev", | ||
"dependencies": { | ||
"@phero/dev": "^0.9.12", | ||
"@phero/dev": "^0.9.13", | ||
"@types/node": "^18.11.9", | ||
"ink": "^3.2.0", | ||
@@ -55,3 +56,3 @@ "ink-select-input": "^4.2.1", | ||
}, | ||
"gitHead": "0d0351d6f2746e96688852991e09ffa9822ca852" | ||
"gitHead": "823f125ba4a77d0d530dbbddbaaf69817de18bc7" | ||
} |
@@ -64,3 +64,7 @@ import { spawn } from "child_process" | ||
const childProcess = { | ||
if (pid === undefined) { | ||
throw new Error(`Can't create process for ${executableName}.`) | ||
} | ||
const childProcess: ChildProcess = { | ||
executable, | ||
@@ -67,0 +71,0 @@ argv, |
104944
2213
7
+ Added@types/node@^18.11.9
+ Added@types/node@18.19.74(transitive)
+ Addedundici-types@5.26.5(transitive)
Updated@phero/dev@^0.9.13