@hostlink/nuxt-light 0.0.92 → 0.0.93

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
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "light",
3
3
  "configKey": "light",
4
- "version": "0.0.92"
4
+ "version": "0.0.93"
5
5
  }
package/dist/module.mjs CHANGED
@@ -59,7 +59,8 @@ const module = defineNuxtModule({
59
59
  { name: "getModelColumns", from },
60
60
  { name: "getModelFields", from },
61
61
  { name: "getModelField", from },
62
- { name: "getGQLFields", from }
62
+ { name: "getGQLFields", from },
63
+ { name: "sv", from }
63
64
  ]);
64
65
  addPlugin({
65
66
  src: resolver.resolve("./runtime/plugin"),
@@ -416,7 +416,6 @@ const toColumns = props.columns?.filter((col: any) => {
416
416
 
417
417
  })
418
418
 
419
- console.log(ss);
420
419
  </script>
421
420
 
422
421
  <template>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hostlink/nuxt-light",
3
- "version": "0.0.92",
3
+ "version": "0.0.93",
4
4
  "description": "HostLink Nuxt Light Framework",
5
5
  "repository": "@hostlink/nuxt-light",
6
6
  "license": "MIT",