create-bw-app 0.22.0 → 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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-bw-app",
3
3
  "private": false,
4
- "version": "0.22.0",
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.0",
175
- "@brightweblabs/core-auth": "^0.9.0",
176
- "@brightweblabs/infra": "^0.5.0",
177
- "@brightweblabs/module-admin": "^0.7.0",
178
- "@brightweblabs/module-crm": "^0.11.0",
179
- "@brightweblabs/module-marketing": "^0.2.12",
180
- "@brightweblabs/module-orgs": "^0.3.13",
181
- "@brightweblabs/module-projects": "^0.10.0",
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",
@@ -1,6 +1,8 @@
1
1
  -- Keep the notification list useful after acknowledgement. The unread summary
2
2
  -- still uses alerts_seen_at; the item list returns the latest visible events.
3
3
 
4
+ DROP FUNCTION IF EXISTS public.current_notification_items(uuid, integer);
5
+
4
6
  CREATE OR REPLACE FUNCTION public.current_notification_items(
5
7
  p_profile_id uuid,
6
8
  p_limit integer DEFAULT 8