ph-cmd 6.0.0-dev.57 → 6.0.0-dev.59
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 +1831 -48
- package/build/cli.old.js +2 -2
- package/build/generate-commands-docs.js +1832 -49
- package/package.json +3 -3
package/build/cli.old.js
CHANGED
|
@@ -574022,7 +574022,7 @@ var devDependenciesTemplate = (versionedDevDependencies) => json`
|
|
|
574022
574022
|
`)},
|
|
574023
574023
|
"@electric-sql/pglite": "^0.2.12",
|
|
574024
574024
|
"@eslint/js": "^9.38.0",
|
|
574025
|
-
"@powerhousedao/analytics-engine-core": "
|
|
574025
|
+
"@powerhousedao/analytics-engine-core": "0.6.4",
|
|
574026
574026
|
"@tailwindcss/cli": "^4.1.4",
|
|
574027
574027
|
"@testing-library/react": "^16.3.0",
|
|
574028
574028
|
"@types/node": "^24.9.2",
|
|
@@ -602234,7 +602234,7 @@ import fs6 from "node:fs";
|
|
|
602234
602234
|
import path9 from "node:path";
|
|
602235
602235
|
var customVersionHandler = async () => {
|
|
602236
602236
|
const projectInfo = await getProjectInfo(undefined, false);
|
|
602237
|
-
const version2 = "6.0.0-dev.
|
|
602237
|
+
const version2 = "6.0.0-dev.58";
|
|
602238
602238
|
console.log("PH CMD version: ", version2);
|
|
602239
602239
|
if (projectInfo.available) {
|
|
602240
602240
|
const packageManager = getPackageManagerFromLockfile(projectInfo.path);
|