nuxt-og-image 2.0.13 → 2.0.15
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 +2 -2
- package/dist/client/404.html +2 -2
- package/dist/client/_nuxt/IconCSS.382836c9.css +1 -0
- package/dist/client/_nuxt/IconCSS.d057565e.js +1 -0
- package/dist/client/_nuxt/{ImageLoader.45cb08fc.js → ImageLoader.5aa44644.js} +1 -1
- package/dist/client/_nuxt/{entry.1311cc29.css → entry.7047f7e9.css} +1 -1
- package/dist/client/_nuxt/{entry.89e8006d.js → entry.c0aacb80.js} +64 -64
- package/dist/client/_nuxt/{error-404.1dd6e120.js → error-404.0ba6d06e.js} +1 -1
- package/dist/client/_nuxt/{error-500.994d41e1.js → error-500.7fc5790b.js} +1 -1
- package/dist/client/_nuxt/{index.472c77b2.js → index.02db13c8.js} +1 -1
- package/dist/client/_nuxt/{options.a40c362d.js → options.6c92550d.js} +1 -1
- package/dist/client/_nuxt/{png.381dcc69.js → png.81477579.js} +1 -1
- package/dist/client/_nuxt/{shiki.2cae9eb7.js → shiki.cdfac01a.js} +1 -1
- package/dist/client/_nuxt/{svg.7e09681b.js → svg.58e33702.js} +1 -1
- package/dist/client/_nuxt/{vnodes.dbcdb275.js → vnodes.472d533b.js} +1 -1
- package/dist/client/index.html +2 -2
- package/dist/client/options/index.html +2 -2
- package/dist/client/png/index.html +2 -2
- package/dist/client/svg/index.html +2 -2
- package/dist/client/vnodes/index.html +2 -2
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/cache.mjs +11 -10
- package/dist/runtime/nitro/routes/debug.d.ts +2 -0
- package/dist/runtime/nitro/routes/debug.mjs +7 -2
- package/package.json +11 -11
- package/dist/client/_nuxt/IconCSS.51309c19.js +0 -1
- package/dist/client/_nuxt/IconCSS.b41b9663.css +0 -1
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuxt-og-image",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.
|
|
5
|
-
"packageManager": "pnpm@8.6.
|
|
4
|
+
"version": "2.0.15",
|
|
5
|
+
"packageManager": "pnpm@8.6.12",
|
|
6
6
|
"description": "Enlightened OG Image generation for Nuxt.",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"funding": "https://github.com/sponsors/harlan-zw",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"exports": {
|
|
18
18
|
".": {
|
|
19
19
|
"types": "./dist/types.d.ts",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"import": "./dist/module.mjs",
|
|
21
|
+
"require": "./dist/module.cjs"
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
24
|
"main": "./dist/module.cjs",
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
"nuxt-site-config-kit": "^1.0.10",
|
|
48
48
|
"nypm": "^0.2.2",
|
|
49
49
|
"ofetch": "^1.1.1",
|
|
50
|
-
"ohash": "^1.1.
|
|
50
|
+
"ohash": "^1.1.3",
|
|
51
51
|
"pathe": "^1.1.1",
|
|
52
52
|
"playwright-core": "^1.36.2",
|
|
53
53
|
"radix3": "^1.0.1",
|
|
54
|
-
"satori": "0.10.
|
|
54
|
+
"satori": "0.10.2",
|
|
55
55
|
"satori-html": "^0.3.2",
|
|
56
56
|
"sirv": "^2.0.3",
|
|
57
57
|
"std-env": "^3.3.3",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"yoga-wasm-web": "^0.3.3"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@antfu/eslint-config": "^0.
|
|
67
|
-
"@nuxt/devtools-edge": "0.
|
|
66
|
+
"@antfu/eslint-config": "^0.40.2",
|
|
67
|
+
"@nuxt/devtools-edge": "0.7.4-28188711.761b349",
|
|
68
68
|
"@nuxt/module-builder": "^0.4.0",
|
|
69
69
|
"@nuxt/test-utils": "3.6.5",
|
|
70
70
|
"@nuxtjs/eslint-config-typescript": "^12.0.0",
|
|
@@ -73,10 +73,10 @@
|
|
|
73
73
|
"eslint": "8.46.0",
|
|
74
74
|
"jest-image-snapshot": "^6.2.0",
|
|
75
75
|
"nuxt": "^3.6.5",
|
|
76
|
-
"nuxt-icon": "^0.
|
|
76
|
+
"nuxt-icon": "^0.5.0",
|
|
77
77
|
"playwright": "^1.36.2",
|
|
78
|
-
"sass": "^1.
|
|
79
|
-
"vitest": "^0.
|
|
78
|
+
"sass": "^1.65.1",
|
|
79
|
+
"vitest": "^0.34.1"
|
|
80
80
|
},
|
|
81
81
|
"resolutions": {
|
|
82
82
|
"@nuxt/schema": "3.6.2"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{g as r,H as u,I as p,n as t,o as l,c as _,s as f,_ as m}from"./entry.89e8006d.js";const d=r({__name:"IconCSS",props:{name:{type:String,required:!0},size:{type:String,default:""}},setup(a){const s=a;u(e=>({"193e663e":i.value}));const n=p();n?.nuxtIcon?.aliases;const c=t(()=>(n?.nuxtIcon?.aliases||{})[s.name]||s.name),i=t(()=>`url('https://api.iconify.design/${c.value.replace(":","/")}.svg')`),o=t(()=>{if(!s.size&&typeof n.nuxtIcon?.size=="boolean"&&!n.nuxtIcon?.size)return;const e=s.size||n.nuxtIcon?.size||"1em";return String(Number(e))===e?`${e}px`:e});return(e,x)=>(l(),_("span",{style:f({width:o.value,height:o.value})},null,4))}});const g=m(d,[["__scopeId","data-v-1172c8f8"]]);export{g as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
span[data-v-1172c8f8]{background-color:currentColor;display:inline-block;-webkit-mask-image:var(--193e663e);mask-image:var(--193e663e);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:middle}
|