create-bw-app 0.27.0 → 0.27.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-bw-app",
3
3
  "private": false,
4
- "version": "0.27.0",
4
+ "version": "0.27.1",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "create-bw-app": "bin/create-bw-app.mjs",
package/src/constants.mjs CHANGED
@@ -186,16 +186,16 @@ export const PLATFORM_STARTER_FILES = [
186
186
  ];
187
187
 
188
188
  export const APP_DEPENDENCY_DEFAULTS = {
189
- "@brightweblabs/app-shell": "^0.16.1",
190
- "@brightweblabs/core-auth": "^0.12.0",
189
+ "@brightweblabs/app-shell": "^0.16.2",
190
+ "@brightweblabs/core-auth": "^0.12.1",
191
191
  "@brightweblabs/infra": "^0.7.0",
192
- "@brightweblabs/module-admin": "^0.9.5",
193
- "@brightweblabs/module-crm": "^0.18.2",
194
- "@brightweblabs/module-marketing": "^0.5.0",
195
- "@brightweblabs/module-orgs": "^0.7.1",
196
- "@brightweblabs/module-projects": "^0.19.1",
197
- "@brightweblabs/theme": "^0.8.3",
198
- "@brightweblabs/ui": "^1.5.4",
192
+ "@brightweblabs/module-admin": "^0.9.6",
193
+ "@brightweblabs/module-crm": "^0.18.3",
194
+ "@brightweblabs/module-marketing": "^0.5.1",
195
+ "@brightweblabs/module-orgs": "^0.7.2",
196
+ "@brightweblabs/module-projects": "^0.19.2",
197
+ "@brightweblabs/theme": "^0.8.4",
198
+ "@brightweblabs/ui": "^1.5.5",
199
199
  "geist": "1.7.2",
200
200
  "lucide-react": "^1.8.0",
201
201
  "next": "^16.0.0",
@@ -1,3 +1,5 @@
1
+ @layer theme, base, components, utilities;
2
+
1
3
  @import "tailwindcss";
2
4
  @import "@brightweblabs/theme/css";
3
5
  @import "./theme.css";
@@ -1,3 +1,5 @@
1
+ @layer theme, base, components, utilities;
2
+
1
3
  @import "tailwindcss";
2
4
 
3
5
  @theme inline {