@prisma/client-generator-js 6.9.0 → 6.10.0-dev.10

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
@@ -4477,7 +4477,6 @@ var package_default = {
4477
4477
  "@prisma/adapter-libsql": "workspace:*",
4478
4478
  "@prisma/adapter-neon": "workspace:*",
4479
4479
  "@prisma/adapter-pg": "workspace:*",
4480
- "@prisma/adapter-pg-worker": "workspace:*",
4481
4480
  "@prisma/adapter-planetscale": "workspace:*",
4482
4481
  "@prisma/client-common": "workspace:*",
4483
4482
  "@prisma/client-engine-runtime": "workspace:*",
@@ -4488,7 +4487,7 @@ var package_default = {
4488
4487
  "@prisma/dmmf": "workspace:*",
4489
4488
  "@prisma/driver-adapter-utils": "workspace:*",
4490
4489
  "@prisma/engines": "workspace:*",
4491
- "@prisma/engines-version": "6.9.0-10.81e4af48011447c3cc503a190e86995b66d2a28e",
4490
+ "@prisma/engines-version": "6.10.0-7.3204c4d27cbc18b9a1c06d84b071ae8aff645fce",
4492
4491
  "@prisma/fetch-engine": "workspace:*",
4493
4492
  "@prisma/generator": "workspace:*",
4494
4493
  "@prisma/generator-helper": "workspace:*",
@@ -4497,9 +4496,8 @@ var package_default = {
4497
4496
  "@prisma/internals": "workspace:*",
4498
4497
  "@prisma/migrate": "workspace:*",
4499
4498
  "@prisma/mini-proxy": "0.9.5",
4500
- "@prisma/pg-worker": "workspace:*",
4501
- "@prisma/query-compiler-wasm": "6.9.0-10.81e4af48011447c3cc503a190e86995b66d2a28e",
4502
- "@prisma/query-engine-wasm": "6.9.0-10.81e4af48011447c3cc503a190e86995b66d2a28e",
4499
+ "@prisma/query-compiler-wasm": "6.10.0-7.3204c4d27cbc18b9a1c06d84b071ae8aff645fce",
4500
+ "@prisma/query-engine-wasm": "6.10.0-7.3204c4d27cbc18b9a1c06d84b071ae8aff645fce",
4503
4501
  "@prisma/ts-builders": "workspace:*",
4504
4502
  "@snaplet/copycat": "6.0.0",
4505
4503
  "@swc-node/register": "1.10.9",
@@ -9128,7 +9126,7 @@ var import_internals12 = require("@prisma/internals");
9128
9126
  var import_ts_pattern = require("ts-pattern");
9129
9127
 
9130
9128
  // package.json
9131
- var version = "6.9.0";
9129
+ var version = "6.10.0-dev.10";
9132
9130
 
9133
9131
  // src/resolvePrismaClient.ts
9134
9132
  var import_promises2 = __toESM(require("node:fs/promises"));
package/dist/index.mjs CHANGED
@@ -4472,7 +4472,6 @@ var package_default = {
4472
4472
  "@prisma/adapter-libsql": "workspace:*",
4473
4473
  "@prisma/adapter-neon": "workspace:*",
4474
4474
  "@prisma/adapter-pg": "workspace:*",
4475
- "@prisma/adapter-pg-worker": "workspace:*",
4476
4475
  "@prisma/adapter-planetscale": "workspace:*",
4477
4476
  "@prisma/client-common": "workspace:*",
4478
4477
  "@prisma/client-engine-runtime": "workspace:*",
@@ -4483,7 +4482,7 @@ var package_default = {
4483
4482
  "@prisma/dmmf": "workspace:*",
4484
4483
  "@prisma/driver-adapter-utils": "workspace:*",
4485
4484
  "@prisma/engines": "workspace:*",
4486
- "@prisma/engines-version": "6.9.0-10.81e4af48011447c3cc503a190e86995b66d2a28e",
4485
+ "@prisma/engines-version": "6.10.0-7.3204c4d27cbc18b9a1c06d84b071ae8aff645fce",
4487
4486
  "@prisma/fetch-engine": "workspace:*",
4488
4487
  "@prisma/generator": "workspace:*",
4489
4488
  "@prisma/generator-helper": "workspace:*",
@@ -4492,9 +4491,8 @@ var package_default = {
4492
4491
  "@prisma/internals": "workspace:*",
4493
4492
  "@prisma/migrate": "workspace:*",
4494
4493
  "@prisma/mini-proxy": "0.9.5",
4495
- "@prisma/pg-worker": "workspace:*",
4496
- "@prisma/query-compiler-wasm": "6.9.0-10.81e4af48011447c3cc503a190e86995b66d2a28e",
4497
- "@prisma/query-engine-wasm": "6.9.0-10.81e4af48011447c3cc503a190e86995b66d2a28e",
4494
+ "@prisma/query-compiler-wasm": "6.10.0-7.3204c4d27cbc18b9a1c06d84b071ae8aff645fce",
4495
+ "@prisma/query-engine-wasm": "6.10.0-7.3204c4d27cbc18b9a1c06d84b071ae8aff645fce",
4498
4496
  "@prisma/ts-builders": "workspace:*",
4499
4497
  "@snaplet/copycat": "6.0.0",
4500
4498
  "@swc-node/register": "1.10.9",
@@ -9126,7 +9124,7 @@ import { ClientEngineType as ClientEngineType4, getClientEngineType as getClient
9126
9124
  import { match } from "ts-pattern";
9127
9125
 
9128
9126
  // package.json
9129
- var version = "6.9.0";
9127
+ var version = "6.10.0-dev.10";
9130
9128
 
9131
9129
  // src/resolvePrismaClient.ts
9132
9130
  var import_execa = __toESM(require_execa());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client-generator-js",
3
- "version": "6.9.0",
3
+ "version": "6.10.0-dev.10",
4
4
  "description": "This package is intended for Prisma's internal use",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -25,7 +25,7 @@
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
27
  "@antfu/ni": "0.21.12",
28
- "@prisma/engines-version": "6.9.0-10.81e4af48011447c3cc503a190e86995b66d2a28e",
28
+ "@prisma/engines-version": "6.10.0-7.3204c4d27cbc18b9a1c06d84b071ae8aff645fce",
29
29
  "ci-info": "4.2.0",
30
30
  "env-paths": "2.2.1",
31
31
  "indent-string": "4.0.0",
@@ -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.9.0",
37
- "@prisma/debug": "6.9.0",
38
- "@prisma/dmmf": "6.9.0",
39
- "@prisma/fetch-engine": "6.9.0",
40
- "@prisma/get-platform": "6.9.0",
41
- "@prisma/generator": "6.9.0",
42
- "@prisma/internals": "6.9.0",
43
- "@prisma/ts-builders": "6.9.0"
36
+ "@prisma/dmmf": "6.10.0-dev.10",
37
+ "@prisma/debug": "6.10.0-dev.10",
38
+ "@prisma/client-common": "6.10.0-dev.10",
39
+ "@prisma/fetch-engine": "6.10.0-dev.10",
40
+ "@prisma/generator": "6.10.0-dev.10",
41
+ "@prisma/get-platform": "6.10.0-dev.10",
42
+ "@prisma/internals": "6.10.0-dev.10",
43
+ "@prisma/ts-builders": "6.10.0-dev.10"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/pluralize": "0.0.33",