@prisma/config 6.4.0-dev.55 → 6.4.0-dev.56

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/dist/index.js CHANGED
@@ -22611,6 +22611,8 @@ async function loadConfigFromFile({
22611
22611
  }
22612
22612
  };
22613
22613
  }
22614
+ import_node_process.default.stdout.write(`Loaded Prisma config from "${resolvedPath}".
22615
+ `);
22614
22616
  const prismaConfig = transformPathsInConfigToAbsolute(parseResultEither.right, resolvedPath);
22615
22617
  return {
22616
22618
  config: {
@@ -22567,6 +22567,8 @@ async function loadConfigFromFile({
22567
22567
  }
22568
22568
  };
22569
22569
  }
22570
+ import_node_process.default.stdout.write(`Loaded Prisma config from "${resolvedPath}".
22571
+ `);
22570
22572
  const prismaConfig = transformPathsInConfigToAbsolute(parseResultEither.right, resolvedPath);
22571
22573
  return {
22572
22574
  config: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/config",
3
- "version": "6.4.0-dev.55",
3
+ "version": "6.4.0-dev.56",
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",
@@ -18,8 +18,8 @@
18
18
  "esbuild-register": "3.6.0",
19
19
  "jest": "29.7.0",
20
20
  "jest-junit": "16.0.0",
21
- "@prisma/driver-adapter-utils": "6.4.0-dev.55",
22
- "@prisma/get-platform": "6.4.0-dev.55"
21
+ "@prisma/get-platform": "6.4.0-dev.56",
22
+ "@prisma/driver-adapter-utils": "6.4.0-dev.56"
23
23
  },
24
24
  "files": [
25
25
  "dist"