mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-27 06:31:39 +08:00

* Cleanup bundled runtime entry point * Fix JS representation of Screen struct * Expose IsFocused method in Window interface * Update JS window API * Fix cleanup of WML listeners * Bundle runtime as ES module * Update runtime dependencies * Update runtime types and events * Update bundled runtime * Update changelog --------- Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
18 lines
385 B
JSON
18 lines
385 B
JSON
{
|
|
"name": "runtime",
|
|
"version": "3.0.0",
|
|
"description": "Wails JS Runtime",
|
|
"main": "index.js",
|
|
"scripts": {},
|
|
"author": "Lea Anthony <lea.anthony@gmail.com>",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"esbuild": "^0.20.1",
|
|
"happy-dom": "^13.6.2",
|
|
"nanoid": "^5.0.6",
|
|
"npm-check-updates": "^16.14.15",
|
|
"svelte": "^4.2.12",
|
|
"vitest": "^1.3.1"
|
|
}
|
|
}
|