bunite-core 0.0.8 → 0.0.10

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,7 +1,7 @@
1
1
  {
2
2
  "name": "bunite-core",
3
3
  "description": "Uniting UI and Bun",
4
- "version": "0.0.8",
4
+ "version": "0.0.10",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "setup:cef": "bun ../tools/bunite-dev/scripts/setup-cef.ts",
@@ -83,7 +83,7 @@ function resolveCefDir(searchDirs: string[]): string | null {
83
83
  } catch {}
84
84
  }
85
85
 
86
- // 3. vendors/cef inside bunite-core package
86
+ // 3. vendors/cef inside bunite-core package (monorepo dev)
87
87
  const packageRoot = resolveBunitePackageRoot();
88
88
  if (packageRoot) {
89
89
  const vendorPath = join(packageRoot, "vendors", "cef");