@prisma/composer-prisma-cloud 0.14.0-dev.3 → 0.14.0-dev.5
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/auth/pack.mjs +1 -1
- package/dist/auth/pack.mjs.map +1 -1
- package/dist/auth/testing.mjs +1 -1
- package/dist/auth/testing.mjs.map +1 -1
- package/dist/control.d.mts +1 -0
- package/dist/control.d.mts.map +1 -1
- package/dist/control.mjs +52 -30
- package/dist/control.mjs.map +1 -1
- package/dist/local-target.mjs +3 -2
- package/dist/local-target.mjs.map +1 -1
- package/dist/{s3-credentials-resource-C0A8Q7aA-Dcl7iuHj.mjs → s3-credentials-resource-CZHsvOOZ-CDexsqlX.mjs} +10 -5
- package/dist/{s3-credentials-resource-C0A8Q7aA-Dcl7iuHj.mjs.map → s3-credentials-resource-CZHsvOOZ-CDexsqlX.mjs.map} +1 -1
- package/package.json +18 -18
package/dist/local-target.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as ServiceKeyProvider, a as PgWarmProvider, c as PrismaCloudContainer, d as collectPreflightNames, h as prismaCloudContainerOf, n as GeneratedParamProvider, p as deserialize, s as PnMigrationProvider, u as S3CredentialsProvider, v as mintKeyPair, w as isWithin, y as Providers } from "./s3-credentials-resource-
|
|
1
|
+
import { S as ServiceKeyProvider, a as PgWarmProvider, c as PrismaCloudContainer, d as collectPreflightNames, h as prismaCloudContainerOf, n as GeneratedParamProvider, p as deserialize, s as PnMigrationProvider, u as S3CredentialsProvider, v as mintKeyPair, w as isWithin, y as Providers } from "./s3-credentials-resource-CZHsvOOZ-CDexsqlX.mjs";
|
|
2
2
|
import { createRequire } from "node:module";
|
|
3
3
|
import { blindCast } from "@prisma/composer/casts";
|
|
4
4
|
import * as Effect from "effect/Effect";
|
|
@@ -6209,11 +6209,12 @@ async function devAttach(input) {
|
|
|
6209
6209
|
stopServices: () => client.stopApp(app)
|
|
6210
6210
|
};
|
|
6211
6211
|
}
|
|
6212
|
+
const LOCAL_PROJECT_ID = "local";
|
|
6212
6213
|
function resolve(input) {
|
|
6213
6214
|
return new PrismaCloudContainer({
|
|
6214
6215
|
appName: input.appName,
|
|
6215
6216
|
stage: void 0
|
|
6216
|
-
},
|
|
6217
|
+
}, LOCAL_PROJECT_ID, void 0, void 0, true);
|
|
6217
6218
|
}
|
|
6218
6219
|
function devContainerDescriptor() {
|
|
6219
6220
|
return {
|