create-bw-app 0.22.1 → 0.22.2

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/package.json +1 -1
  2. package/src/constants.mjs +10 -10
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-bw-app",
3
3
  "private": false,
4
- "version": "0.22.1",
4
+ "version": "0.22.2",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "create-bw-app": "bin/create-bw-app.mjs",
package/src/constants.mjs CHANGED
@@ -171,16 +171,16 @@ export const PLATFORM_STARTER_FILES = [
171
171
  ];
172
172
 
173
173
  export const APP_DEPENDENCY_DEFAULTS = {
174
- "@brightweblabs/app-shell": "^0.9.1",
175
- "@brightweblabs/core-auth": "^0.9.0",
176
- "@brightweblabs/infra": "^0.5.0",
177
- "@brightweblabs/module-admin": "^0.7.1",
178
- "@brightweblabs/module-crm": "^0.11.1",
179
- "@brightweblabs/module-marketing": "^0.2.13",
180
- "@brightweblabs/module-orgs": "^0.3.14",
181
- "@brightweblabs/module-projects": "^0.10.2",
182
- "@brightweblabs/theme": "^0.7.0",
183
- "@brightweblabs/ui": "^1.4.0",
174
+ "@brightweblabs/app-shell": "^0.9.3",
175
+ "@brightweblabs/core-auth": "^0.9.1",
176
+ "@brightweblabs/infra": "^0.6.0",
177
+ "@brightweblabs/module-admin": "^0.8.0",
178
+ "@brightweblabs/module-crm": "^0.12.0",
179
+ "@brightweblabs/module-marketing": "^0.2.15",
180
+ "@brightweblabs/module-orgs": "^0.3.16",
181
+ "@brightweblabs/module-projects": "^0.11.0",
182
+ "@brightweblabs/theme": "^0.7.1",
183
+ "@brightweblabs/ui": "^1.4.1",
184
184
  "geist": "1.7.2",
185
185
  "lucide-react": "^1.8.0",
186
186
  "next": "^16.0.0",