Skip to content

Commit fada12e

Browse files
chore(build): Update @playform/build to 0.2.4
This dependency bump in both generator templates and root package.json ensures consistent build toolchain versions across the Land project. As part of maintaining the Tauri-based architecture, @playform/build updates likely include critical improvements for: - Bundling optimization in Cocoon extension host shim - Frontend asset handling for Sky UI components - Build reliability across Mountain (Rust) and webview components Maintaining current build dependencies aligns with Land's performance goals by ensuring we leverage latest optimizations in JS/TS bundling and cross-platform compilation workflows.
1 parent 2858501 commit fada12e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generators/app/dependencyVersions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"description": "Helper file to manage the versions of the node modules used by the generators. Named package.json so the VS Code dependencies completions work. Must be in a subfolder due to #325",
2626
"devDependencies": {
27-
"@playform/build": "0.2.3"
27+
"@playform/build": "0.2.4"
2828
},
2929
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/LandGeneratorCode#readme",
3030
"keywords": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"description": "Yeoman generator for Visual Studio Code extensions.",
1818
"devDependencies": {
19-
"@playform/build": "0.2.3",
19+
"@playform/build": "0.2.4",
2020
"@types/node": "^18.19.57",
2121
"jsonc-parser": "^3.3.1"
2222
},

0 commit comments

Comments
 (0)