@lunora/advisor 1.0.0-alpha.96 → 1.0.0-alpha.97

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.
package/dist/index.d.mts CHANGED
@@ -2651,7 +2651,7 @@ declare const aiUnboundedGenerationPublic: Lint;
2651
2651
  * and read another tenant's rows with no row-security guard behind the door.
2652
2652
  *
2653
2653
  * **Evidence and coverage gap**: this reads `context.configCalls`, fed by the
2654
- * codegen `discover-config-calls.ts` feeder's `.extend(fn)` callback-shape
2654
+ * codegen `discover/config-calls.ts` feeder's `.extend(fn)` callback-shape
2655
2655
  * support — it only sees the setting when a `lunora/`-local file calls the
2656
2656
  * generated `defineApp()...extend(() => ({ allowUnauthenticatedShardAccess:
2657
2657
  * true }))` escape hatch (the pattern the `nuxt` / `analog` templates use in
package/dist/index.d.ts CHANGED
@@ -2651,7 +2651,7 @@ declare const aiUnboundedGenerationPublic: Lint;
2651
2651
  * and read another tenant's rows with no row-security guard behind the door.
2652
2652
  *
2653
2653
  * **Evidence and coverage gap**: this reads `context.configCalls`, fed by the
2654
- * codegen `discover-config-calls.ts` feeder's `.extend(fn)` callback-shape
2654
+ * codegen `discover/config-calls.ts` feeder's `.extend(fn)` callback-shape
2655
2655
  * support — it only sees the setting when a `lunora/`-local file calls the
2656
2656
  * generated `defineApp()...extend(() => ({ allowUnauthenticatedShardAccess:
2657
2657
  * true }))` escape hatch (the pattern the `nuxt` / `analog` templates use in
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lunora/advisor",
3
- "version": "1.0.0-alpha.96",
3
+ "version": "1.0.0-alpha.97",
4
4
  "description": "Schema & query lints (splinter-style advisors) for Lunora, feeding the Studio Advisors view",
5
5
  "keywords": [
6
6
  "advisor",
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@lunora/errors": "1.0.0-alpha.24",
50
- "@lunora/server": "1.0.0-alpha.90"
50
+ "@lunora/server": "1.0.0-alpha.91"
51
51
  },
52
52
  "engines": {
53
53
  "node": "^22.15.0 || >=24.11.0"