@prisma/client-common 6.19.0-integration-next.3 → 6.19.0-integration-engines-6-19-0-1-push-qtpkxwkvolmz-389b05cecb76e4e93db0ae07c19800226f238242.1

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.
@@ -44,6 +44,11 @@ export type GetPrismaClientConfig = {
44
44
  url: EnvValue;
45
45
  };
46
46
  };
47
+ /**
48
+ * The string hash that was produced for a given schema
49
+ * @remarks only used for the purpose of data proxy
50
+ */
51
+ inlineSchemaHash: string;
47
52
  /**
48
53
  * A marker to indicate that the client was not generated via `prisma
49
54
  * generate` but was generated via `generate --postinstall` script instead.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client-common",
3
- "version": "6.19.0-integration-next.3",
3
+ "version": "6.19.0-integration-engines-6-19-0-1-push-qtpkxwkvolmz-389b05cecb76e4e93db0ae07c19800226f238242.1",
4
4
  "description": "This package is intended for Prisma's internal use",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -24,11 +24,11 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@prisma/client-engine-runtime": "6.19.0-integration-next.3",
28
- "@prisma/driver-adapter-utils": "6.19.0-integration-next.3",
29
- "@prisma/generator": "6.19.0-integration-next.3",
30
- "@prisma/dmmf": "6.19.0-integration-next.3",
31
- "@prisma/internals": "6.19.0-integration-next.3"
27
+ "@prisma/dmmf": "6.19.0-integration-engines-6-19-0-1-push-qtpkxwkvolmz-389b05cecb76e4e93db0ae07c19800226f238242.1",
28
+ "@prisma/client-engine-runtime": "6.19.0-integration-engines-6-19-0-1-push-qtpkxwkvolmz-389b05cecb76e4e93db0ae07c19800226f238242.1",
29
+ "@prisma/driver-adapter-utils": "6.19.0-integration-engines-6-19-0-1-push-qtpkxwkvolmz-389b05cecb76e4e93db0ae07c19800226f238242.1",
30
+ "@prisma/generator": "6.19.0-integration-engines-6-19-0-1-push-qtpkxwkvolmz-389b05cecb76e4e93db0ae07c19800226f238242.1",
31
+ "@prisma/internals": "6.19.0-integration-engines-6-19-0-1-push-qtpkxwkvolmz-389b05cecb76e4e93db0ae07c19800226f238242.1"
32
32
  },
33
33
  "files": [
34
34
  "dist"