Skip to content

Commit

Permalink
chore: adapt release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca committed Jan 2, 2024
1 parent b51138d commit 2edd443
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
"devDependencies": {
"@happy-dom/global-registrator": "12.10.3",
"brisa": "0.0.12-canary.1",
"brisa": "0.0.13",
"bun-types": "1.0.18"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/create-brisa-app/create-brisa-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mkdir $PROJECT_NAME

cd $PROJECT_NAME

BRISA_VERSION="0.0.12"
BRISA_VERSION="0.0.13"

echo ""
echo "🛠️ Installing brisa..."
Expand Down
2 changes: 1 addition & 1 deletion src/utils/compile-files/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ describe("utils", () => {
${info}Route | Size | Client size
${info}------------------------------------------------------------
${info}λ /pages/_404.js | 295 B | 0 B
${info}λ /pages/page-with-web-component.js | 1 kB | 5 kB
${info}λ /pages/page-with-web-component.js | 2 kB | 6 kB
${info}λ /pages/somepage.js | 341 B | 0 B
${info}λ /pages/somepage-with-context.js | 327 B | 0 B
${info}λ /pages/index.js | 267 B | 217 B
Expand Down
2 changes: 1 addition & 1 deletion src/utils/get-client-code-in-page/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe("utils", () => {
allWebComponents,
pageWebComponents,
);
const brisaSize = 3849;
const brisaSize = 5129;
const webComponents = 626;

expect(output).not.toBeNull();
Expand Down

0 comments on commit 2edd443

Please sign in to comment.