@prisma/client-generator-js 6.6.0-dev.111 → 6.6.0-dev.113

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,3 @@
1
- import { Command } from '@antfu/ni';
2
1
  export declare const debug: ((...args: any[]) => void) & {
3
2
  color: string;
4
3
  enabled: boolean;
@@ -7,10 +6,11 @@ export declare const debug: ((...args: any[]) => void) & {
7
6
  extend: () => void;
8
7
  };
9
8
  /**
10
- * Resolve the path to the Prisma Client to determine the default output directory.
9
+ * Resolves the path to the Prisma Client to determine the default output directory.
11
10
  */
12
11
  export declare function resolvePrismaClient(baseDir: string): Promise<string>;
13
12
  /**
14
- * Get the command to run for the given package manager in the given directory.
13
+ * Resolves the path to the Prisma Client to determine the default output directory.
14
+ * Installs the Prisma Client if it is not found.
15
15
  */
16
- export declare function getPackageCmd(cwd: string, cmd: Command, ...args: string[]): Promise<string>;
16
+ export declare function resolveOrInstallPrismaClient(baseDir: string, version: string): Promise<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client-generator-js",
3
- "version": "6.6.0-dev.111",
3
+ "version": "6.6.0-dev.113",
4
4
  "description": "This package is intended for Prisma's internal use",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -33,14 +33,14 @@
33
33
  "pkg-up": "3.1.0",
34
34
  "pluralize": "8.0.0",
35
35
  "ts-pattern": "5.6.2",
36
- "@prisma/client-common": "6.6.0-dev.111",
37
- "@prisma/debug": "6.6.0-dev.111",
38
- "@prisma/fetch-engine": "6.6.0-dev.111",
39
- "@prisma/dmmf": "6.6.0-dev.111",
40
- "@prisma/get-platform": "6.6.0-dev.111",
41
- "@prisma/generator": "6.6.0-dev.111",
42
- "@prisma/internals": "6.6.0-dev.111",
43
- "@prisma/ts-builders": "6.6.0-dev.111"
36
+ "@prisma/client-common": "6.6.0-dev.113",
37
+ "@prisma/fetch-engine": "6.6.0-dev.113",
38
+ "@prisma/debug": "6.6.0-dev.113",
39
+ "@prisma/generator": "6.6.0-dev.113",
40
+ "@prisma/dmmf": "6.6.0-dev.113",
41
+ "@prisma/get-platform": "6.6.0-dev.113",
42
+ "@prisma/internals": "6.6.0-dev.113",
43
+ "@prisma/ts-builders": "6.6.0-dev.113"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/pluralize": "0.0.33",