nuxt-og-image 5.1.11 → 5.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dist/client/200.html +1 -1
  2. package/dist/client/404.html +1 -1
  3. package/dist/client/_nuxt/CD9VIl4i.js +4062 -0
  4. package/dist/client/_nuxt/{DeGaHs8e.js → CI_lqgv7.js} +1 -1
  5. package/dist/client/_nuxt/{DEnNbrAc.js → Dz8kdfgF.js} +1 -1
  6. package/dist/client/_nuxt/builds/latest.json +1 -1
  7. package/dist/client/_nuxt/builds/meta/71b0f7ea-9aae-4c28-bbd9-8eea71b82dfb.json +1 -0
  8. package/dist/client/_nuxt/entry.DNM8P-MU.css +1 -0
  9. package/dist/client/_nuxt/error-404.C2mGI6Vt.css +1 -0
  10. package/dist/client/_nuxt/error-500.ClHbVBiL.css +1 -0
  11. package/dist/client/index.html +1 -1
  12. package/dist/module.cjs +20 -11
  13. package/dist/module.json +1 -1
  14. package/dist/module.mjs +20 -11
  15. package/dist/runtime/app/components/Templates/Community/BrandedLogo.d.vue.ts +2 -1
  16. package/dist/runtime/app/components/Templates/Community/BrandedLogo.vue.d.ts +2 -1
  17. package/dist/runtime/app/components/Templates/Community/Frame.d.vue.ts +2 -1
  18. package/dist/runtime/app/components/Templates/Community/Frame.vue.d.ts +2 -1
  19. package/dist/runtime/app/components/Templates/Community/Nuxt.d.vue.ts +2 -1
  20. package/dist/runtime/app/components/Templates/Community/Nuxt.vue.d.ts +2 -1
  21. package/dist/runtime/app/components/Templates/Community/NuxtSeo.d.vue.ts +2 -1
  22. package/dist/runtime/app/components/Templates/Community/NuxtSeo.vue.d.ts +2 -1
  23. package/dist/runtime/app/components/Templates/Community/Pergel.d.vue.ts +2 -1
  24. package/dist/runtime/app/components/Templates/Community/Pergel.vue.d.ts +2 -1
  25. package/dist/runtime/app/components/Templates/Community/SimpleBlog.d.vue.ts +2 -1
  26. package/dist/runtime/app/components/Templates/Community/SimpleBlog.vue.d.ts +2 -1
  27. package/dist/runtime/app/components/Templates/Community/UnJs.d.vue.ts +2 -1
  28. package/dist/runtime/app/components/Templates/Community/UnJs.vue.d.ts +2 -1
  29. package/dist/runtime/app/components/Templates/Community/Wave.d.vue.ts +2 -1
  30. package/dist/runtime/app/components/Templates/Community/Wave.vue.d.ts +2 -1
  31. package/dist/runtime/app/components/Templates/Community/WithEmoji.d.vue.ts +2 -1
  32. package/dist/runtime/app/components/Templates/Community/WithEmoji.vue.d.ts +2 -1
  33. package/package.json +32 -32
  34. package/dist/client/_nuxt/CvR-yWOW.js +0 -4062
  35. package/dist/client/_nuxt/builds/meta/fc37de2c-ce5a-4687-b9b5-2020cf8f035c.json +0 -1
  36. package/dist/client/_nuxt/entry.DykVEqUW.css +0 -1
  37. package/dist/client/_nuxt/error-404.C93MUFlo.css +0 -1
  38. package/dist/client/_nuxt/error-500.D-IxLaDc.css +0 -1
@@ -5,8 +5,9 @@ type __VLS_Props = {
5
5
  emoji?: string;
6
6
  title?: string;
7
7
  };
8
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
8
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
9
9
  title: string;
10
10
  emoji: string;
11
11
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ declare const _default: typeof __VLS_export;
12
13
  export default _default;
@@ -5,8 +5,9 @@ type __VLS_Props = {
5
5
  emoji?: string;
6
6
  title?: string;
7
7
  };
8
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
8
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
9
9
  title: string;
10
10
  emoji: string;
11
11
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ declare const _default: typeof __VLS_export;
12
13
  export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nuxt-og-image",
3
3
  "type": "module",
4
- "version": "5.1.11",
4
+ "version": "5.1.12",
5
5
  "description": "Enlightened OG Image generation for Nuxt.",
6
6
  "author": {
7
7
  "website": "https://harlanzw.com",
@@ -48,75 +48,75 @@
48
48
  "unstorage": "^1.15.0"
49
49
  },
