@palbase/backend 24.0.1 → 24.0.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.
@@ -16,7 +16,7 @@ import {
16
16
  quoteIdent,
17
17
  scrubSecrets,
18
18
  withTables
19
- } from "../chunk-YSQBC2VL.js";
19
+ } from "../chunk-RPZNHY7J.js";
20
20
  import "../chunk-7Z6MGMXQ.js";
21
21
  import "../chunk-P2Q27SGP.js";
22
22
  import "../chunk-H3JAISUY.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@palbase/backend",
3
- "version": "24.0.1",
3
+ "version": "24.0.2",
4
4
  "description": "Palbase Backend SDK — class controllers (@Controller/@Get/@Post + @Body/@QueryParams/@Param), error classes, schema DSL",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -35,6 +35,12 @@
35
35
  "hooks/**/*.ts",
36
36
  "webhooks/**/*.ts",
37
37
  "middleware/**/*.ts",
38
+ // Project-root files the deploy path evaluates: `auth.ts` (the application
39
+ // default the bundler imports by name), and anything else a future seam
40
+ // adds beside it. Without this line that file is type-checked by NOTHING —
41
+ // a typo in `defineDefaultAuth({ verifedEmail: true })` compiles, builds,
42
+ // deploys, and resolves to a spec the cascade does not recognise.
43
+ "*.ts",
38
44
  "*.d.ts"
39
45
  ]
40
46
  }