spine-framework 0.3.71 → 0.3.72

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.
@@ -5,6 +5,9 @@
5
5
  -- to all users in the apps list.
6
6
  --
7
7
  -- Fix: Include apps where owner_account_id IS NULL (globally available apps).
8
+ -- Must DROP first because the return type changed (added route_prefix, renderer, etc.)
9
+
10
+ DROP FUNCTION IF EXISTS public.get_account_apps(uuid, boolean, boolean);
8
11
 
9
12
  CREATE OR REPLACE FUNCTION public.get_account_apps(
10
13
  account_id uuid,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spine-framework",
3
- "version": "0.3.71",
3
+ "version": "0.3.72",
4
4
  "description": "Multi-tenant, modular application platform for modern SaaS systems",
5
5
  "type": "module",
6
6
  "bin": {