@powerhousedao/ph-cli 0.27.0 → 0.28.0

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.
@@ -1,3 +1,4 @@
1
+ #!/bin/bash
1
2
  OUTPUT=$(pm2 startup | tail -n 1)
2
3
  eval $OUTPUT
3
4
  ps aux | grep pm2 | grep -v grep | awk '{print $2}' | xargs kill -9 > /dev/null 2>&1
@@ -1,5 +1,6 @@
1
+ #!/bin/bash
1
2
  sudo systemctl stop pm2-$USER
2
3
  sudo systemctl disable pm2-$USER
3
4
  OUTPUT=$(pm2 unstartup | tail -n 1)
4
5
  eval $OUTPUT
5
- sudo systemctl daemon-reload
6
+ sudo systemctl daemon-reload
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/ph-cli",
3
- "version": "0.27.0",
3
+ "version": "0.28.0",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "type": "module",
@@ -39,8 +39,8 @@
39
39
  "pm2": "^5.4.3",
40
40
  "react": "^18.3.1",
41
41
  "react-dom": "^18.3.1",
42
- "@powerhousedao/config": "1.13.0",
43
42
  "@powerhousedao/codegen": "0.32.0",
43
+ "@powerhousedao/config": "1.13.0",
44
44
  "@powerhousedao/design-system": "1.22.0",
45
45
  "@powerhousedao/scalars": "1.20.0",
46
46
  "@powerhousedao/reactor-local": "1.16.0",