@laioutr/app-shopware 0.14.4 → 0.14.5

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@laioutr/app-shopware",
3
- "version": "0.14.4",
3
+ "version": "0.14.5",
4
4
  "configKey": "@laioutr/app-shopware",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.1",
package/dist/module.mjs CHANGED
@@ -4,7 +4,7 @@ import { CHECKOUT_ENDPOINT_PATH, ADOPT_SESSION_ENDPOINT_PATH } from '../dist/run
4
4
  import { registerLaioutrApp } from '@laioutr-core/kit';
5
5
 
6
6
  const name = "@laioutr/app-shopware";
7
- const version = "0.14.4";
7
+ const version = "0.14.5";
8
8
 
9
9
  const module$1 = defineNuxtModule({
10
10
  meta: {
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "@laioutr/app-shopware",
3
- "version": "0.14.4",
3
+ "version": "0.14.5",
4
4
  "description": "Laioutr integration with Shopware 6",
5
5
  "repository": "github:laioutr/app-shopware",
6
6
  "license": "MIT",
7
7
  "type": "module",
8
- "packageManager": "pnpm@10.15.0",
9
8
  "exports": {
10
9
  ".": {
11
10
  "types": "./dist/types.d.mts",
@@ -27,19 +26,6 @@
27
26
  "access": "public",
28
27
  "provenance": true
29
28
  },
30
- "scripts": {
31
- "dev": "npm run dev:prepare && nuxi dev playground",
32
- "dev:build": "nuxi build playground",
33
- "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
34
- "lint": "eslint .",
35
- "prepack": "nuxt-module-build build",
36
- "changeset": "changeset",
37
- "version": "changeset version",
38
- "release": "pnpm run prepack && changeset publish",
39
- "test": "vitest run",
40
- "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit",
41
- "test:watch": "vitest watch"
42
- },
43
29
  "browserslist": [
44
30
  "> 0.5% and not dead"
45
31
  ],
@@ -92,5 +78,17 @@
92
78
  "engines": {
93
79
  "node": ">=22.12.0",
94
80
  "pnpm": ">=10.15.0"
81
+ },
82
+ "scripts": {
83
+ "dev": "npm run dev:prepare && nuxi dev playground",
84
+ "dev:build": "nuxi build playground",
85
+ "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
86
+ "lint": "eslint .",
87
+ "changeset": "changeset",
88
+ "version": "changeset version",
89
+ "release": "pnpm run prepack && changeset publish",
90
+ "test": "vitest run",
91
+ "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit",
92
+ "test:watch": "vitest watch"
95
93
  }
96
- }
94
+ }