@prisma/client-generator-js 6.20.0-integration-next.10 → 6.20.0-integration-next.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client-generator-js",
3
- "version": "6.20.0-integration-next.10",
3
+ "version": "6.20.0-integration-next.11",
4
4
  "description": "This package is intended for Prisma's internal use",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -32,14 +32,14 @@
32
32
  "package-up": "5.0.0",
33
33
  "pluralize": "8.0.0",
34
34
  "ts-pattern": "5.6.2",
35
- "@prisma/client-common": "6.20.0-integration-next.10",
36
- "@prisma/debug": "6.20.0-integration-next.10",
37
- "@prisma/dmmf": "6.20.0-integration-next.10",
38
- "@prisma/fetch-engine": "6.20.0-integration-next.10",
39
- "@prisma/internals": "6.20.0-integration-next.10",
40
- "@prisma/generator": "6.20.0-integration-next.10",
41
- "@prisma/get-platform": "6.20.0-integration-next.10",
42
- "@prisma/ts-builders": "6.20.0-integration-next.10"
35
+ "@prisma/debug": "6.20.0-integration-next.11",
36
+ "@prisma/client-common": "6.20.0-integration-next.11",
37
+ "@prisma/dmmf": "6.20.0-integration-next.11",
38
+ "@prisma/generator": "6.20.0-integration-next.11",
39
+ "@prisma/get-platform": "6.20.0-integration-next.11",
40
+ "@prisma/fetch-engine": "6.20.0-integration-next.11",
41
+ "@prisma/internals": "6.20.0-integration-next.11",
42
+ "@prisma/ts-builders": "6.20.0-integration-next.11"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/pluralize": "0.0.33",
@@ -1,7 +0,0 @@
1
- /**
2
- * Builds a `dirname` variable that holds the location of the generated client.
3
- * @param edge
4
- * @param relativeOutdir
5
- * @returns
6
- */
7
- export declare function buildDirname(edge: boolean, relativeOutdir: string): string;