electrobun 1.18.4-beta.6 → 2.0.1-beta.13
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/LICENSE +21 -0
- package/README.md +31 -170
- package/bin/electrobun.cjs +230 -153
- package/package.json +18 -49
- package/bun.lock +0 -119
- package/dist/api/browser/builtinrpcSchema.ts +0 -19
- package/dist/api/browser/global.d.ts +0 -36
- package/dist/api/browser/index.ts +0 -234
- package/dist/api/browser/webviewtag.ts +0 -88
- package/dist/api/browser/wgputag.ts +0 -48
- package/dist/api/bun/ElectrobunConfig.ts +0 -530
- package/dist/api/bun/__tests__/ffi-contract.test.ts +0 -105
- package/dist/api/bun/core/ApplicationMenu.ts +0 -70
- package/dist/api/bun/core/BrowserView.ts +0 -419
- package/dist/api/bun/core/BrowserWindow.ts +0 -400
- package/dist/api/bun/core/BuildConfig.ts +0 -71
- package/dist/api/bun/core/ContextMenu.ts +0 -75
- package/dist/api/bun/core/GpuWindow.ts +0 -289
- package/dist/api/bun/core/Paths.ts +0 -5
- package/dist/api/bun/core/Socket.ts +0 -22
- package/dist/api/bun/core/Tray.ts +0 -197
- package/dist/api/bun/core/Updater.ts +0 -1162
- package/dist/api/bun/core/Utils.ts +0 -487
- package/dist/api/bun/core/WGPUView.ts +0 -167
- package/dist/api/bun/core/menuRoles.ts +0 -181
- package/dist/api/bun/events/ApplicationEvents.ts +0 -22
- package/dist/api/bun/events/event.ts +0 -29
- package/dist/api/bun/events/eventEmitter.ts +0 -45
- package/dist/api/bun/events/trayEvents.ts +0 -11
- package/dist/api/bun/events/webviewEvents.ts +0 -39
- package/dist/api/bun/events/windowEvents.ts +0 -23
- package/dist/api/bun/index.ts +0 -298
- package/dist/api/bun/preload/.generated/compiled.ts +0 -8
- package/dist/api/bun/preload/build.ts +0 -65
- package/dist/api/bun/preload/dragRegions.ts +0 -41
- package/dist/api/bun/preload/encryption.ts +0 -86
- package/dist/api/bun/preload/events.ts +0 -171
- package/dist/api/bun/preload/globals.d.ts +0 -45
- package/dist/api/bun/preload/index-sandboxed.ts +0 -28
- package/dist/api/bun/preload/index.ts +0 -77
- package/dist/api/bun/preload/internalRpc.ts +0 -80
- package/dist/api/bun/preload/overlaySync.ts +0 -107
- package/dist/api/bun/preload/webviewTag.ts +0 -451
- package/dist/api/bun/preload/wgpuTag.ts +0 -246
- package/dist/api/bun/proc/linux.md +0 -43
- package/dist/api/bun/proc/native.ts +0 -3385
- package/dist/api/bun/webGPU.ts +0 -346
- package/dist/api/bun/webgpuAdapter.ts +0 -3011
- package/dist/api/shared/bun-version.ts +0 -3
- package/dist/api/shared/cef-version.ts +0 -5
- package/dist/api/shared/electrobun-version.ts +0 -2
- package/dist/api/shared/naming.test.ts +0 -327
- package/dist/api/shared/naming.ts +0 -188
- package/dist/api/shared/platform.ts +0 -48
- package/dist/api/shared/rpc.ts +0 -541
- package/dist/main.js +0 -168
- package/dist/preload-full.js +0 -913
- package/dist/preload-sandboxed.js +0 -111
- package/dist/zig-sdk/electrobun.zig +0 -1993
- package/src/cli/bun.lockb +0 -0
- package/src/cli/index.ts +0 -5689
- package/src/cli/package-lock.json +0 -81
- package/src/cli/package.json +0 -11
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "electrobun-cli",
|
|
3
|
-
"lockfileVersion": 3,
|
|
4
|
-
"requires": true,
|
|
5
|
-
"packages": {
|
|
6
|
-
"": {
|
|
7
|
-
"name": "electrobun-cli",
|
|
8
|
-
"dependencies": {
|
|
9
|
-
"bsdiff-wasm": "^0.1.4",
|
|
10
|
-
"node-tar": "^1.0.0"
|
|
11
|
-
},
|
|
12
|
-
"devDependencies": {
|
|
13
|
-
"@types/bun": "latest"
|
|
14
|
-
},
|
|
15
|
-
"peerDependencies": {
|
|
16
|
-
"typescript": "^5.0.0"
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
"node_modules/@types/bun": {
|
|
20
|
-
"version": "1.0.10",
|
|
21
|
-
"resolved": "https://registry.npmjs.org/@types/bun/-/bun-1.0.10.tgz",
|
|
22
|
-
"integrity": "sha512-Jaz6YYAdm1u3NVlgSyEK+qGmrlLQ20sbWeEoXD64b9w6z/YKYNWlfaphu+xF2Kiy5Tpykm5Q9jIquLegwXx4ng==",
|
|
23
|
-
"dev": true,
|
|
24
|
-
"dependencies": {
|
|
25
|
-
"bun-types": "1.0.33"
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
"node_modules/@types/node": {
|
|
29
|
-
"version": "20.11.30",
|
|
30
|
-
"dev": true,
|
|
31
|
-
"license": "MIT",
|
|
32
|
-
"dependencies": {
|
|
33
|
-
"undici-types": "~5.26.4"
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
|
-
"node_modules/@types/ws": {
|
|
37
|
-
"version": "8.5.10",
|
|
38
|
-
"dev": true,
|
|
39
|
-
"license": "MIT",
|
|
40
|
-
"dependencies": {
|
|
41
|
-
"@types/node": "*"
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
|
-
"node_modules/bsdiff-wasm": {
|
|
45
|
-
"version": "0.1.4",
|
|
46
|
-
"license": "MIT"
|
|
47
|
-
},
|
|
48
|
-
"node_modules/bun-types": {
|
|
49
|
-
"version": "1.0.33",
|
|
50
|
-
"dev": true,
|
|
51
|
-
"license": "MIT",
|
|
52
|
-
"dependencies": {
|
|
53
|
-
"@types/node": "~20.11.3",
|
|
54
|
-
"@types/ws": "~8.5.10"
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
"node_modules/node-tar": {
|
|
58
|
-
"version": "1.0.0",
|
|
59
|
-
"resolved": "https://registry.npmjs.org/node-tar/-/node-tar-1.0.0.tgz",
|
|
60
|
-
"integrity": "sha512-cowng5lugLQ3Bb5wWYfWM3067/S9xHDwCw3RWbqn0swqmgApDwklyg31XRci97cT7gNbVHmxoXQSkr2zDi5n+g==",
|
|
61
|
-
"deprecated": "please use 'tar'"
|
|
62
|
-
},
|
|
63
|
-
"node_modules/typescript": {
|
|
64
|
-
"version": "5.4.3",
|
|
65
|
-
"license": "Apache-2.0",
|
|
66
|
-
"peer": true,
|
|
67
|
-
"bin": {
|
|
68
|
-
"tsc": "bin/tsc",
|
|
69
|
-
"tsserver": "bin/tsserver"
|
|
70
|
-
},
|
|
71
|
-
"engines": {
|
|
72
|
-
"node": ">=14.17"
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
|
-
"node_modules/undici-types": {
|
|
76
|
-
"version": "5.26.5",
|
|
77
|
-
"dev": true,
|
|
78
|
-
"license": "MIT"
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
}
|