@hostlink/nuxt-light 1.59.2 → 1.59.3

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,7 +1,7 @@
1
1
  {
2
2
  "name": "light",
3
3
  "configKey": "light",
4
- "version": "1.59.2",
4
+ "version": "1.59.3",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
package/dist/module.mjs CHANGED
@@ -359,6 +359,7 @@ const module$1 = defineNuxtModule({
359
359
  nuxt.options.vite.resolve = nuxt.options.vite.resolve || {};
360
360
  nuxt.options.vite.resolve.alias = nuxt.options.vite.resolve.alias || {};
361
361
  nuxt.options.vite.resolve.alias["collect.js"] = "collect.js/dist/index.js";
362
+ nuxt.options.vite.resolve.alias["json-to-graphql-query"] = "json-to-graphql-query/lib/index.js";
362
363
  nuxt.options.app.head.link = nuxt.options.app.head.link || [];
363
364
  nuxt.options.app.head.link.push({
364
365
  rel: "stylesheet",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hostlink/nuxt-light",
3
- "version": "1.59.2",
3
+ "version": "1.59.3",
4
4
  "description": "HostLink Nuxt Light Framework",
5
5
  "repository": {
6
6
  "type": "git",