@powerhousedao/ph-cli 0.26.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,4 +1,7 @@
|
|
|
1
|
+
#!/bin/bash
|
|
1
2
|
OUTPUT=$(pm2 startup | tail -n 1)
|
|
2
3
|
eval $OUTPUT
|
|
4
|
+
ps aux | grep pm2 | grep -v grep | awk '{print $2}' | xargs kill -9 > /dev/null 2>&1
|
|
5
|
+
sudo systemctl daemon-reload
|
|
3
6
|
sudo systemctl enable pm2-$USER
|
|
4
|
-
sudo systemctl start pm2-$USER
|
|
7
|
+
sudo systemctl start pm2-$USER
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/ph-cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.28.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"type": "module",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"graphql-tag": "^2.12.6",
|
|
30
30
|
"knex": "^3.1.0",
|
|
31
31
|
"luxon": "^3.5.0",
|
|
32
|
-
"document-drive": "1.
|
|
32
|
+
"document-drive": "1.16.0"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@powerhousedao/connect": "1.0.0-dev.192",
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
"pm2": "^5.4.3",
|
|
40
40
|
"react": "^18.3.1",
|
|
41
41
|
"react-dom": "^18.3.1",
|
|
42
|
-
"@powerhousedao/codegen": "0.
|
|
43
|
-
"@powerhousedao/config": "1.
|
|
44
|
-
"@powerhousedao/
|
|
45
|
-
"@powerhousedao/
|
|
46
|
-
"@powerhousedao/
|
|
47
|
-
"document-model-libs": "1.
|
|
42
|
+
"@powerhousedao/codegen": "0.32.0",
|
|
43
|
+
"@powerhousedao/config": "1.13.0",
|
|
44
|
+
"@powerhousedao/design-system": "1.22.0",
|
|
45
|
+
"@powerhousedao/scalars": "1.20.0",
|
|
46
|
+
"@powerhousedao/reactor-local": "1.16.0",
|
|
47
|
+
"document-model-libs": "1.128.0"
|
|
48
48
|
},
|
|
49
49
|
"scripts": {
|
|
50
50
|
"build": "tsup",
|