@prisma/config 6.18.0-dev.26 → 6.18.0-dev.27

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -117,7 +117,7 @@ declare type EnumsConfigShape = {
117
117
  external?: string[];
118
118
  };
119
119
 
120
- export declare function env(name: string): string;
120
+ export declare function env<Env extends Record<string, string | undefined>>(name: keyof Env & string): string;
121
121
 
122
122
  declare type Error_2 = MappedError & {
123
123
  originalCode?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/config",
3
- "version": "6.18.0-dev.26",
3
+ "version": "6.18.0-dev.27",
4
4
  "description": "Internal package used to define and read Prisma configuration files",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -19,8 +19,8 @@
19
19
  },
20
20
  "devDependencies": {
21
21
  "vitest": "3.2.4",
22
- "@prisma/driver-adapter-utils": "6.18.0-dev.26",
23
- "@prisma/get-platform": "6.18.0-dev.26"
22
+ "@prisma/driver-adapter-utils": "6.18.0-dev.27",
23
+ "@prisma/get-platform": "6.18.0-dev.27"
24
24
  },
25
25
  "files": [
26
26
  "dist"