@vue-storefront/nuxt 3.0.0 → 3.0.1

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/CHANGELOG.md ADDED
@@ -0,0 +1,9 @@
1
+ # Change log
2
+
3
+ ## 3.0.1
4
+
5
+ - **[CHANGED]** Set `@vue-storefront/sdk` as a dependency instead of a peer dependency
6
+
7
+ ## 3.0.0
8
+
9
+ - **[BREAKING]** Rewritten from scratch. Now the package exports a Nuxt module which allows to initialize the Vue Storefront SDK.
package/dist/module.json CHANGED
@@ -4,5 +4,5 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.0.0"
6
6
  },
7
- "version": "3.0.0"
7
+ "version": "3.0.1"
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue-storefront/nuxt",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Vue Storefront dedicated features for Nuxt",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -27,11 +27,9 @@
27
27
  "test:watch": "vitest watch",
28
28
  "prepare": "nuxi prepare"
29
29
  },
30
- "peerDependencies": {
31
- "@vue-storefront/sdk": "^1.0.0"
32
- },
33
30
  "dependencies": {
34
31
  "@nuxt/kit": "3.7.4",
32
+ "@vue-storefront/sdk": "^1.0.0",
35
33
  "knitwork": "^1.0.0"
36
34
  },
37
35
  "devDependencies": {