nuxt-og-image 0.4.4 → 0.4.5

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/module.json CHANGED
@@ -5,5 +5,5 @@
5
5
  "bridge": false
6
6
  },
7
7
  "configKey": "ogImage",
8
- "version": "0.4.4"
8
+ "version": "0.4.5"
9
9
  }
package/dist/module.mjs CHANGED
@@ -142,7 +142,7 @@ declare module 'nitropack' {
142
142
  ["OgImage", "OgImageScreenshot"].forEach((name) => {
143
143
  addComponent({
144
144
  name,
145
- filePath: resolve(`./runtime/components/${name}.ts`),
145
+ filePath: resolve(`./runtime/components/${name}`),
146
146
  island: true
147
147
  });
148
148
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nuxt-og-image",
3
3
  "type": "module",
4
- "version": "0.4.4",
4
+ "version": "0.4.5",
5
5
  "packageManager": "pnpm@7.8.0",
6
6
  "license": "MIT",
7
7
  "funding": "https://github.com/sponsors/harlan-zw",