@powerhousedao/ph-cli 0.40.85-dev.5 → 0.40.85-dev.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/ph-cli",
3
- "version": "0.40.85-dev.5",
3
+ "version": "0.40.85-dev.6",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "type": "module",
@@ -22,17 +22,6 @@ else
22
22
  # =============================================================================
23
23
  sudo apt install -y postgresql postgresql-contrib nginx
24
24
 
25
- # =============================================================================
26
- # Project Setup
27
- # =============================================================================
28
- echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
29
- echo " Setting up project: $PROJECT_NAME"
30
- echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
31
-
32
- ph init $PROJECT_NAME --$TARGET_TAG
33
- cd $PROJECT_NAME
34
- ph use $TARGET_TAG
35
-
36
25
  # =============================================================================
37
26
  # Interactive Package Installation
38
27
  # =============================================================================
@@ -1,2 +1,2 @@
1
- export declare const version = "0.40.85-dev.5";
1
+ export declare const version = "0.40.85-dev.6";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,3 +1,3 @@
1
1
  // This file is auto-generated. DO NOT EDIT.
2
- export const version = "0.40.85-dev.5";
2
+ export const version = "0.40.85-dev.6";
3
3
  //# sourceMappingURL=version.js.map