You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/routes/library.json
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@
70
70
"zod": "^4.3.6"
71
71
},
72
72
"peerDependencies": {
73
+
"@fuzdev/blake3_wasm": "^0.1.0",
73
74
"@fuzdev/fuz_util": ">=0.52.1",
74
75
"@sveltejs/kit": "^2",
75
76
"esbuild": "^0.27.0",
@@ -91,10 +92,11 @@
91
92
"devDependencies": {
92
93
"@changesets/changelog-git": "^0.2.1",
93
94
"@changesets/types": "^6.1.0",
95
+
"@fuzdev/blake3_wasm": "^0.1.0",
94
96
"@fuzdev/fuz_code": "^0.45.1",
95
-
"@fuzdev/fuz_css": "^0.54.0",
97
+
"@fuzdev/fuz_css": "^0.55.0",
96
98
"@fuzdev/fuz_ui": "^0.185.2",
97
-
"@fuzdev/fuz_util": "^0.52.1",
99
+
"@fuzdev/fuz_util": "^0.53.0",
98
100
"@jridgewell/trace-mapping": "^0.3.31",
99
101
"@ryanatkn/eslint-config": "^0.9.0",
100
102
"@sveltejs/adapter-static": "^3.0.10",
@@ -2655,9 +2657,9 @@
2655
2657
{
2656
2658
"name": "EMPTY_BUILD_CACHE_CONFIG_HASH",
2657
2659
"kind": "variable",
2658
-
"doc_comment": "SHA-256 hash of empty string, used for configs without build_cache_config.\nThis ensures consistent cache behavior when no custom config is provided.",
2660
+
"doc_comment": "BLAKE3 hash of empty string, used for configs without build_cache_config.\nThis ensures consistent cache behavior when no custom config is provided.",
0 commit comments