nuxt-google-sheets-import 0.1.20 → 0.1.22

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 (2) hide show
  1. package/dist/module.mjs +2 -2
  2. package/package.json +1 -1
package/dist/module.mjs CHANGED
@@ -20,7 +20,7 @@ const module$1 = defineNuxtModule({
20
20
  onInstall() {
21
21
  const resolver = createResolver(import.meta.url);
22
22
  addTemplate({
23
- filename: "googleSheetsImportSchemas.ts",
23
+ filename: "googleSheetsImportSchemas",
24
24
  src: resolver.resolve("./runtime/app/examples/googleSheetsImportSchemas.ts"),
25
25
  dst: "app/utils/googleSheetsImportSchemas.ts",
26
26
  write: true
@@ -116,7 +116,7 @@ const module$1 = defineNuxtModule({
116
116
  ]);
117
117
  addServerImports([
118
118
  {
119
- from: "~/utils/googleSheetsImportSchemas",
119
+ from: "~/utils/googleSheetsImportSchemas.ts",
120
120
  name: "googleSheetsImportSchemas",
121
121
  as: "googleSheetsImportSchemas"
122
122
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-google-sheets-import",
3
- "version": "0.1.20",
3
+ "version": "0.1.22",
4
4
  "description": "Schema-driven Google Sheets import module for Nuxt Content",
5
5
  "repository": "tribeweb/nuxt-google-sheets-import",
6
6
  "license": "MIT",