File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
33
4+ ## v6.4.4...main
5+
6+ [ compare changes] ( https://github.com/nuxt-modules/og-image/compare/v6.4.4...main )
7+
8+ ### 🩹 Fixes
9+
10+ - ** takumi:** Serialize WASM calls ([ #583 ] ( https://github.com/nuxt-modules/og-image/pull/583 ) )
11+
12+ ### 🏡 Chore
13+
14+ - Bump deps ([ 0509eb75] ( https://github.com/nuxt-modules/og-image/commit/0509eb75 ) )
15+
16+ ### ❤️ Contributors
17+
18+ - Harlan Wilton ([ @harlan-zw ] ( https://github.com/harlan-zw ) )
19+
420## v6.4.2...main
521
622[ compare changes] ( https://github.com/nuxt-modules/og-image/compare/v6.4.2...main )
Original file line number Diff line number Diff line change 1010 "dependencies" : {
1111 "@nuxt/fonts" : " ^0.14.0" ,
1212 "@resvg/resvg-js" : " ^2.6.2" ,
13- "@tailwindcss/vite" : " ^4.2.3 " ,
13+ "@tailwindcss/vite" : " ^4.2.4 " ,
1414 "fontless" : " ^0.2.1" ,
1515 "nuxt" : " ^4.4.2" ,
1616 "nuxt-og-image" : " latest" ,
1717 "nuxt-site-config" : " ^4.0.8" ,
1818 "satori" : " ^0.26.0" ,
19- "tailwindcss" : " ^4.2.3 " ,
20- "vue" : " ^3.5.32 "
19+ "tailwindcss" : " ^4.2.4 " ,
20+ "vue" : " ^3.5.33 "
2121 }
2222}
Original file line number Diff line number Diff line change 99 },
1010 "dependencies" : {
1111 "@nuxt/fonts" : " ^0.14.0" ,
12- "@tailwindcss/vite" : " ^4.2.3 " ,
13- "@takumi-rs/core" : " ^1.0.15 " ,
12+ "@tailwindcss/vite" : " ^4.2.4 " ,
13+ "@takumi-rs/core" : " ^1.0.16 " ,
1414 "nuxt" : " ^4.4.2" ,
1515 "nuxt-og-image" : " latest" ,
1616 "nuxt-site-config" : " ^4.0.8" ,
17- "tailwindcss" : " ^4.2.3 " ,
18- "vue" : " ^3.5.32 "
17+ "tailwindcss" : " ^4.2.4 " ,
18+ "vue" : " ^3.5.33 "
1919 }
2020}
Original file line number Diff line number Diff line change 1111 "@nuxt/content" : " ^3.13.0" ,
1212 "@nuxt/fonts" : " ^0.14.0" ,
1313 "@resvg/resvg-js" : " ^2.6.2" ,
14- "@tailwindcss/vite" : " ^4.2.3 " ,
14+ "@tailwindcss/vite" : " ^4.2.4 " ,
1515 "fontless" : " ^0.2.1" ,
1616 "nuxt" : " ^4.4.2" ,
1717 "nuxt-og-image" : " latest" ,
1818 "nuxt-site-config" : " ^4.0.8" ,
1919 "satori" : " ^0.26.0" ,
20- "tailwindcss" : " ^4.2.3 " ,
21- "vue" : " ^3.5.32 "
20+ "tailwindcss" : " ^4.2.4 " ,
21+ "vue" : " ^3.5.33 "
2222 }
2323}
Original file line number Diff line number Diff line change 1111 "@nuxt/fonts" : " ^0.14.0" ,
1212 "@nuxtjs/i18n" : " ^10.2.4" ,
1313 "@resvg/resvg-js" : " ^2.6.2" ,
14- "@tailwindcss/vite" : " ^4.2.3 " ,
14+ "@tailwindcss/vite" : " ^4.2.4 " ,
1515 "fontless" : " ^0.2.1" ,
1616 "nuxt" : " ^4.4.2" ,
1717 "nuxt-og-image" : " latest" ,
1818 "nuxt-site-config" : " ^4.0.8" ,
1919 "satori" : " ^0.26.0" ,
20- "tailwindcss" : " ^4.2.3 " ,
21- "vue" : " ^3.5.32 "
20+ "tailwindcss" : " ^4.2.4 " ,
21+ "vue" : " ^3.5.33 "
2222 }
2323}
Original file line number Diff line number Diff line change 22 "name" : " nuxt-og-image" ,
33 "type" : " module" ,
44 "version" : " 6.4.5" ,
5- "packageManager" : " pnpm@10.33.0 " ,
5+ "packageManager" : " pnpm@10.33.1 " ,
66 "description" : " Enlightened OG Image generation for Nuxt." ,
77 "author" : {
88 "website" : " https://harlanzw.com" ,
Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ catalog:
4949 ' @resvg/resvg-wasm ' : ^2.6.2
5050 ' @shikijs/langs ' : ^4.0.2
5151 ' @shikijs/themes ' : ^4.0.2
52- ' @tailwindcss/vite ' : ^4.2.3
53- ' @takumi-rs/core ' : ^1.0.15
54- ' @takumi-rs/wasm ' : ^1.0.15
52+ ' @tailwindcss/vite ' : ^4.2.4
53+ ' @takumi-rs/core ' : ^1.0.16
54+ ' @takumi-rs/wasm ' : ^1.0.16
5555 ' @unocss/nuxt ' : ^66.6.8
5656 ' @vitejs/plugin-vue ' : ^6.0.6
57- ' @vue/compiler-sfc ' : ^3.5.32
57+ ' @vue/compiler-sfc ' : ^3.5.33
5858 ' @vueuse/core ' : ^14.2.1
5959 ' @vueuse/nuxt ' : ^14.2.1
6060 better-sqlite3 : ^12.9.0
@@ -97,7 +97,7 @@ catalog:
9797 sirv : ^3.0.2
9898 std-env : ^4.1.0
9999 strip-literal : ^3.1.0
100- tailwindcss : ^4.2.3
100+ tailwindcss : ^4.2.4
101101 tinyexec : ^1.1.1
102102 tinyglobby : ^0.2.16
103103 typescript : ^6.0.3
@@ -106,11 +106,11 @@ catalog:
106106 unifont : ^0.7.4
107107 unocss : ^66.6.8
108108 unplugin : ^3.0.0
109- vitest : ^4.1.4
110- vue : ^3.5.32
111- vue-router : ^5.0.4
109+ vitest : ^4.1.5
110+ vue : ^3.5.33
111+ vue-router : ^5.0.6
112112 vue-tsc : ^3.2.7
113- wrangler : ^4.83.0
113+ wrangler : ^4.84.1
114114 yoga-wasm-web : ^0.3.3
115115catalogs :
116116 devtools :
You can’t perform that action at this time.
0 commit comments