@cosmicdrift/kumiko-dispatcher-live 0.5.1 → 0.5.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/CHANGELOG.md +21 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @cosmicdrift/kumiko-dispatcher-live
2
2
 
3
+ ## 0.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 4f0d781: fix(tenant): updateMemberRoles erlaubt "system"-Rolle (symmetrisch zu create)
8
+
9
+ Drift innerhalb des tenant-Features: `tenant:write:create` akzeptierte
10
+ `["system", "SystemAdmin"]`, `tenant:write:update-member-roles` aber
11
+ nur `["SystemAdmin"]`. Konsequenz: ops-tooling und seed-migrations
12
+ (`createSystemUser` mit `roles: ["system"]`) konnten den Handler nicht
13
+ aufrufen — `access_denied`.
14
+
15
+ Live entdeckt beim ersten Driver-Sample der es-ops Phase 1: publicstatus
16
+ seed `2026-05-20-fix-admin-roles.ts` rief `update-member-roles` via
17
+ `systemWriteAs` → access_denied → Pod CrashLoopBackOff.
18
+
19
+ Plus access-rule-Pinning-Test in `tenant.integration.ts`-scenario-7.
20
+
21
+ - Updated dependencies [4f0d781]
22
+ - @cosmicdrift/kumiko-headless@0.5.2
23
+
3
24
  ## 0.5.1
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cosmicdrift/kumiko-dispatcher-live",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "HTTP-only Dispatcher for Kumiko UIs. Always-online; failures surface immediately. Default client for web admin/cockpit apps.",
5
5
  "license": "BUSL-1.1",
6
6
  "author": "Marc Frost <marc@cosmicdriftgamestudio.com>",
@@ -24,7 +24,7 @@
24
24
  }
25
25
  },
26
26
  "dependencies": {
27
- "@cosmicdrift/kumiko-headless": "0.5.1"
27
+ "@cosmicdrift/kumiko-headless": "0.5.2"
28
28
  },
29
29
  "publishConfig": {
30
30
  "registry": "https://registry.npmjs.org",