@lunora/advisor 1.0.0-alpha.96 → 1.0.0-alpha.98
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +3 -3
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
|
|
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
|
|
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.
|
|
3
|
+
"version": "1.0.0-alpha.98",
|
|
4
4
|
"description": "Schema & query lints (splinter-style advisors) for Lunora, feeding the Studio Advisors view",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"advisor",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"access": "public"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@lunora/errors": "1.0.0-alpha.
|
|
50
|
-
"@lunora/server": "1.0.0-alpha.
|
|
49
|
+
"@lunora/errors": "1.0.0-alpha.25",
|
|
50
|
+
"@lunora/server": "1.0.0-alpha.92"
|
|
51
51
|
},
|
|
52
52
|
"engines": {
|
|
53
53
|
"node": "^22.15.0 || >=24.11.0"
|