Commit bac4d81
committed
chore(objectos): bump @objectstack 10.2 -> 12.1 so the runtime image ships latest
- apps/objectos deps pinned at ^10.2.0 + frozen lockfile kept the ghcr image
stuck at framework 10.2 even though CI runs on every push.
- Bump all @objectstack/* to ^12.1.0 and regenerate pnpm-lock.yaml.
- Work around a 12.1 standalone inconsistency: createStandaloneStack emits
api.projectResolution:'none', which the 12.1 validator rejects (enum:
required|optional|auto, field optional). Standalone has scoping disabled, so
drop the field in objectstack.config.ts.
Verified: objectstack compile passes; serve boots (/ -> 302, /_console/ -> 200,
SqlDriver loaded, 22 plugins).1 parent 4254851 commit bac4d81
3 files changed
Lines changed: 1282 additions & 642 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments