@loczer/storefront-sdk 0.48.0 → 0.50.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.
Files changed (1) hide show
  1. package/package.json +10 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loczer/storefront-sdk",
3
- "version": "0.48.0",
3
+ "version": "0.50.0",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/"
@@ -65,13 +65,17 @@
65
65
  }
66
66
  },
67
67
  "build": {
68
- "command": "vite build && vite build -c vite.dts.config.ts && tailwindcss -i ./src/storefront.css -o ./dist/storefront.css --minify && node ./scripts/verify-post-build-leaks.js",
68
+ "command": "vite build && tailwindcss -i ./src/storefront.css -o ./dist/storefront.css --minify && node ./scripts/verify-post-build-leaks.js",
69
69
  "dependencies": [
70
- "../booking-engine:build"
70
+ "../booking-engine:build",
71
+ "../ui:build"
71
72
  ]
72
73
  },
73
74
  "test": {
74
75
  "command": "tsc --noEmit && playwright test",
76
+ "dependencies": [
77
+ "../ui:build"
78
+ ],
75
79
  "files": [
76
80
  "index.html",
77
81
  "package.json",
@@ -79,7 +83,6 @@
79
83
  "tailwind.config.ts",
80
84
  "tsconfig.json",
81
85
  "vite.config.ts",
82
- "vite.dts.config.ts",
83
86
  "src/**",
84
87
  "playground/**",
85
88
  "spec/**"
@@ -98,6 +101,7 @@
98
101
  "@radix-ui/react-select": "2.2.6",
99
102
  "@radix-ui/react-slot": "1.2.4",
100
103
  "@radix-ui/react-tooltip": "1.2.8",
104
+ "@lz/ui": "0.0.0",
101
105
  "@rpcbase/client": "latest",
102
106
  "@rpcbase/form": "latest",
103
107
  "@rpcbase/router": "latest",
@@ -115,9 +119,9 @@
115
119
  "@lz/booking-engine": "0.0.0",
116
120
  "react": "19.2.3",
117
121
  "react-dom": "19.2.3",
118
- "rollup-plugin-dts": "6.3.0",
119
122
  "tailwindcss": "4.1.18",
120
123
  "tw-animate-css": "1.4.0",
121
- "vite": "7.3.0"
124
+ "vite": "7.3.0",
125
+ "vite-plugin-dts": "4.5.4"
122
126
  }
123
127
  }