@prisma/client-generator-js 6.16.0-integration-feat-orm-1074-package-dev-export.3 → 6.16.0-integration-push-prynymnkvlrn.2
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 +5 -16
- package/dist/index.mjs +5 -16
- package/package.json +10 -11
package/dist/index.js
CHANGED
|
@@ -4385,18 +4385,6 @@ var package_default = {
|
|
|
4385
4385
|
import: "./runtime/react-native.js",
|
|
4386
4386
|
default: "./runtime/react-native.js"
|
|
4387
4387
|
},
|
|
4388
|
-
"./runtime/index-browser": {
|
|
4389
|
-
types: "./runtime/index-browser.d.ts",
|
|
4390
|
-
require: "./runtime/index-browser.js",
|
|
4391
|
-
import: "./runtime/index-browser.mjs",
|
|
4392
|
-
default: "./runtime/index-browser.mjs"
|
|
4393
|
-
},
|
|
4394
|
-
"./runtime/utilities": {
|
|
4395
|
-
types: "./runtime/utilities.d.ts",
|
|
4396
|
-
require: "./runtime/utilities.js",
|
|
4397
|
-
import: "./runtime/utilities.mjs",
|
|
4398
|
-
default: "./runtime/utilities.mjs"
|
|
4399
|
-
},
|
|
4400
4388
|
"./generator-build": {
|
|
4401
4389
|
require: "./generator-build/index.js",
|
|
4402
4390
|
import: "./generator-build/index.js",
|
|
@@ -4474,6 +4462,7 @@ var package_default = {
|
|
|
4474
4462
|
"@codspeed/benchmark.js-plugin": "4.0.0",
|
|
4475
4463
|
"@faker-js/faker": "9.6.0",
|
|
4476
4464
|
"@fast-check/jest": "2.0.3",
|
|
4465
|
+
"@hono/node-server": "1.19.0",
|
|
4477
4466
|
"@inquirer/prompts": "7.3.3",
|
|
4478
4467
|
"@jest/create-cache-key-function": "29.7.0",
|
|
4479
4468
|
"@jest/globals": "29.7.0",
|
|
@@ -4515,6 +4504,7 @@ var package_default = {
|
|
|
4515
4504
|
"@prisma/mini-proxy": "0.9.5",
|
|
4516
4505
|
"@prisma/query-compiler-wasm": "6.16.0-3.1ad4ad872cc519cc74e2896087a9b7d399d89b4d",
|
|
4517
4506
|
"@prisma/query-engine-wasm": "6.16.0-3.1ad4ad872cc519cc74e2896087a9b7d399d89b4d",
|
|
4507
|
+
"@prisma/query-plan-executor": "workspace:*",
|
|
4518
4508
|
"@prisma/ts-builders": "workspace:*",
|
|
4519
4509
|
"@snaplet/copycat": "6.0.0",
|
|
4520
4510
|
"@swc-node/register": "1.10.9",
|
|
@@ -4560,7 +4550,7 @@ var package_default = {
|
|
|
4560
4550
|
"source-map-support": "0.5.21",
|
|
4561
4551
|
"sql-template-tag": "5.2.1",
|
|
4562
4552
|
"stacktrace-parser": "0.1.11",
|
|
4563
|
-
"strip-ansi": "
|
|
4553
|
+
"strip-ansi": "7.1.0",
|
|
4564
4554
|
"strip-indent": "4.0.0",
|
|
4565
4555
|
tempy: "3.0.0",
|
|
4566
4556
|
"ts-node": "10.9.2",
|
|
@@ -9116,8 +9106,7 @@ async function copyRuntimeFiles({ from, to, runtimeName, sourceMaps }) {
|
|
|
9116
9106
|
"edge-esm.js",
|
|
9117
9107
|
"react-native.js",
|
|
9118
9108
|
"wasm-engine-edge.js",
|
|
9119
|
-
"wasm-compiler-edge.js"
|
|
9120
|
-
"utilities.js"
|
|
9109
|
+
"wasm-compiler-edge.js"
|
|
9121
9110
|
];
|
|
9122
9111
|
files.push(`${runtimeName}.js`);
|
|
9123
9112
|
if (runtimeName !== "library") {
|
|
@@ -9166,7 +9155,7 @@ var import_internals12 = require("@prisma/internals");
|
|
|
9166
9155
|
var import_ts_pattern = require("ts-pattern");
|
|
9167
9156
|
|
|
9168
9157
|
// package.json
|
|
9169
|
-
var version = "6.16.0-integration-
|
|
9158
|
+
var version = "6.16.0-integration-push-prynymnkvlrn.2";
|
|
9170
9159
|
|
|
9171
9160
|
// src/resolvePrismaClient.ts
|
|
9172
9161
|
var import_promises2 = __toESM(require("node:fs/promises"));
|
package/dist/index.mjs
CHANGED
|
@@ -4380,18 +4380,6 @@ var package_default = {
|
|
|
4380
4380
|
import: "./runtime/react-native.js",
|
|
4381
4381
|
default: "./runtime/react-native.js"
|
|
4382
4382
|
},
|
|
4383
|
-
"./runtime/index-browser": {
|
|
4384
|
-
types: "./runtime/index-browser.d.ts",
|
|
4385
|
-
require: "./runtime/index-browser.js",
|
|
4386
|
-
import: "./runtime/index-browser.mjs",
|
|
4387
|
-
default: "./runtime/index-browser.mjs"
|
|
4388
|
-
},
|
|
4389
|
-
"./runtime/utilities": {
|
|
4390
|
-
types: "./runtime/utilities.d.ts",
|
|
4391
|
-
require: "./runtime/utilities.js",
|
|
4392
|
-
import: "./runtime/utilities.mjs",
|
|
4393
|
-
default: "./runtime/utilities.mjs"
|
|
4394
|
-
},
|
|
4395
4383
|
"./generator-build": {
|
|
4396
4384
|
require: "./generator-build/index.js",
|
|
4397
4385
|
import: "./generator-build/index.js",
|
|
@@ -4469,6 +4457,7 @@ var package_default = {
|
|
|
4469
4457
|
"@codspeed/benchmark.js-plugin": "4.0.0",
|
|
4470
4458
|
"@faker-js/faker": "9.6.0",
|
|
4471
4459
|
"@fast-check/jest": "2.0.3",
|
|
4460
|
+
"@hono/node-server": "1.19.0",
|
|
4472
4461
|
"@inquirer/prompts": "7.3.3",
|
|
4473
4462
|
"@jest/create-cache-key-function": "29.7.0",
|
|
4474
4463
|
"@jest/globals": "29.7.0",
|
|
@@ -4510,6 +4499,7 @@ var package_default = {
|
|
|
4510
4499
|
"@prisma/mini-proxy": "0.9.5",
|
|
4511
4500
|
"@prisma/query-compiler-wasm": "6.16.0-3.1ad4ad872cc519cc74e2896087a9b7d399d89b4d",
|
|
4512
4501
|
"@prisma/query-engine-wasm": "6.16.0-3.1ad4ad872cc519cc74e2896087a9b7d399d89b4d",
|
|
4502
|
+
"@prisma/query-plan-executor": "workspace:*",
|
|
4513
4503
|
"@prisma/ts-builders": "workspace:*",
|
|
4514
4504
|
"@snaplet/copycat": "6.0.0",
|
|
4515
4505
|
"@swc-node/register": "1.10.9",
|
|
@@ -4555,7 +4545,7 @@ var package_default = {
|
|
|
4555
4545
|
"source-map-support": "0.5.21",
|
|
4556
4546
|
"sql-template-tag": "5.2.1",
|
|
4557
4547
|
"stacktrace-parser": "0.1.11",
|
|
4558
|
-
"strip-ansi": "
|
|
4548
|
+
"strip-ansi": "7.1.0",
|
|
4559
4549
|
"strip-indent": "4.0.0",
|
|
4560
4550
|
tempy: "3.0.0",
|
|
4561
4551
|
"ts-node": "10.9.2",
|
|
@@ -9114,8 +9104,7 @@ async function copyRuntimeFiles({ from, to, runtimeName, sourceMaps }) {
|
|
|
9114
9104
|
"edge-esm.js",
|
|
9115
9105
|
"react-native.js",
|
|
9116
9106
|
"wasm-engine-edge.js",
|
|
9117
|
-
"wasm-compiler-edge.js"
|
|
9118
|
-
"utilities.js"
|
|
9107
|
+
"wasm-compiler-edge.js"
|
|
9119
9108
|
];
|
|
9120
9109
|
files.push(`${runtimeName}.js`);
|
|
9121
9110
|
if (runtimeName !== "library") {
|
|
@@ -9164,7 +9153,7 @@ import { ClientEngineType as ClientEngineType4, getClientEngineType as getClient
|
|
|
9164
9153
|
import { match } from "ts-pattern";
|
|
9165
9154
|
|
|
9166
9155
|
// package.json
|
|
9167
|
-
var version = "6.16.0-integration-
|
|
9156
|
+
var version = "6.16.0-integration-push-prynymnkvlrn.2";
|
|
9168
9157
|
|
|
9169
9158
|
// src/resolvePrismaClient.ts
|
|
9170
9159
|
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.16.0-integration-
|
|
3
|
+
"version": "6.16.0-integration-push-prynymnkvlrn.2",
|
|
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,19 +33,18 @@
|
|
|
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.16.0-integration-
|
|
37
|
-
"@prisma/debug": "6.16.0-integration-
|
|
38
|
-
"@prisma/dmmf": "6.16.0-integration-
|
|
39
|
-
"@prisma/
|
|
40
|
-
"@prisma/generator": "6.16.0-integration-
|
|
41
|
-
"@prisma/
|
|
42
|
-
"@prisma/
|
|
43
|
-
"@prisma/
|
|
36
|
+
"@prisma/client-common": "6.16.0-integration-push-prynymnkvlrn.2",
|
|
37
|
+
"@prisma/debug": "6.16.0-integration-push-prynymnkvlrn.2",
|
|
38
|
+
"@prisma/dmmf": "6.16.0-integration-push-prynymnkvlrn.2",
|
|
39
|
+
"@prisma/fetch-engine": "6.16.0-integration-push-prynymnkvlrn.2",
|
|
40
|
+
"@prisma/generator": "6.16.0-integration-push-prynymnkvlrn.2",
|
|
41
|
+
"@prisma/get-platform": "6.16.0-integration-push-prynymnkvlrn.2",
|
|
42
|
+
"@prisma/ts-builders": "6.16.0-integration-push-prynymnkvlrn.2",
|
|
43
|
+
"@prisma/internals": "6.16.0-integration-push-prynymnkvlrn.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/pluralize": "0.0.33",
|
|
47
|
-
"
|
|
48
|
-
"vitest": "3.0.9"
|
|
47
|
+
"vitest": "3.2.4"
|
|
49
48
|
},
|
|
50
49
|
"files": [
|
|
51
50
|
"dist"
|