@lunora/config 1.0.0-alpha.193 → 1.0.0-alpha.195
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/cloudflare/index.d.mts +1 -1
- package/dist/cloudflare/index.d.ts +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/packem_shared/{schema-info.d-C0DbTKbx.d.mts → schema-info.d-BuD84EiT.d.mts} +4 -0
- package/dist/packem_shared/{schema-info.d-C0DbTKbx.d.ts → schema-info.d-BuD84EiT.d.ts} +4 -0
- package/package.json +3 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { D as DeployDriver, I as InferredBindings, S as SchemaInfo } from "../packem_shared/schema-info.d-
|
|
1
|
+
import { D as DeployDriver, I as InferredBindings, S as SchemaInfo } from "../packem_shared/schema-info.d-BuD84EiT.mjs";
|
|
2
2
|
import { WranglerVariableIR } from '@lunora/codegen';
|
|
3
3
|
/**
|
|
4
4
|
* Translate a `wrangler.jsonc` into an [Alchemy](https://alchemy.run) program.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { D as DeployDriver, I as InferredBindings, S as SchemaInfo } from "../packem_shared/schema-info.d-
|
|
1
|
+
import { D as DeployDriver, I as InferredBindings, S as SchemaInfo } from "../packem_shared/schema-info.d-BuD84EiT.js";
|
|
2
2
|
import { WranglerVariableIR } from '@lunora/codegen';
|
|
3
3
|
/**
|
|
4
4
|
* Translate a `wrangler.jsonc` into an [Alchemy](https://alchemy.run) program.
|
package/dist/index.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { AgentIR, ContainerIR, WorkflowIR } from '@lunora/codegen';
|
|
2
2
|
export type { AgentIR, ContainerIR, WorkflowIR } from '@lunora/codegen';
|
|
3
3
|
import { Writable } from 'node:stream';
|
|
4
|
-
import { D as DeployDriver } from "./packem_shared/schema-info.d-
|
|
5
|
-
export { C as COMPOSED_WORKER_ENTRY, type a as DeployRequest, type b as DevRequest, type c as DiscoverSchemaInfoResult, type d as DriverToolchain, type e as InferOptions, type f as InferredAgent, type I as InferredBindings, type g as InferredContainer, type h as InferredWorkflow, type S as SchemaInfo, type i as SecretRequest, type T as TailRequest, type j as ToolchainCommand, k as discoverSchemaInfo, l as inferLunoraBindings, p as packageNamesFromBindings } from "./packem_shared/schema-info.d-
|
|
4
|
+
import { D as DeployDriver } from "./packem_shared/schema-info.d-BuD84EiT.mjs";
|
|
5
|
+
export { C as COMPOSED_WORKER_ENTRY, type a as DeployRequest, type b as DevRequest, type c as DiscoverSchemaInfoResult, type d as DriverToolchain, type e as InferOptions, type f as InferredAgent, type I as InferredBindings, type g as InferredContainer, type h as InferredWorkflow, type S as SchemaInfo, type i as SecretRequest, type T as TailRequest, type j as ToolchainCommand, k as discoverSchemaInfo, l as inferLunoraBindings, p as packageNamesFromBindings } from "./packem_shared/schema-info.d-BuD84EiT.mjs";
|
|
6
6
|
export { type A as AdditivePolicyEdit, type D as DestructivePolicyEdit, type P as PolicyEdit, type a as PolicyScaffoldFailureReason, type b as ScaffoldFileResult, type S as ScaffoldPolicyEdit, type c as WireResult, type W as WireRlsEdit, d as classifyPolicyEdit, r as resolveServerModule, s as scaffoldPolicyFile, w as wireRlsIntoProcedure } from "./packem_shared/policy-scaffold.d-D2H4_G01.mjs";
|
|
7
7
|
interface DiscoverAgentInfoResult {
|
|
8
8
|
/** Discovered agent definitions; `[]` when none are declared or parsing failed. */
|
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { AgentIR, ContainerIR, WorkflowIR } from '@lunora/codegen';
|
|
2
2
|
export type { AgentIR, ContainerIR, WorkflowIR } from '@lunora/codegen';
|
|
3
3
|
import { Writable } from 'node:stream';
|
|
4
|
-
import { D as DeployDriver } from "./packem_shared/schema-info.d-
|
|
5
|
-
export { C as COMPOSED_WORKER_ENTRY, type a as DeployRequest, type b as DevRequest, type c as DiscoverSchemaInfoResult, type d as DriverToolchain, type e as InferOptions, type f as InferredAgent, type I as InferredBindings, type g as InferredContainer, type h as InferredWorkflow, type S as SchemaInfo, type i as SecretRequest, type T as TailRequest, type j as ToolchainCommand, k as discoverSchemaInfo, l as inferLunoraBindings, p as packageNamesFromBindings } from "./packem_shared/schema-info.d-
|
|
4
|
+
import { D as DeployDriver } from "./packem_shared/schema-info.d-BuD84EiT.js";
|
|
5
|
+
export { C as COMPOSED_WORKER_ENTRY, type a as DeployRequest, type b as DevRequest, type c as DiscoverSchemaInfoResult, type d as DriverToolchain, type e as InferOptions, type f as InferredAgent, type I as InferredBindings, type g as InferredContainer, type h as InferredWorkflow, type S as SchemaInfo, type i as SecretRequest, type T as TailRequest, type j as ToolchainCommand, k as discoverSchemaInfo, l as inferLunoraBindings, p as packageNamesFromBindings } from "./packem_shared/schema-info.d-BuD84EiT.js";
|
|
6
6
|
export { type A as AdditivePolicyEdit, type D as DestructivePolicyEdit, type P as PolicyEdit, type a as PolicyScaffoldFailureReason, type b as ScaffoldFileResult, type S as ScaffoldPolicyEdit, type c as WireResult, type W as WireRlsEdit, d as classifyPolicyEdit, r as resolveServerModule, s as scaffoldPolicyFile, w as wireRlsIntoProcedure } from "./packem_shared/policy-scaffold.d-D2H4_G01.js";
|
|
7
7
|
interface DiscoverAgentInfoResult {
|
|
8
8
|
/** Discovered agent definitions; `[]` when none are declared or parsing failed. */
|
|
@@ -201,10 +201,14 @@ interface InferredBindings {
|
|
|
201
201
|
usesKv: boolean;
|
|
202
202
|
/** `@lunora/mail` is imported (Resend API key must be set in `.dev.vars`; no binding). */
|
|
203
203
|
usesMail: boolean;
|
|
204
|
+
/** `@lunora/notify` is imported (Web Push needs VAPID/FCM secrets in `.dev.vars`; no binding). */
|
|
205
|
+
usesNotify: boolean;
|
|
204
206
|
/** `@lunora/payment` is imported (provider secrets must be set in `.dev.vars`; no binding). */
|
|
205
207
|
usesPayment: boolean;
|
|
206
208
|
/** `ctx.pipelines` is used (binding needs an un-mintable remote pipeline name; hint-only). */
|
|
207
209
|
usesPipelines: boolean;
|
|
210
|
+
/** `ctx.r2sql` is used (needs the `R2_SQL_*` secrets in `.dev.vars`; no binding). */
|
|
211
|
+
usesR2sql: boolean;
|
|
208
212
|
/** `@lunora/scheduler` is imported. */
|
|
209
213
|
usesScheduler: boolean;
|
|
210
214
|
/** `@lunora/storage` is imported (R2 bucket binding name is user-defined). */
|
|
@@ -201,10 +201,14 @@ interface InferredBindings {
|
|
|
201
201
|
usesKv: boolean;
|
|
202
202
|
/** `@lunora/mail` is imported (Resend API key must be set in `.dev.vars`; no binding). */
|
|
203
203
|
usesMail: boolean;
|
|
204
|
+
/** `@lunora/notify` is imported (Web Push needs VAPID/FCM secrets in `.dev.vars`; no binding). */
|
|
205
|
+
usesNotify: boolean;
|
|
204
206
|
/** `@lunora/payment` is imported (provider secrets must be set in `.dev.vars`; no binding). */
|
|
205
207
|
usesPayment: boolean;
|
|
206
208
|
/** `ctx.pipelines` is used (binding needs an un-mintable remote pipeline name; hint-only). */
|
|
207
209
|
usesPipelines: boolean;
|
|
210
|
+
/** `ctx.r2sql` is used (needs the `R2_SQL_*` secrets in `.dev.vars`; no binding). */
|
|
211
|
+
usesR2sql: boolean;
|
|
208
212
|
/** `@lunora/scheduler` is imported. */
|
|
209
213
|
usesScheduler: boolean;
|
|
210
214
|
/** `@lunora/storage` is imported (R2 bucket binding name is user-defined). */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lunora/config",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.195",
|
|
4
4
|
"description": "Internal shared CLI + Vite config layer for Lunora: wrangler.jsonc validation, binding inference, and .dev.vars scaffolding",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"bindings",
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@lunora/codegen": "1.0.0-alpha.
|
|
57
|
+
"@lunora/codegen": "1.0.0-alpha.159",
|
|
58
58
|
"@lunora/container": "1.0.0-alpha.45",
|
|
59
59
|
"@lunora/errors": "1.0.0-alpha.32",
|
|
60
|
-
"@lunora/seed": "1.0.0-alpha.
|
|
60
|
+
"@lunora/seed": "1.0.0-alpha.109",
|
|
61
61
|
"@visulima/colorize": "2.1.1",
|
|
62
62
|
"@visulima/find-ai-runner": "1.0.1",
|
|
63
63
|
"@visulima/package": "5.0.12",
|