nuxt-og-image 3.0.0-rc.42 → 3.0.0-rc.44
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.
- package/dist/client/200.html +5 -5
- package/dist/client/404.html +5 -5
- package/dist/client/_nuxt/IconCSS.MpbJU03B.js +1 -0
- package/dist/client/_nuxt/IconCSS.kTEYj4Fo.css +1 -0
- package/dist/client/_nuxt/builds/latest.json +1 -1
- package/dist/client/_nuxt/builds/meta/1c81be94-7c7e-4c2a-a6c5-cf5bc1e889e0.json +1 -0
- package/dist/client/_nuxt/entry.17wDZP9q.js +140 -0
- package/dist/client/_nuxt/{entry.x0oA1XnQ.css → entry.9DZgJO1a.css} +1 -1
- package/dist/client/_nuxt/{error-404.s1QLYX8A.js → error-404.Ux0owvl-.js} +1 -1
- package/dist/client/_nuxt/{error-500.RSozkFf2.js → error-500.hEXM4VuC.js} +1 -1
- package/dist/client/index.html +5 -5
- package/dist/module.d.mts +2 -2
- package/dist/module.d.ts +2 -2
- package/dist/module.json +2 -2
- package/dist/module.mjs +5 -3
- package/dist/runtime/nitro/og-image/bindings/css-inline/wasm.mjs +1 -2
- package/dist/runtime/nitro/og-image/bindings/resvg/wasm.mjs +1 -2
- package/dist/runtime/nitro/og-image/bindings/satori/wasm.mjs +1 -2
- package/dist/runtime/nitro/og-image/satori/transforms/emojis.mjs +3558 -2
- package/dist/runtime/types.d.ts +2 -2
- package/package.json +26 -25
- package/dist/client/_nuxt/IconCSS.NC-oxnpY.css +0 -1
- package/dist/client/_nuxt/IconCSS.w0LJmFnK.js +0 -1
- package/dist/client/_nuxt/builds/meta/83cf3782-c523-46d6-b55d-e73a8e91b45d.json +0 -1
- package/dist/client/_nuxt/entry.oPKsLfvz.js +0 -134
package/dist/runtime/types.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import type { ResvgRenderOptions } from '@resvg/resvg-js';
|
|
|
4
4
|
import type { SatoriOptions } from 'satori';
|
|
5
5
|
import type { AllowedComponentProps, Component, ComponentCustomProps, VNodeProps } from '@vue/runtime-core';
|
|
6
6
|
import type { SharpOptions } from 'sharp';
|
|
7
|
-
import type { NitroApp,
|
|
7
|
+
import type { NitroApp, NitroOptions } from 'nitropack';
|
|
8
8
|
import type { OgImageComponents } from '#nuxt-og-image/components';
|
|
9
9
|
export interface OgImageRenderEventContext {
|
|
10
10
|
e: H3Event;
|
|
@@ -131,7 +131,7 @@ export interface RuntimeCompatibilitySchema {
|
|
|
131
131
|
resvg: 'node' | 'wasm' | 'wasm-fs' | false;
|
|
132
132
|
satori: 'node' | 'wasm' | 'wasm-fs' | false;
|
|
133
133
|
sharp: 'node' | false;
|
|
134
|
-
wasm?:
|
|
134
|
+
wasm?: NitroOptions['wasm'];
|
|
135
135
|
}
|
|
136
136
|
export type CompatibilityFlags = Partial<Omit<RuntimeCompatibilitySchema, 'wasm'>>;
|
|
137
137
|
export interface CompatibilityFlagEnvOverrides {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuxt-og-image",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.0.0-rc.
|
|
4
|
+
"version": "3.0.0-rc.44",
|
|
5
5
|
"packageManager": "pnpm@8.15.4",
|
|
6
6
|
"description": "Enlightened OG Image generation for Nuxt.",
|
|
7
7
|
"author": {
|
|
@@ -33,15 +33,14 @@
|
|
|
33
33
|
"virtual.d.ts"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@css-inline/css-inline": "0.13.
|
|
37
|
-
"@css-inline/css-inline-wasm": "0.13.
|
|
38
|
-
"@iconify-json/noto": "^1.1.18",
|
|
36
|
+
"@css-inline/css-inline": "0.13.1",
|
|
37
|
+
"@css-inline/css-inline-wasm": "0.13.1",
|
|
39
38
|
"@nuxt/devtools-kit": "^1.0.8",
|
|
40
39
|
"@nuxt/kit": "^3.10.3",
|
|
41
40
|
"@resvg/resvg-js": "^2.6.0",
|
|
42
41
|
"@resvg/resvg-wasm": "^2.6.0",
|
|
43
|
-
"@unocss/core": "^0.58.
|
|
44
|
-
"@unocss/preset-wind": "^0.58.
|
|
42
|
+
"@unocss/core": "^0.58.6",
|
|
43
|
+
"@unocss/preset-wind": "^0.58.6",
|
|
45
44
|
"@vueuse/core": "^10.9.0",
|
|
46
45
|
"chrome-launcher": "^1.1.0",
|
|
47
46
|
"defu": "^6.1.4",
|
|
@@ -50,16 +49,16 @@
|
|
|
50
49
|
"floating-vue": "5.2.2",
|
|
51
50
|
"image-size": "^1.1.1",
|
|
52
51
|
"json-editor-vue": "^0.12.0",
|
|
53
|
-
"nuxt-icon": "^0.6.
|
|
54
|
-
"nuxt-site-config": "^2.2.
|
|
55
|
-
"nuxt-site-config-kit": "^2.2.
|
|
52
|
+
"nuxt-icon": "^0.6.9",
|
|
53
|
+
"nuxt-site-config": "^2.2.11",
|
|
54
|
+
"nuxt-site-config-kit": "^2.2.11",
|
|
56
55
|
"nypm": "^0.3.8",
|
|
57
56
|
"ofetch": "^1.3.3",
|
|
58
57
|
"ohash": "^1.1.3",
|
|
59
58
|
"pathe": "^1.1.2",
|
|
60
59
|
"pkg-types": "^1.0.3",
|
|
61
60
|
"playwright-core": "^1.42.1",
|
|
62
|
-
"radix3": "^1.1.
|
|
61
|
+
"radix3": "^1.1.1",
|
|
63
62
|
"satori": "0.10.13",
|
|
64
63
|
"satori-html": "^0.3.2",
|
|
65
64
|
"shiki": "^1.1.7",
|
|
@@ -68,42 +67,44 @@
|
|
|
68
67
|
"std-env": "^3.7.0",
|
|
69
68
|
"terminate": "^2.6.1",
|
|
70
69
|
"ufo": "^1.4.0",
|
|
71
|
-
"
|
|
70
|
+
"unwasm": "^0.3.8",
|
|
71
|
+
"vanilla-jsoneditor": "^0.23.0",
|
|
72
72
|
"yoga-wasm-web": "^0.3.3"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@antfu/eslint-config": "2.
|
|
75
|
+
"@antfu/eslint-config": "^2.8.2",
|
|
76
76
|
"@headlessui/vue": "^1.7.19",
|
|
77
77
|
"@iconify-json/carbon": "^1.1.31",
|
|
78
78
|
"@iconify-json/logos": "^1.1.42",
|
|
79
|
+
"@iconify-json/noto": "^1.1.18",
|
|
79
80
|
"@iconify-json/ri": "^1.1.20",
|
|
80
|
-
"@iconify-json/tabler": "^1.1.
|
|
81
|
+
"@iconify-json/tabler": "^1.1.108",
|
|
81
82
|
"@img/sharp-linux-x64": "0.33.2",
|
|
82
|
-
"@nuxt/content": "^2.12.
|
|
83
|
+
"@nuxt/content": "^2.12.1",
|
|
83
84
|
"@nuxt/devtools": "1.0.8",
|
|
84
85
|
"@nuxt/devtools-ui-kit": "^1.0.8",
|
|
85
86
|
"@nuxt/module-builder": "^0.5.5",
|
|
86
87
|
"@nuxt/test-utils": "3.11.0",
|
|
87
|
-
"@nuxt/ui": "^2.14.
|
|
88
|
+
"@nuxt/ui": "^2.14.2",
|
|
88
89
|
"@nuxtjs/color-mode": "^3.3.2",
|
|
89
90
|
"@nuxtjs/eslint-config-typescript": "^12.1.0",
|
|
90
|
-
"@nuxtjs/i18n": "8.
|
|
91
|
+
"@nuxtjs/i18n": "^8.2.0",
|
|
91
92
|
"@nuxtjs/tailwindcss": "^6.11.4",
|
|
92
|
-
"@unocss/nuxt": "^0.58.
|
|
93
|
-
"@unocss/preset-icons": "^0.58.
|
|
94
|
-
"@unocss/preset-uno": "^0.58.
|
|
95
|
-
"@unocss/runtime": "^0.58.
|
|
93
|
+
"@unocss/nuxt": "^0.58.6",
|
|
94
|
+
"@unocss/preset-icons": "^0.58.6",
|
|
95
|
+
"@unocss/preset-uno": "^0.58.6",
|
|
96
|
+
"@unocss/runtime": "^0.58.6",
|
|
96
97
|
"@vueuse/nuxt": "^10.9.0",
|
|
97
|
-
"bumpp": "^9.
|
|
98
|
+
"bumpp": "^9.4.0",
|
|
98
99
|
"eslint": "8.57.0",
|
|
99
100
|
"jest-image-snapshot": "^6.4.0",
|
|
100
101
|
"nuxt": "^3.10.3",
|
|
101
|
-
"nuxt-icon": "0.6.
|
|
102
|
+
"nuxt-icon": "0.6.9",
|
|
102
103
|
"playwright": "^1.42.1",
|
|
103
|
-
"sass": "^1.
|
|
104
|
+
"sass": "^1.72.0",
|
|
104
105
|
"sharp": "^0.33.2",
|
|
105
|
-
"typescript": "^5.
|
|
106
|
-
"unocss": "^0.58.
|
|
106
|
+
"typescript": "^5.4.2",
|
|
107
|
+
"unocss": "^0.58.6",
|
|
107
108
|
"vitest": "^1.3.1"
|
|
108
109
|
},
|
|
109
110
|
"build": {
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
span[data-v-535f10ad]{background-color:currentColor;display:inline-block;-webkit-mask-image:var(--35de456f);mask-image:var(--35de456f);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:middle}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{g as f,h as m,i as I,j as r,r as d,o as x,c as v,n as _,_ as S}from"./entry.oPKsLfvz.js";const g=f({__name:"IconCSS",props:{name:{type:String,required:!0},size:{type:String,default:""}},setup(u){m(e=>({"35de456f":p.value}));const t=I(),s=u,l=r(()=>{var e,n;return(n=(e=t.nuxtIcon)==null?void 0:e.aliases)!=null&&n[s.name]?t.nuxtIcon.aliases[s.name]:s.name}),c=r(()=>d(l.value)),p=r(()=>{var o,a;const e=(a=(o=t.nuxtIcon)==null?void 0:o.iconifyApiOptions)==null?void 0:a.url;if(e)try{new URL(e)}catch{console.warn("Nuxt IconCSS: Invalid custom Iconify API URL");return}return`url('${e||"https://api.iconify.design"}/${c.value.prefix}/${c.value.name}.svg')`}),i=r(()=>{var n,o,a;if(!s.size&&typeof((n=t.nuxtIcon)==null?void 0:n.size)=="boolean"&&!((o=t.nuxtIcon)!=null&&o.size))return;const e=s.size||((a=t.nuxtIcon)==null?void 0:a.size)||"1em";return String(Number(e))===e?`${e}px`:e});return(e,n)=>(x(),v("span",{style:_({width:i.value,height:i.value})},null,4))}}),h=S(g,[["__scopeId","data-v-535f10ad"]]);export{h as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"id":"83cf3782-c523-46d6-b55d-e73a8e91b45d","timestamp":1709559841276,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}
|