@shopware/cms-base-layer 0.0.0-canary-20250225111801 → 0.0.0-canary-20250226085221

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/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -129,7 +129,7 @@ No additional packages needed to be installed.
129
129
 
130
130
  Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/cms-base-layer/CHANGELOG.md)
131
131
 
132
- ### Latest changes: 0.0.0-canary-20250225111801
132
+ ### Latest changes: 0.0.0-canary-20250226085221
133
133
 
134
134
  ### Minor Changes
135
135
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopware/cms-base-layer",
3
- "version": "0.0.0-canary-20250225111801",
3
+ "version": "0.0.0-canary-20250226085221",
4
4
  "description": "Vue CMS Nuxt Layer for Shopware",
5
5
  "author": "Shopware",
6
6
  "repository": {
@@ -41,8 +41,8 @@
41
41
  "vue": "3.5.13",
42
42
  "xss": "1.0.15",
43
43
  "@shopware/composables": "1.8.1",
44
- "@shopware/helpers": "1.4.0",
45
- "@shopware/api-client": "1.2.1"
44
+ "@shopware/api-client": "1.2.1",
45
+ "@shopware/helpers": "1.4.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@biomejs/biome": "1.8.3",
@@ -54,7 +54,7 @@
54
54
  "unbuild": "2.0.0",
55
55
  "vitest": "3.0.7",
56
56
  "vue-router": "4.5.0",
57
- "vue-tsc": "2.2.2",
57
+ "vue-tsc": "2.2.4",
58
58
  "tsconfig": "0.0.0"
59
59
  },
60
60
  "scripts": {