electrobun 1.13.1-beta.0 → 1.13.1

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,3 +1,3 @@
1
1
  // Default Bun version shipped with this Electrobun release.
2
2
  // All platforms use the same version. Update this when bumping Bun.
3
- export const BUN_VERSION = "1.3.8";
3
+ export const BUN_VERSION = "1.3.9";
@@ -1,5 +1,5 @@
1
1
  // Default CEF version shipped with this Electrobun release.
2
2
  // All platforms use the same version. Update this single pair when bumping CEF.
3
- export const CEF_VERSION = `144.0.11+ge135be2`;
4
- export const CHROMIUM_VERSION = `144.0.7559.97`;
3
+ export const CEF_VERSION = `145.0.23+g3e7fe1c`;
4
+ export const CHROMIUM_VERSION = `145.0.7632.68`;
5
5
  export const DEFAULT_CEF_VERSION_STRING = `${CEF_VERSION}+chromium-${CHROMIUM_VERSION}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electrobun",
3
- "version": "1.13.1-beta.0",
3
+ "version": "1.13.1",
4
4
  "description": "Build ultra fast, tiny, and cross-platform desktop apps with Typescript.",
5
5
  "license": "MIT",
6
6
  "author": "Blackboard Technologies Inc.",