ph-cmd 5.3.0-staging.16 → 5.3.0-staging.18
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/build/cli.js +2 -2
- package/package.json +3 -3
package/build/cli.js
CHANGED
|
@@ -658661,7 +658661,7 @@ var exports_version = {};
|
|
|
658661
658661
|
__export(exports_version, {
|
|
658662
658662
|
version: () => version2
|
|
658663
658663
|
});
|
|
658664
|
-
var version2 = "5.3.0-staging.
|
|
658664
|
+
var version2 = "5.3.0-staging.17";
|
|
658665
658665
|
|
|
658666
658666
|
// ../../node_modules/.pnpm/didyoumean@1.2.2/node_modules/didyoumean/didYouMean-1.2.1.js
|
|
658667
658667
|
var require_didYouMean_1_2_1 = __commonJS((exports, module3) => {
|
|
@@ -665997,7 +665997,7 @@ var import_ts_morph = __toESM(require_ts_morph(), 1);
|
|
|
665997
665997
|
// ../../packages/codegen/dist/src/utils/format-with-prettier.js
|
|
665998
665998
|
init_prettier();
|
|
665999
665999
|
async function runPrettier() {
|
|
666000
|
-
await spawnAsync("prettier", ["--write", "."]);
|
|
666000
|
+
await spawnAsync("npx prettier", ["--write", "."]);
|
|
666001
666001
|
}
|
|
666002
666002
|
// ../../node_modules/.pnpm/zocker@3.0.0_zod@4.3.5/node_modules/zocker/dist/index.cjs
|
|
666003
666003
|
var __create3 = Object.create;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ph-cmd",
|
|
3
|
-
"version": "5.3.0-staging.
|
|
3
|
+
"version": "5.3.0-staging.18",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"type": "module",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"read-pkg": "^9.0.1",
|
|
30
30
|
"write-package": "^7.2.0",
|
|
31
31
|
"vitest": "^3.2.4",
|
|
32
|
-
"@powerhousedao/codegen": "5.3.0-staging.
|
|
33
|
-
"@powerhousedao/common": "5.3.0-staging.
|
|
32
|
+
"@powerhousedao/codegen": "5.3.0-staging.18",
|
|
33
|
+
"@powerhousedao/common": "5.3.0-staging.18"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"tsc": "tsc",
|