@vue-storefront/nuxt 8.1.0 → 9.0.0-rc.0

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.d.mts CHANGED
@@ -38,6 +38,6 @@ interface AlokaiModuleOptions {
38
38
  logger?: LoggerOptions;
39
39
  }
40
40
 
41
- declare const _default: _nuxt_schema.NuxtModule<AlokaiModuleOptions, AlokaiModuleOptions, false>;
41
+ declare const _default: _nuxt_schema.NuxtModule<AlokaiModuleOptions>;
42
42
 
43
43
  export { _default as default };
package/dist/module.d.ts CHANGED
@@ -38,6 +38,6 @@ interface AlokaiModuleOptions {
38
38
  logger?: LoggerOptions;
39
39
  }
40
40
 
41
- declare const _default: _nuxt_schema.NuxtModule<AlokaiModuleOptions, AlokaiModuleOptions, false>;
41
+ declare const _default: _nuxt_schema.NuxtModule<AlokaiModuleOptions>;
42
42
 
43
43
  export { _default as default };
package/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.0.0"
6
6
  },
7
- "version": "8.1.0",
7
+ "version": "9.0.0-rc.0",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "0.7.1",
10
10
  "unbuild": "2.0.0"
@@ -1,4 +1,4 @@
1
- import { buildModule, middlewareModule } from "@vue-storefront/sdk";
1
+ import { buildModule, middlewareModule } from "@alokai/connect/sdk";
2
2
  import { useNuxtApp, useRequestHeaders, getDefaultMethodsRequestConfig } from "#imports";
3
3
  import type { AlokaiModuleOptions } from "./alokaiModule";
4
4
 
@@ -1,4 +1,4 @@
1
- import { LoggerFactory, LoggerType, type LoggerInterface } from "@vue-storefront/logger";
1
+ import { LoggerFactory, LoggerType, type LoggerInterface } from "@alokai/connect/logger";
2
2
  import type { AlokaiModuleOptions, LoggerOptions } from "./alokaiModule";
3
3
 
4
4
  function injectMetadata(
@@ -1,4 +1,4 @@
1
- import { initSDK, type SDKApi } from "@vue-storefront/sdk";
1
+ import { initSDK, type SDKApi } from "@alokai/connect/sdk";
2
2
  import sdkConfig from "~/sdk.config";
3
3
  import type { SdkConfig } from "./sdk.config";
4
4
  import { defineNuxtPlugin } from '#app';
@@ -1,5 +1,5 @@
1
1
  import type { SdkConfig } from "./sdk.config";
2
- import type { SDKApi } from '@vue-storefront/sdk';
2
+ import type { SDKApi } from '@alokai/connect/sdk';
3
3
  import { useNuxtApp } from "#imports";
4
4
 
5
5
  export const useSdk = () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue-storefront/nuxt",
3
- "version": "8.1.0",
3
+ "version": "9.0.0-rc.0",
4
4
  "description": "Alokai dedicated features for Nuxt",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -21,7 +21,7 @@
21
21
  "lint": "biome ci .",
22
22
  "format": "prettier --write .",
23
23
  "prepare": "nuxi prepare",
24
- "version": "cp CHANGELOG.md ../../docs/enterprise/content/storefront/6.change-log/nuxt.md"
24
+ "version": "cp CHANGELOG.md ../../docs/content/storefront/6.change-log/nuxt.md"
25
25
  },
26
26
  "dependencies": {
27
27
  "@nuxt/kit": "^3.7.4",
@@ -29,20 +29,18 @@
29
29
  "@pinia/nuxt": "^0.5.1",
30
30
  "defu": "^6.0.0",
31
31
  "knitwork": "^1.0.0",
32
- "pinia": "^2.1.7",
33
- "@vue-storefront/logger": "1.0.0"
32
+ "pinia": "^2.1.7"
34
33
  },
35
34
  "devDependencies": {
35
+ "@alokai/connect": "^1.0.0",
36
36
  "@types/node": "^18.11.17",
37
37
  "@nuxt/devtools": "1.3.8",
38
38
  "@nuxt/module-builder": "0.7.1",
39
- "@vue-storefront/sdk": "3.4.1",
40
- "@vue-storefront/unified-data-model": "*",
41
39
  "@biomejs/biome": "1.9.2",
42
40
  "nuxt": "3.12.2"
43
41
  },
44
42
  "peerDependencies": {
45
- "@vue-storefront/sdk": "3.4.1"
43
+ "@alokai/connect": "^1.0.0"
46
44
  },
47
45
  "publishConfig": {
48
46
  "access": "public"