@getpochi/cli 0.5.87 → 0.5.88
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.js +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -388284,7 +388284,7 @@ class PochiConfigFile {
|
|
|
388284
388284
|
await fsPromise.writeFile(tmp, content);
|
|
388285
388285
|
await fsPromise.rename(tmp, this.configFilePath);
|
|
388286
388286
|
} catch (err) {
|
|
388287
|
-
logger.error("Failed to save config file", err);
|
|
388287
|
+
logger.error("Failed to save config file", JSON.stringify(err));
|
|
388288
388288
|
}
|
|
388289
388289
|
}
|
|
388290
388290
|
updateConfig = async (newConfig) => {
|
|
@@ -404808,7 +404808,7 @@ var {
|
|
|
404808
404808
|
// package.json
|
|
404809
404809
|
var package_default = {
|
|
404810
404810
|
name: "@getpochi/cli",
|
|
404811
|
-
version: "0.5.
|
|
404811
|
+
version: "0.5.88",
|
|
404812
404812
|
type: "module",
|
|
404813
404813
|
bin: {
|
|
404814
404814
|
pochi: "src/cli.ts"
|