ph-cmd 5.3.0-staging.7 → 5.3.0-staging.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
|
@@ -658669,7 +658669,7 @@ var exports_version = {};
|
|
|
658669
658669
|
__export(exports_version, {
|
|
658670
658670
|
version: () => version2
|
|
658671
658671
|
});
|
|
658672
|
-
var version2 = "5.3.0-staging.
|
|
658672
|
+
var version2 = "5.3.0-staging.7";
|
|
658673
658673
|
|
|
658674
658674
|
// ../../node_modules/.pnpm/didyoumean@1.2.2/node_modules/didyoumean/didYouMean-1.2.1.js
|
|
658675
658675
|
var require_didYouMean_1_2_1 = __commonJS((exports, module3) => {
|
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.8",
|
|
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.8",
|
|
33
|
+
"@powerhousedao/common": "5.3.0-staging.8"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"tsc": "tsc",
|