ph-cmd 6.0.0-dev.7 → 6.0.0-dev.8
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 +1 -1
- package/package.json +3 -3
package/build/cli.js
CHANGED
|
@@ -733,7 +733,7 @@ import fs from "fs";
|
|
|
733
733
|
import path4 from "path";
|
|
734
734
|
var customVersionHandler = async () => {
|
|
735
735
|
const projectInfo = await getProjectInfo(void 0, false);
|
|
736
|
-
const { version } = await import("./version-
|
|
736
|
+
const { version } = await import("./version-IBJNFS7G.js");
|
|
737
737
|
console.log("PH CMD version: ", version);
|
|
738
738
|
if (projectInfo.available) {
|
|
739
739
|
const packageManager = getPackageManagerFromLockfile(projectInfo.path);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ph-cmd",
|
|
3
|
-
"version": "6.0.0-dev.
|
|
3
|
+
"version": "6.0.0-dev.8",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"type": "module",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"package-manager-detector": "^0.2.11",
|
|
29
29
|
"read-pkg": "^9.0.1",
|
|
30
30
|
"write-package": "^7.2.0",
|
|
31
|
-
"@powerhousedao/
|
|
32
|
-
"@powerhousedao/
|
|
31
|
+
"@powerhousedao/common": "6.0.0-dev.8",
|
|
32
|
+
"@powerhousedao/codegen": "6.0.0-dev.8"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"tsup": "^8.5.1",
|