@asdf-overlay/electron 1.1.2 → 1.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 (2) hide show
  1. package/lib/surface.js +0 -1
  2. package/package.json +3 -3
package/lib/surface.js CHANGED
@@ -47,7 +47,6 @@ export class ElectronOverlaySurface {
47
47
  async disconnect() {
48
48
  this.contents.off('paint', this.handler);
49
49
  await this.window.overlay.updateHandle(this.window.id, {});
50
- this.surface.destroy();
51
50
  }
52
51
  /**
53
52
  * Copy overlay texture in gpu accelerated shared texture mode.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asdf-overlay/electron",
3
- "version": "1.1.2",
3
+ "version": "1.2.0",
4
4
  "description": "Asdf overlay Electron integration",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -33,8 +33,8 @@
33
33
  "typescript": "^5.9.3"
34
34
  },
35
35
  "peerDependencies": {
36
- "electron": "^39.2.7",
37
- "@asdf-overlay/core": "1.1.2"
36
+ "electron": "^40.1.0",
37
+ "@asdf-overlay/core": "1.2.0"
38
38
  },
39
39
  "scripts": {
40
40
  "build:dist": "tsc",