@podman-desktop/tests-playwright 1.25.0-next.202512230922-56679e5 → 1.25.0-next.202512230932-2b83c13

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.
@@ -18,5 +18,5 @@
18
18
  export declare const isLinux: boolean;
19
19
  export declare const isMac: boolean;
20
20
  export declare const isWindows: boolean;
21
- export declare const archType: string;
21
+ export declare const archType: NodeJS.Architecture;
22
22
  export declare const isCI: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@podman-desktop/tests-playwright",
3
- "version": "1.25.0-next.202512230922-56679e5",
3
+ "version": "1.25.0-next.202512230932-2b83c13",
4
4
  "description": "Playwright-based testing libraries for Podman Desktop and its extensions",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/podman-desktop/podman-desktop",
@@ -17,8 +17,8 @@
17
17
  "license": "Apache-2.0",
18
18
  "devDependencies": {
19
19
  "@playwright/test": "1.57.0",
20
- "@types/node": "^22",
21
- "electron": "39.2.7",
20
+ "@types/node": "^24",
21
+ "electron": "40.0.0-beta.4",
22
22
  "typescript": "^5.9.3",
23
23
  "unplugin-dts": "1.0.0-beta.6",
24
24
  "vitest": "^4.0.10"