@prisma/client-generator-ts 6.19.0-integration-next.13 → 6.19.0-integration-feat-remove-library-engine.2
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-ts",
|
|
3
|
-
"version": "6.19.0-integration-
|
|
3
|
+
"version": "6.19.0-integration-feat-remove-library-engine.2",
|
|
4
4
|
"description": "This package is intended for Prisma's internal use",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
"package-up": "5.0.0",
|
|
35
35
|
"pluralize": "8.0.0",
|
|
36
36
|
"ts-pattern": "5.6.2",
|
|
37
|
-
"@prisma/
|
|
38
|
-
"@prisma/
|
|
39
|
-
"@prisma/dmmf": "6.19.0-integration-
|
|
40
|
-
"@prisma/fetch-engine": "6.19.0-integration-
|
|
41
|
-
"@prisma/
|
|
42
|
-
"@prisma/
|
|
43
|
-
"@prisma/
|
|
44
|
-
"@prisma/
|
|
37
|
+
"@prisma/debug": "6.19.0-integration-feat-remove-library-engine.2",
|
|
38
|
+
"@prisma/client-common": "6.19.0-integration-feat-remove-library-engine.2",
|
|
39
|
+
"@prisma/dmmf": "6.19.0-integration-feat-remove-library-engine.2",
|
|
40
|
+
"@prisma/fetch-engine": "6.19.0-integration-feat-remove-library-engine.2",
|
|
41
|
+
"@prisma/generator": "6.19.0-integration-feat-remove-library-engine.2",
|
|
42
|
+
"@prisma/get-platform": "6.19.0-integration-feat-remove-library-engine.2",
|
|
43
|
+
"@prisma/ts-builders": "6.19.0-integration-feat-remove-library-engine.2",
|
|
44
|
+
"@prisma/internals": "6.19.0-integration-feat-remove-library-engine.2"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/pluralize": "0.0.33",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { BinaryTarget } from '@prisma/get-platform';
|
|
2
|
-
import { ClientEngineType } from '@prisma/internals';
|
|
3
|
-
/**
|
|
4
|
-
* Build bundler-like annotations so that Vercel automatically uploads the
|
|
5
|
-
* prisma schema as well as the query engine binaries to the deployments.
|
|
6
|
-
* @param engineType the client engine in use
|
|
7
|
-
* @param binaryTargets the targeted binaryTargets
|
|
8
|
-
* @param relativeOutdir outdir relative to root
|
|
9
|
-
* @returns
|
|
10
|
-
*/
|
|
11
|
-
export declare function buildNFTAnnotations(noEngine: boolean, engineType: ClientEngineType, binaryTargets: BinaryTarget[] | undefined, relativeOutdir: string): string;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|