livedesk 0.1.473 → 0.1.474

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livedesk/client",
3
- "version": "0.1.221",
3
+ "version": "0.1.222",
4
4
  "description": "LiveDesk local remote client",
5
5
  "type": "module",
6
6
  "bin": {
@@ -41,10 +41,10 @@
41
41
  "ws": "^8.18.3"
42
42
  },
43
43
  "optionalDependencies": {
44
- "@livedesk/fast-linux-x64": "0.1.426",
45
- "@livedesk/fast-osx-arm64": "0.1.426",
46
- "@livedesk/fast-osx-x64": "0.1.426",
47
- "@livedesk/fast-win-x64": "0.1.426"
44
+ "@livedesk/fast-linux-x64": "0.1.427",
45
+ "@livedesk/fast-osx-arm64": "0.1.427",
46
+ "@livedesk/fast-osx-x64": "0.1.427",
47
+ "@livedesk/fast-win-x64": "0.1.427"
48
48
  },
49
49
  "publishConfig": {
50
50
  "access": "public"
package/electron/main.mjs CHANGED
@@ -775,10 +775,11 @@ function createMainWindow() {
775
775
  title: APP_NAME,
776
776
  icon: existsSync(iconPath) ? iconPath : nativeImage.createFromDataURL(FALLBACK_ICON_DATA_URL),
777
777
  webPreferences: {
778
- preload: appResource('electron', 'preload.cjs'),
779
- contextIsolation: true,
780
- nodeIntegration: false,
781
- sandbox: true
778
+ preload: appResource('electron', 'preload.cjs'),
779
+ contextIsolation: true,
780
+ nodeIntegration: false,
781
+ sandbox: true,
782
+ spellcheck: false
782
783
  }
783
784
  });
784
785
  mainWindow.webContents.on('will-navigate', (event, url) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "livedesk",
3
- "version": "0.1.473",
4
- "livedeskClientVersion": "0.1.221",
3
+ "version": "0.1.474",
4
+ "livedeskClientVersion": "0.1.222",
5
5
  "buildFlavor": "production",
6
6
  "description": "LiveDesk Hub and client launcher",
7
7
  "type": "module",
@@ -51,10 +51,10 @@
51
51
  "ws": "^8.18.3"
52
52
  },
53
53
  "optionalDependencies": {
54
- "@livedesk/fast-linux-x64": "0.1.426",
55
- "@livedesk/fast-osx-arm64": "0.1.426",
56
- "@livedesk/fast-osx-x64": "0.1.426",
57
- "@livedesk/fast-win-x64": "0.1.426"
54
+ "@livedesk/fast-linux-x64": "0.1.427",
55
+ "@livedesk/fast-osx-arm64": "0.1.427",
56
+ "@livedesk/fast-osx-x64": "0.1.427",
57
+ "@livedesk/fast-win-x64": "0.1.427"
58
58
  },
59
59
  "publishConfig": {
60
60
  "access": "public"