@prisma/client-generator-js 6.17.0-dev.10 → 6.17.0-dev.12

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
@@ -3008,7 +3008,7 @@ var package_default = {
3008
3008
  test: "dotenv -e ../../.db.env -- jest --silent",
3009
3009
  "test:e2e": "dotenv -e ../../.db.env -- tsx tests/e2e/_utils/run.ts",
3010
3010
  "test:functional": "dotenv -e ../../.db.env -- tsx helpers/functional-test/run-tests.ts",
3011
- "test:functional:client": "pnpm run test:functional --client-runtime client --engine-type client --runInBand --json --outputFile tests/functional/results.json",
3011
+ "test:functional:client": "pnpm run test:functional --client-runtime client --engine-type client",
3012
3012
  "test:memory": "dotenv -e ../../.db.env -- tsx helpers/memory-tests.ts",
3013
3013
  "test:functional:code": "dotenv -e ../../.db.env -- tsx helpers/functional-test/run-tests.ts --no-types",
3014
3014
  "test:functional:types": "dotenv -e ../../.db.env -- tsx helpers/functional-test/run-tests.ts --types-only",
@@ -7727,7 +7727,7 @@ var import_internals12 = require("@prisma/internals");
7727
7727
  var import_ts_pattern = require("ts-pattern");
7728
7728
 
7729
7729
  // package.json
7730
- var version = "6.17.0-dev.10";
7730
+ var version = "6.17.0-dev.12";
7731
7731
 
7732
7732
  // src/resolvePrismaClient.ts
7733
7733
  var import_promises3 = __toESM(require("node:fs/promises"));
package/dist/index.mjs CHANGED
@@ -3003,7 +3003,7 @@ var package_default = {
3003
3003
  test: "dotenv -e ../../.db.env -- jest --silent",
3004
3004
  "test:e2e": "dotenv -e ../../.db.env -- tsx tests/e2e/_utils/run.ts",
3005
3005
  "test:functional": "dotenv -e ../../.db.env -- tsx helpers/functional-test/run-tests.ts",
3006
- "test:functional:client": "pnpm run test:functional --client-runtime client --engine-type client --runInBand --json --outputFile tests/functional/results.json",
3006
+ "test:functional:client": "pnpm run test:functional --client-runtime client --engine-type client",
3007
3007
  "test:memory": "dotenv -e ../../.db.env -- tsx helpers/memory-tests.ts",
3008
3008
  "test:functional:code": "dotenv -e ../../.db.env -- tsx helpers/functional-test/run-tests.ts --no-types",
3009
3009
  "test:functional:types": "dotenv -e ../../.db.env -- tsx helpers/functional-test/run-tests.ts --types-only",
@@ -7725,7 +7725,7 @@ import { ClientEngineType as ClientEngineType4, getClientEngineType as getClient
7725
7725
  import { match } from "ts-pattern";
7726
7726
 
7727
7727
  // package.json
7728
- var version = "6.17.0-dev.10";
7728
+ var version = "6.17.0-dev.12";
7729
7729
 
7730
7730
  // src/resolvePrismaClient.ts
7731
7731
  import fs2 from "node:fs/promises";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client-generator-js",
3
- "version": "6.17.0-dev.10",
3
+ "version": "6.17.0-dev.12",
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
  "package-up": "5.0.0",
34
34
  "pluralize": "8.0.0",
35
35
  "ts-pattern": "5.6.2",
36
- "@prisma/client-common": "6.17.0-dev.10",
37
- "@prisma/debug": "6.17.0-dev.10",
38
- "@prisma/dmmf": "6.17.0-dev.10",
39
- "@prisma/generator": "6.17.0-dev.10",
40
- "@prisma/fetch-engine": "6.17.0-dev.10",
41
- "@prisma/internals": "6.17.0-dev.10",
42
- "@prisma/get-platform": "6.17.0-dev.10",
43
- "@prisma/ts-builders": "6.17.0-dev.10"
36
+ "@prisma/client-common": "6.17.0-dev.12",
37
+ "@prisma/debug": "6.17.0-dev.12",
38
+ "@prisma/dmmf": "6.17.0-dev.12",
39
+ "@prisma/fetch-engine": "6.17.0-dev.12",
40
+ "@prisma/generator": "6.17.0-dev.12",
41
+ "@prisma/get-platform": "6.17.0-dev.12",
42
+ "@prisma/internals": "6.17.0-dev.12",
43
+ "@prisma/ts-builders": "6.17.0-dev.12"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/pluralize": "0.0.33",