@fastybird/smart-panel 0.5.0-alpha.1 → 0.5.0-alpha.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastybird/smart-panel",
3
- "version": "0.5.0-alpha.1",
3
+ "version": "0.5.0-alpha.2",
4
4
  "description": "FastyBird Smart Panel - IoT Dashboard for Linux devices",
5
5
  "keywords": [
6
6
  "fastybird",
@@ -48,8 +48,8 @@
48
48
  "migration:revert": "node ./node_modules/typeorm/cli.js migration:revert -d ./node_modules/@fastybird/smart-panel-backend/dist/dataSource.js"
49
49
  },
50
50
  "dependencies": {
51
- "@fastybird/smart-panel-admin": ">=0.1.0-0",
52
- "@fastybird/smart-panel-backend": ">=0.1.0-0",
51
+ "@fastybird/smart-panel-admin": "0.5.0-alpha.2",
52
+ "@fastybird/smart-panel-backend": "0.5.0-alpha.2",
53
53
  "chalk": "^5.4.1",
54
54
  "commander": "^13.1.0",
55
55
  "ora": "^8.2.0"
@@ -11,7 +11,7 @@ Group=smart-panel
11
11
  WorkingDirectory=/var/lib/smart-panel
12
12
  EnvironmentFile=-/etc/smart-panel/environment
13
13
  ExecStart=/usr/bin/node /usr/lib/node_modules/@fastybird/smart-panel/node_modules/@fastybird/smart-panel-backend/dist/main.js
14
- Restart=on-failure
14
+ Restart=always
15
15
  RestartSec=5
16
16
  StandardOutput=journal
17
17
  StandardError=journal