File tree Expand file tree Collapse file tree 3 files changed +16
-12
lines changed
Expand file tree Collapse file tree 3 files changed +16
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# gdu
22
3+ ## 13.14.1
4+
5+ ### Patch Changes
6+
7+ - a6194f9: Harden rolldownExternalShim plugin for production resilience
8+ - Use ` chunk.isEntry ` instead of filename pattern matching for entry chunk
9+ detection — decoupled from ` chunkFileNames ` config
10+ - Remove fragile ` code.includes() ` content heuristic — shim is harmless if
11+ ` require() ` is never called at runtime
12+ - Switch ` Promise.all() ` to ` Promise.allSettled() ` with per-import
13+ ` .catch() ` — single CDN failure no longer blanks the page
14+ - Chain to existing ` globalThis.require ` when present — multiple Vite MFEs
15+ on the same page no longer overwrite each other's module caches
16+ - Widen ` renderChunk ` chunk type to include ` isEntry ` property
17+
318## 13.14.0
419
520### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " gdu" ,
3- "version" : " 13.14.0 " ,
3+ "version" : " 13.14.1 " ,
44 "description" : " AutoGuru's development toolkit" ,
55 "homepage" : " https://github.com/autoguru-au/octane/tree/master/packages/gdu#readme" ,
66 "repository" : " https://github.com/autoguru-au/octane/tree/master/packages/gdu" ,
You can’t perform that action at this time.
0 commit comments