Skip to content

Commit

Permalink
chore: upgrade diffing algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca committed Oct 16, 2024
1 parent aee0496 commit 2e87a0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions packages/brisa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,16 +125,16 @@
"dependencies": {
"astring": "1.9.0",
"csstype": "3.1.3",
"diff-dom-streaming": "0.6.1",
"diff-dom-streaming": "0.6.2",
"meriyah": "6.0.2"
},
"devDependencies": {
"@happy-dom/global-registrator": "15.7.4",
"@types/bun": "1.1.10",
"@types/bun": "1.1.11",
"brisa": "latest",
"@types/mime-types": "2.1.4",
"mime-types": "2.1.35",
"typescript": "5.6.2",
"typescript": "5.6.3",
"brisa-tailwindcss": "workspace:*",
"brisa-pandacss": "workspace:*"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const i18nCode = 3072;
const brisaSize = 5720; // TODO: Reduce this size :/
const webComponents = 1107;
const unsuspenseSize = 213;
const rpcSize = 2436; // TODO: Reduce this size
const lazyRPCSize = 4139; // TODO: Reduce this size
const rpcSize = 2435; // TODO: Reduce this size
const lazyRPCSize = 4180; // TODO: Reduce this size
// lazyRPC is loaded after user interaction (action, link),
// so it's not included in the initial size
const initialSize = unsuspenseSize + rpcSize;
Expand Down

0 comments on commit 2e87a0b

Please sign in to comment.