mouse-vm 1.0.3 → 1.0.4

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": "mouse-vm",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Transform your smartphone or tablet into a high-performance wireless trackpad, live keyboard, and desktop controller for Windows PC over WiFi.",
5
5
  "main": "server.js",
6
6
  "files": [
package/server.js CHANGED
@@ -22,7 +22,7 @@ for (const arg of process.argv) {
22
22
  process.exit(0);
23
23
  } else if (arg === '--help' || arg === '-h') {
24
24
  console.log(`
25
- @abhi2007/vm2do v${pkg.version} — Wireless Mouse & Keyboard Server for Windows
25
+ mouse-vm v${pkg.version} — Wireless Mouse & Keyboard Server for Windows
26
26
 
27
27
  Usage:
28
28
  vm2do [options]
package/static/sw.js CHANGED
@@ -3,7 +3,7 @@
3
3
  * Provides offline caching, fast load times, and PWA capabilities.
4
4
  * ------------------------------------------------------------- */
5
5
 
6
- const CACHE_NAME = "mouse-vm-v1.0.2";
6
+ const CACHE_NAME = "mouse-vm-v1.0.4";
7
7
  const ASSETS_TO_CACHE = [
8
8
  "./",
9
9
  "./index.html",