manageos 2.0.2 → 2.2.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.
Files changed (58) hide show
  1. package/dist/Android/adb.d.ts.map +1 -1
  2. package/dist/Android/adb.js +0 -3
  3. package/dist/Android/adb.js.map +1 -1
  4. package/dist/Android/fastboot.js +1 -1
  5. package/dist/Android/fastboot.js.map +1 -1
  6. package/dist/PsExec/index.d.ts +11 -0
  7. package/dist/PsExec/index.d.ts.map +1 -0
  8. package/dist/PsExec/index.js +11 -0
  9. package/dist/PsExec/index.js.map +1 -0
  10. package/dist/PsExec/psexec.d.ts +39 -0
  11. package/dist/PsExec/psexec.d.ts.map +1 -0
  12. package/dist/PsExec/psexec.js +118 -0
  13. package/dist/PsExec/psexec.js.map +1 -0
  14. package/dist/PsExec/psfile.d.ts +30 -0
  15. package/dist/PsExec/psfile.d.ts.map +1 -0
  16. package/dist/PsExec/psfile.js +92 -0
  17. package/dist/PsExec/psfile.js.map +1 -0
  18. package/dist/PsExec/psgetsid.d.ts +29 -0
  19. package/dist/PsExec/psgetsid.d.ts.map +1 -0
  20. package/dist/PsExec/psgetsid.js +85 -0
  21. package/dist/PsExec/psgetsid.js.map +1 -0
  22. package/dist/PsExec/psinfo.d.ts +33 -0
  23. package/dist/PsExec/psinfo.d.ts.map +1 -0
  24. package/dist/PsExec/psinfo.js +101 -0
  25. package/dist/PsExec/psinfo.js.map +1 -0
  26. package/dist/auditpolicy.d.ts +24 -0
  27. package/dist/auditpolicy.d.ts.map +1 -0
  28. package/dist/auditpolicy.js +115 -0
  29. package/dist/auditpolicy.js.map +1 -0
  30. package/dist/camera.d.ts +34 -0
  31. package/dist/camera.d.ts.map +1 -0
  32. package/dist/camera.js +172 -0
  33. package/dist/camera.js.map +1 -0
  34. package/dist/certificates.d.ts +30 -0
  35. package/dist/certificates.d.ts.map +1 -0
  36. package/dist/certificates.js +143 -0
  37. package/dist/certificates.js.map +1 -0
  38. package/dist/index.d.ts +16 -0
  39. package/dist/index.d.ts.map +1 -1
  40. package/dist/index.js +16 -0
  41. package/dist/index.js.map +1 -1
  42. package/dist/microphone.d.ts +39 -0
  43. package/dist/microphone.d.ts.map +1 -0
  44. package/dist/microphone.js +94 -0
  45. package/dist/microphone.js.map +1 -0
  46. package/dist/printer.d.ts +51 -0
  47. package/dist/printer.d.ts.map +1 -0
  48. package/dist/printer.js +170 -0
  49. package/dist/printer.js.map +1 -0
  50. package/dist/shell.d.ts +49 -0
  51. package/dist/shell.d.ts.map +1 -0
  52. package/dist/shell.js +212 -0
  53. package/dist/shell.js.map +1 -0
  54. package/dist/usb.d.ts +29 -0
  55. package/dist/usb.d.ts.map +1 -0
  56. package/dist/usb.js +161 -0
  57. package/dist/usb.js.map +1 -0
  58. package/package.json +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manageos",
3
- "version": "2.0.2",
3
+ "version": "2.2.0",
4
4
  "description": "ManageOS",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",
@@ -27,12 +27,15 @@
27
27
  "dependencies": {
28
28
  "@types/deasync": "^0.1.5",
29
29
  "@types/node-notifier": "^8.0.5",
30
+ "@types/node-webcam": "^0.8.3",
30
31
  "@types/node-windows": "^0.1.6",
31
32
  "@types/screenshot-desktop": "^1.15.0",
32
33
  "@types/systeminformation": "^3.23.1",
33
34
  "deasync": "^0.1.30",
34
35
  "loudness": "^0.4.2",
36
+ "node-mic": "^1.0.1",
35
37
  "node-notifier": "^10.0.1",
38
+ "node-webcam": "^0.8.2",
36
39
  "node-windows": "^1.0.0-beta.8",
37
40
  "screenshot-desktop": "^1.15.2",
38
41
  "systeminformation": "^5.27.10",