Commit 01f1d4c
committed
Bump appkit 0.38.1 -> 0.41.1 for non-blocking typegen (5 showcase templates)
Build-time `appkit generate-types` (postinstall/prebuild) DESCRIBEs the
analytics tables against the warehouse and, on 0.38.1, hard-fails the build if
a table is missing. Combined with SP-driven self-seeding (tables created at app
startup, not before deploy), the first deploy of content-moderator / saas-tracker
failed at build with TABLE_OR_VIEW_NOT_FOUND.
appkit 0.40.0 made typegen non-blocking (databricks/appkit#406): it reuses
committed/cached types and falls back to `result: unknown` instead of failing
the build on warehouse/missing-table errors. Bump to 0.41.1 (latest;
no breaking changes from 0.38.1 per changelog — the manifest-format break was
0.38.0, already adopted). The committed appKitTypes.d.ts stays authoritative.
Templates: rag-chat, saas-tracker, content-moderator, agentic-support-console,
inventory-intelligence (appkit + appkit-ui -> 0.41.1; sdk-experimental stays
0.17.0, which 0.41.1 depends on). All five build + typecheck clean locally.
- appkit.plugins.json: 0.41.1 `plugin sync` adds one guidance line (schema v2.0
unchanged; requiredByTemplate set unchanged).
- package-lock.json (rag-chat, agentic-support-console, inventory-intelligence):
regenerated at 0.41.1 and pinned to the public npm registry (no proxy hosts).
Note: deploy validation on e2-dogfood is pending (Apps Workspace snapshot-import
infra was failing intermittently at the time); to be validated separately.
Co-authored-by: Isaac1 parent 391f7a3 commit 01f1d4c
13 files changed
Lines changed: 39 additions & 47 deletions
File tree
- agentic-support-console
- content-moderator
- inventory-intelligence
- rag-chat
- saas-tracker
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
| 364 | + | |
364 | 365 | | |
365 | 366 | | |
366 | 367 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
| 364 | + | |
364 | 365 | | |
365 | 366 | | |
366 | 367 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| 363 | + | |
363 | 364 | | |
364 | 365 | | |
365 | 366 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
| 362 | + | |
362 | 363 | | |
363 | 364 | | |
364 | 365 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments