@prisma/composer 0.1.0-dev.2 → 0.1.0-dev.4
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/{app-config-CpWN1ZfP-CZ1c6Eqk.d.mts → app-config-5mXxjaEl-D2Q6MU5g.d.mts} +6 -6
- package/dist/assertions.d.mts +1 -1
- package/dist/assertions.mjs.map +1 -1
- package/dist/bin.mjs.map +1 -1
- package/dist/casts-Ci5rYYaR.mjs.map +1 -1
- package/dist/casts.d.mts +1 -1
- package/dist/config-C23NciC8.d.mts +1 -0
- package/dist/config.d.mts +2 -2
- package/dist/config.mjs.map +1 -1
- package/dist/deploy-C23NciC8.d.mts +1 -0
- package/dist/deploy.d.mts +2 -2
- package/dist/deploy.mjs.map +1 -1
- package/dist/dist-B0axxnBf.mjs.map +1 -1
- package/dist/{graph-DXuL5tN6-BeAHOb0u.d.mts → graph-D383dfW2-Cepin3Om.d.mts} +3 -3
- package/dist/{config-ad92ubCB-D0-dZUgA.d.mts → graph-types-COu3ss99-CrJcsbDJ.d.mts} +105 -105
- package/dist/{index-Cy4C23u1.d.mts → index-8wU5wpMV.d.mts} +3 -3
- package/dist/{index-C1f1Aot7.d.mts → index-DIyo-rxT.d.mts} +4 -4
- package/dist/index.d.mts +3 -3
- package/dist/nextjs-control.d.mts +5 -5
- package/dist/nextjs-control.mjs.map +1 -1
- package/dist/nextjs.d.mts +1 -1
- package/dist/nextjs.mjs.map +1 -1
- package/dist/node-control.d.mts +4 -4
- package/dist/node-control.mjs.map +1 -1
- package/dist/node.d.mts +3 -3
- package/dist/node.mjs.map +1 -1
- package/dist/report.d.mts +4 -4
- package/dist/report.mjs +1 -1
- package/dist/report.mjs.map +1 -1
- package/dist/rpc.d.mts +2 -2
- package/dist/testing.d.mts +2 -2
- package/dist/testing.mjs.map +1 -1
- package/package.json +10 -10
- package/dist/config-D-h0FACe.d.mts +0 -1
- package/dist/deploy-D-h0FACe.d.mts +0 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { M as ResourceNode, V as ServiceNode, d as Graph, k as ProvisionNeed, n as Config, t as BuildAdapter, x as NodeId, y as ModuleNode } from "./
|
|
2
|
-
import "./graph-
|
|
1
|
+
import { M as ResourceNode, V as ServiceNode, d as Graph, k as ProvisionNeed, n as Config, t as BuildAdapter, x as NodeId, y as ModuleNode } from "./graph-types-COu3ss99-CrJcsbDJ.mjs";
|
|
2
|
+
import "./graph-D383dfW2-Cepin3Om.mjs";
|
|
3
3
|
import * as Alchemy from "alchemy";
|
|
4
4
|
import { Input, StackServices } from "alchemy";
|
|
5
5
|
import * as Effect from "effect/Effect";
|
|
6
6
|
import * as Layer from "effect/Layer";
|
|
7
7
|
import { State } from "alchemy/State/State";
|
|
8
|
-
//#region ../../0-framework/1-core/core/dist/app-config-
|
|
9
|
-
//#region src/deploy.d.ts
|
|
8
|
+
//#region ../../0-framework/1-core/core/dist/app-config-5mXxjaEl.d.mts
|
|
9
|
+
//#region src/exports/deploy.d.ts
|
|
10
10
|
/** The Layer shape every Alchemy state store must satisfy — what `LowerOptions.state` and `PrismaAppConfig.state` both traffic in. */
|
|
11
11
|
type AlchemyStateLayer = Layer.Layer<State, never, StackServices>;
|
|
12
12
|
/**
|
|
@@ -241,7 +241,7 @@ declare function lowering(root: ModuleNode, config: PrismaAppConfig, opts: Lower
|
|
|
241
241
|
*/
|
|
242
242
|
declare function lower(root: ModuleNode, config: PrismaAppConfig, opts: LowerOptions): Effect.Effect<Alchemy.CompiledStack<undefined, any>, import("effect/Config").ConfigError, never>;
|
|
243
243
|
//#endregion
|
|
244
|
-
//#region src/app-config.d.ts
|
|
244
|
+
//#region src/exports/app-config.d.ts
|
|
245
245
|
/**
|
|
246
246
|
* One extension's control-plane registry: everything the deploy pipeline may
|
|
247
247
|
* look up for a node whose `extension` field names this package. `nodes` is
|
|
@@ -322,4 +322,4 @@ interface PrismaAppConfig {
|
|
|
322
322
|
declare function defineConfig(config: PrismaAppConfig): PrismaAppConfig;
|
|
323
323
|
//#endregion
|
|
324
324
|
export { resolveStateLayer as A, TeardownInput as C, lower as D, joinDeployment as E, lowering as O, ServiceLowering as S, defineConfig as T, PackageInput as _, Bundle as a, ProvisionEdge as b, DeploymentResult as c, LowerError as d, LowerOptions as f, Outputs as g, NodeDescriptor as h, AssembleInput as i, mergedProviders as k, ExtensionDescriptor as l, Lowering as m, ApplicationDescriptor as n, DeployedEntity as o, LoweredResult as p, Artifact as r, DeployedNode as s, AlchemyStateLayer as t, LowerContext as u, PreflightInput as v, buildConfig as w, ProvisionerDescriptor as x, PrismaAppConfig as y };
|
|
325
|
-
//# sourceMappingURL=app-config-
|
|
325
|
+
//# sourceMappingURL=app-config-5mXxjaEl-D2Q6MU5g.d.mts.map
|
package/dist/assertions.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
//#region ../../0-framework/0-foundation/foundation/dist/assertions.d.mts
|
|
2
|
-
//#region src/assertions.d.ts
|
|
2
|
+
//#region src/exports/assertions.d.ts
|
|
3
3
|
/**
|
|
4
4
|
* Asserts that a value is defined (not null or undefined).
|
|
5
5
|
* Use for invariants where the value should always exist at runtime.
|
package/dist/assertions.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assertions.mjs","names":[],"sources":["../../../0-framework/0-foundation/foundation/dist/assertions.mjs"],"sourcesContent":["//#region src/assertions.ts\n/**\n* Asserts that a value is defined (not null or undefined).\n* Use for invariants where the value should always exist at runtime.\n*\n* @throws Error if value is null or undefined\n*\n* @example\n* ```typescript\n* const port = config.ports[name];\n* assertDefined(port, `Port \"${name}\" not found`);\n* // port is now narrowed to non-nullable\n* ```\n*/\nfunction assertDefined(value, message) {\n\tif (value === null || value === void 0) throw new Error(message);\n}\n/**\n* Asserts that a condition is true.\n* Use for invariants that should always hold at runtime.\n*\n* @throws Error if condition is false\n*\n* @example\n* ```typescript\n* invariant(edges.length > 0, 'A wired module must have at least one connection');\n* ```\n*/\nfunction invariant(condition, message) {\n\tif (!condition) throw new Error(message);\n}\n//#endregion\nexport { assertDefined, invariant };\n\n//# sourceMappingURL=assertions.mjs.map"],"mappings":";;;;;;;;;;;;;;AAcA,SAAS,cAAc,OAAO,SAAS;CACtC,IAAI,UAAU,QAAQ,UAAU,KAAK,GAAG,MAAM,IAAI,MAAM,OAAO;AAChE;;;;;;;;;;;;AAYA,SAAS,UAAU,WAAW,SAAS;CACtC,IAAI,CAAC,WAAW,MAAM,IAAI,MAAM,OAAO;AACxC"}
|
|
1
|
+
{"version":3,"file":"assertions.mjs","names":[],"sources":["../../../0-framework/0-foundation/foundation/dist/assertions.mjs"],"sourcesContent":["//#region src/exports/assertions.ts\n/**\n* Asserts that a value is defined (not null or undefined).\n* Use for invariants where the value should always exist at runtime.\n*\n* @throws Error if value is null or undefined\n*\n* @example\n* ```typescript\n* const port = config.ports[name];\n* assertDefined(port, `Port \"${name}\" not found`);\n* // port is now narrowed to non-nullable\n* ```\n*/\nfunction assertDefined(value, message) {\n\tif (value === null || value === void 0) throw new Error(message);\n}\n/**\n* Asserts that a condition is true.\n* Use for invariants that should always hold at runtime.\n*\n* @throws Error if condition is false\n*\n* @example\n* ```typescript\n* invariant(edges.length > 0, 'A wired module must have at least one connection');\n* ```\n*/\nfunction invariant(condition, message) {\n\tif (!condition) throw new Error(message);\n}\n//#endregion\nexport { assertDefined, invariant };\n\n//# sourceMappingURL=assertions.mjs.map"],"mappings":";;;;;;;;;;;;;;AAcA,SAAS,cAAc,OAAO,SAAS;CACtC,IAAI,UAAU,QAAQ,UAAU,KAAK,GAAG,MAAM,IAAI,MAAM,OAAO;AAChE;;;;;;;;;;;;AAYA,SAAS,UAAU,WAAW,SAAS;CACtC,IAAI,CAAC,WAAW,MAAM,IAAI,MAAM,OAAO;AACxC"}
|