@syngrisi/syngrisi 2.2.2 → 2.2.5

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.
Files changed (25) hide show
  1. package/README.md +4 -2
  2. package/dist/tsconfig.tsbuildinfo +1 -1
  3. package/mvc/views/react/admin/index.html +4 -4
  4. package/mvc/views/react/assets/{LogicalGroup.6c0a9f4a.js → LogicalGroup.0c7b572b.js} +20 -27
  5. package/mvc/views/react/assets/{PasswordInput.b97a4ef7.js → PasswordInput.85496f1d.js} +1 -1
  6. package/mvc/views/react/assets/{admin.6d843d1b.js → admin.a2a37a4a.js} +3 -3
  7. package/mvc/views/react/assets/{auth.ecf25364.js → auth.6b8a01d6.js} +2 -2
  8. package/mvc/views/react/assets/{root.25abcc85.js → root.b5915ec0.js} +2 -2
  9. package/mvc/views/react/assets/{use-form.10003abf.js → use-form.2c921e76.js} +361 -229
  10. package/mvc/views/react/auth/index.html +3 -3
  11. package/mvc/views/react/index2/index.html +3 -3
  12. package/package.json +2 -2
  13. package/src/server/controllers/auth.controller.ts.bak +83 -0
  14. package/src/ui-app/package-lock.json +292 -386
  15. package/src/ui-app/package.json +1 -1
  16. package/src/ui-app/tsconfig.node.json.bak +12 -0
  17. package/src/server/lib/parseDiff.js.bak +0 -72
  18. package/src/tasks/backup.js.bak +0 -84
  19. package/src/tasks/restore.js.bak +0 -100
  20. package/static/data/custom_devices.json +0 -14
  21. /package/{static → src/server/static/static}/js/canvasjs.min.js.bak +0 -0
  22. /package/{static → src/server/static/static}/js/chart.js.bak +0 -0
  23. /package/{static → src/server/static/static}/js/jquery-3.3.1.slim.js.bak +0 -0
  24. /package/{static → src/server/static/static}/js/jquery-3.3.1.slim.min.js.bak +0 -0
  25. /package/{static → src/server/static/static}/js/moment.min.js.bak +0 -0
package/README.md CHANGED
@@ -30,7 +30,8 @@ There are two modes in which Syngrisi can be run:
30
30
 
31
31
  https://user-images.githubusercontent.com/23633060/225095007-39ee0a29-61c1-4f46-99ab-1af67052accb.mp4
32
32
 
33
- > 💡If you want to try Syngrisi for the first time, you can use [boilerplate projects](#boilerplates); they are installed easily and quickly and allow you to evaluate the basic capabilities of the tool.
33
+ > [!TIP]
34
+ > If you want to try Syngrisi for the first time, you can use [boilerplate projects](#boilerplates); they are installed easily and quickly and allow you to evaluate the basic capabilities of the tool.
34
35
 
35
36
  ### Native Mode Installation
36
37
 
@@ -48,7 +49,8 @@ npm init sy@latest <path_to_syngrisi>
48
49
 
49
50
  For more details on setup customization, refer to the [create-sy](../create-sy) package documentation.
50
51
 
51
- > ⚠️ Important: Ensure that MongoDB is running before starting Syngrisi in native mode.
52
+ > [!IMPORTANT]
53
+ > Ensure that MongoDB is running before starting Syngrisi in **native** mode.
52
54
 
53
55
  To run the server, execute:
54
56