50
50
  "dependencies": {
51
- "@nuxt/devtools-kit": "^2.6.3",
52
- "@nuxt/kit": "^4.1.2",
51
+ "@nuxt/devtools-kit": "^2.6.5",
52
+ "@nuxt/kit": "^4.1.3",
53
53
  "@resvg/resvg-js": "^2.6.2",
54
54
  "@resvg/resvg-wasm": "^2.6.2",
55
- "@unocss/core": "^66.5.1",
56
- "@unocss/preset-wind3": "^66.5.1",
57
- "chrome-launcher": "^1.2.0",
55
+ "@unocss/core": "^66.5.3",
56
+ "@unocss/preset-wind3": "^66.5.3",
57
+ "chrome-launcher": "^1.2.1",
58
58
  "consola": "^3.4.2",
59
59
  "defu": "^6.1.4",
60
60
  "execa": "^9.6.0",
61
61
  "image-size": "^2.0.2",
62
62
  "magic-string": "^0.30.19",
63
63
  "mocked-exports": "^0.1.1",
64
- "nuxt-site-config": "^3.2.5",
64
+ "nuxt-site-config": "^3.2.9",
65
65
  "nypm": "^0.6.2",
66
66
  "ofetch": "^1.4.1",
67
67
  "ohash": "^2.0.11",
68
68
  "pathe": "^2.0.3",
69
69
  "pkg-types": "^2.3.0",
70
- "playwright-core": "^1.55.0",
70
+ "playwright-core": "^1.56.0",
71
71
  "radix3": "^1.1.2",
72
72
  "satori": "^0.15.2",
73
73
  "satori-html": "^0.3.2",
74
74
  "sirv": "^3.0.2",
75
- "std-env": "^3.9.0",
76
- "strip-literal": "^3.0.0",
75
+ "std-env": "^3.10.0",
76
+ "strip-literal": "^3.1.0",
77
77
  "ufo": "^1.6.1",
78
78
  "unplugin": "^2.3.10",
79
79
  "unwasm": "^0.3.11",
80
80
  "yoga-wasm-web": "^0.3.3"
81
81
  },
82
82
  "devDependencies": {
83
- "@antfu/eslint-config": "^5.3.0",
83
+ "@antfu/eslint-config": "^5.4.1",
84
84
  "@css-inline/css-inline": "^0.17.0",
85
85
  "@headlessui/vue": "^1.7.23",
86
- "@iconify-json/carbon": "^1.2.13",
86
+ "@iconify-json/carbon": "^1.2.14",
87
87
  "@iconify-json/logos": "^1.2.9",
88
88
  "@iconify-json/noto": "^1.2.7",
89
- "@iconify-json/ri": "^1.2.5",
90
- "@iconify-json/tabler": "^1.2.22",
91
- "@img/sharp-linux-x64": "^0.34.3",
89
+ "@iconify-json/ri": "^1.2.6",
90
+ "@iconify-json/tabler": "^1.2.23",
91
+ "@img/sharp-linux-x64": "^0.34.4",
92
92
  "@nuxt/content": "^3.7.1",
93
- "@nuxt/devtools": "^2.6.3",
94
- "@nuxt/devtools-ui-kit": "^2.6.3",
93
+ "@nuxt/devtools": "^2.6.5",
94
+ "@nuxt/devtools-ui-kit": "^2.6.5",
95
95
  "@nuxt/icon": "^2.0.0",
96
96
  "@nuxt/image": "^1.11.0",
97
97
  "@nuxt/module-builder": "^1.0.2",
98
98
  "@nuxt/test-utils": "^3.19.2",
99
- "@nuxt/ui": "^3.3.4",
99
+ "@nuxt/ui": "^4.0.1",
100
100
  "@nuxtjs/color-mode": "^3.5.2",
101
101
  "@nuxtjs/eslint-config-typescript": "^12.1.0",
102
- "@nuxtjs/i18n": "^10.1.0",
102
+ "@nuxtjs/i18n": "^10.1.1",
103
103
  "@nuxtjs/tailwindcss": "^6.14.0",
104
- "@unocss/nuxt": "^66.5.1",
105
- "@unocss/preset-icons": "^66.5.1",
106
- "@unocss/runtime": "^66.5.1",
104
+ "@unocss/nuxt": "^66.5.3",
105
+ "@unocss/preset-icons": "^66.5.3",
106
+ "@unocss/runtime": "^66.5.3",
107
107
  "@vueuse/nuxt": "^13.9.0",
108
- "bumpp": "^10.2.3",
109
- "eslint": "^9.35.0",
110
- "happy-dom": "^18.0.1",
108
+ "bumpp": "^10.3.1",
109
+ "eslint": "^9.37.0",
110
+ "happy-dom": "^20.0.0",
111
111
  "jest-image-snapshot": "^6.5.1",
112
- "nuxt": "^4.1.2",
113
- "playwright": "^1.55.0",
114
- "sass": "^1.92.1",
115
- "sharp": "^0.34.3",
116
- "typescript": "^5.9.2",
117
- "unocss": "^66.5.1",
112
+ "nuxt": "^4.1.3",
113
+ "playwright": "^1.56.0",
114
+ "sass": "^1.93.2",
115
+ "sharp": "^0.34.4",
116
+ "typescript": "^5.9.3",
117
+ "unocss": "^66.5.3",
118
118
  "vitest": "^3.2.4",
119
- "vue-tsc": "^3.0.7"
119
+ "vue-tsc": "^3.1.1"
120
120
  },
121
121
  "scripts": {
122
122
  "stub": "nuxt-build-module build --stub && nuxt-module-build prepare",