@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.
@@ -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-C0A8Q7aA-Dcl7iuHj.mjs";
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
- }, "local", void 0);
6217
+ }, LOCAL_PROJECT_ID, void 0, void 0, true);
6217
6218
  }
6218
6219
  function devContainerDescriptor() {
6219
6220
  return {