dashcam 1.3.20-beta → 1.3.22-beta

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 (2) hide show
  1. package/bin/dashcam.js +3 -0
  2. package/package.json +1 -1
package/bin/dashcam.js CHANGED
@@ -403,6 +403,9 @@ program
403
403
  .command('stop')
404
404
  .description('Stop the current recording and wait for upload completion')
405
405
  .action(async () => {
406
+
407
+ console.log('!!!! Updated Stop')
408
+
406
409
  try {
407
410
  // Enable verbose logging for stop command
408
411
  setVerbose(true);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dashcam",
3
- "version": "1.3.20-beta",
3
+ "version": "1.3.22-beta",
4
4
  "description": "Minimal CLI version of Dashcam desktop app",
5
5
  "main": "bin/dashcam.js",
6
6
  "bin": {