prisma 6.6.0-dev.80 → 6.6.0-dev.81
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/build/index.js +354 -354
- package/package.json +14 -14
- package/prisma-client/generator-build/index.js +28 -10
- package/prisma-client/package.json +27 -9
- package/prisma-client/runtime/binary.js +59 -59
- package/prisma-client/runtime/binary.mjs +291 -0
- package/prisma-client/runtime/client.d.mts +3587 -0
- package/prisma-client/runtime/client.js +22 -22
- package/prisma-client/runtime/client.mjs +113 -0
- package/prisma-client/runtime/edge-esm.js +15 -15
- package/prisma-client/runtime/edge.d.ts +3587 -0
- package/prisma-client/runtime/edge.js +15 -15
- package/prisma-client/runtime/library.d.mts +3587 -0
- package/prisma-client/runtime/library.js +37 -37
- package/prisma-client/runtime/library.mjs +150 -0
- package/prisma-client/runtime/query_compiler_bg.mysql.mjs +2 -0
- package/prisma-client/runtime/query_compiler_bg.postgresql.mjs +2 -0
- package/prisma-client/runtime/query_compiler_bg.sqlite.mjs +2 -0
- package/prisma-client/runtime/query_engine_bg.mysql.mjs +2 -0
- package/prisma-client/runtime/query_engine_bg.postgresql.mjs +2 -0
- package/prisma-client/runtime/query_engine_bg.sqlite.mjs +2 -0
- package/prisma-client/runtime/react-native.js +24 -24
- package/prisma-client/scripts/default-index.js +1 -1
package/package.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"version": "6.6.0-dev.
|
2
|
+
"version": "6.6.0-dev.81",
|
3
3
|
"name": "prisma",
|
4
4
|
"description": "Prisma is an open-source database toolkit. It includes a JavaScript/TypeScript ORM for Node.js, migrations and a modern GUI to view and edit the data in your database. You can use Prisma in new projects or add it to an existing one.",
|
5
5
|
"keywords": [
|
@@ -41,7 +41,7 @@
|
|
41
41
|
"node": ">=18.18"
|
42
42
|
},
|
43
43
|
"prisma": {
|
44
|
-
"prismaCommit": "
|
44
|
+
"prismaCommit": "b8a32d1a2d98f4db8dcf51c4ccd40bfbd80936ea"
|
45
45
|
},
|
46
46
|
"files": [
|
47
47
|
"README.md",
|
@@ -149,20 +149,20 @@
|
|
149
149
|
"typescript": "5.4.5",
|
150
150
|
"xdg-app-paths": "8.3.0",
|
151
151
|
"zx": "8.4.1",
|
152
|
-
"@prisma/
|
153
|
-
"@prisma/
|
154
|
-
"@prisma/
|
155
|
-
"@prisma/
|
156
|
-
"@prisma/
|
157
|
-
"@prisma/
|
158
|
-
"@prisma/
|
159
|
-
"@prisma/
|
160
|
-
"@prisma/
|
161
|
-
"@prisma/migrate": "6.6.0-dev.
|
152
|
+
"@prisma/adapter-libsql": "6.6.0-dev.81",
|
153
|
+
"@prisma/client": "6.6.0-dev.81",
|
154
|
+
"@prisma/client-generator-registry": "6.6.0-dev.81",
|
155
|
+
"@prisma/debug": "6.6.0-dev.81",
|
156
|
+
"@prisma/fetch-engine": "6.6.0-dev.81",
|
157
|
+
"@prisma/dmmf": "6.6.0-dev.81",
|
158
|
+
"@prisma/get-platform": "6.6.0-dev.81",
|
159
|
+
"@prisma/internals": "6.6.0-dev.81",
|
160
|
+
"@prisma/generator": "6.6.0-dev.81",
|
161
|
+
"@prisma/migrate": "6.6.0-dev.81"
|
162
162
|
},
|
163
163
|
"dependencies": {
|
164
|
-
"@prisma/
|
165
|
-
"@prisma/
|
164
|
+
"@prisma/config": "6.6.0-dev.81",
|
165
|
+
"@prisma/engines": "6.6.0-dev.81"
|
166
166
|
},
|
167
167
|
"optionalDependencies": {
|
168
168
|
"fsevents": "2.3.3"
|
@@ -5547,7 +5547,7 @@ var import_pkg_up = __toESM(require_pkg_up());
|
|
5547
5547
|
// package.json
|
5548
5548
|
var package_default = {
|
5549
5549
|
name: "@prisma/client",
|
5550
|
-
version: "6.6.0-dev.
|
5550
|
+
version: "6.6.0-dev.81",
|
5551
5551
|
description: "Prisma Client is an auto-generated, type-safe and modern JavaScript/TypeScript ORM for Node.js that's tailored to your data. Supports PostgreSQL, CockroachDB, MySQL, MariaDB, SQL Server, SQLite & MongoDB databases.",
|
5552
5552
|
keywords: [
|
5553
5553
|
"ORM",
|
@@ -5634,26 +5634,44 @@ var package_default = {
|
|
5634
5634
|
"./wasm": {
|
5635
5635
|
types: "./wasm.d.ts",
|
5636
5636
|
require: "./wasm.js",
|
5637
|
-
import: "./wasm.
|
5638
|
-
default: "./wasm.
|
5637
|
+
import: "./wasm.mjs",
|
5638
|
+
default: "./wasm.mjs"
|
5639
5639
|
},
|
5640
5640
|
"./runtime/client": {
|
5641
5641
|
types: "./runtime/client.d.ts",
|
5642
5642
|
require: "./runtime/client.js",
|
5643
|
-
import: "./runtime/client.
|
5644
|
-
default: "./runtime/client.
|
5643
|
+
import: "./runtime/client.mjs",
|
5644
|
+
default: "./runtime/client.mjs"
|
5645
5645
|
},
|
5646
5646
|
"./runtime/library": {
|
5647
5647
|
types: "./runtime/library.d.ts",
|
5648
5648
|
require: "./runtime/library.js",
|
5649
|
-
import: "./runtime/library.
|
5650
|
-
default: "./runtime/library.
|
5649
|
+
import: "./runtime/library.mjs",
|
5650
|
+
default: "./runtime/library.mjs"
|
5651
5651
|
},
|
5652
5652
|
"./runtime/binary": {
|
5653
5653
|
types: "./runtime/binary.d.ts",
|
5654
5654
|
require: "./runtime/binary.js",
|
5655
|
-
import: "./runtime/binary.
|
5656
|
-
default: "./runtime/binary.
|
5655
|
+
import: "./runtime/binary.mjs",
|
5656
|
+
default: "./runtime/binary.mjs"
|
5657
|
+
},
|
5658
|
+
"./runtime/wasm": {
|
5659
|
+
types: "./runtime/wasm.d.ts",
|
5660
|
+
require: "./runtime/wasm.js",
|
5661
|
+
import: "./runtime/wasm.mjs",
|
5662
|
+
default: "./runtime/wasm.mjs"
|
5663
|
+
},
|
5664
|
+
"./runtime/edge": {
|
5665
|
+
types: "./runtime/edge.d.ts",
|
5666
|
+
require: "./runtime/edge.js",
|
5667
|
+
import: "./runtime/edge-esm.js",
|
5668
|
+
default: "./runtime/edge-esm.js"
|
5669
|
+
},
|
5670
|
+
"./runtime/react-native": {
|
5671
|
+
types: "./runtime/react-native.d.ts",
|
5672
|
+
require: "./runtime/react-native.js",
|
5673
|
+
import: "./runtime/react-native.js",
|
5674
|
+
default: "./runtime/react-native.js"
|
5657
5675
|
},
|
5658
5676
|
"./generator-build": {
|
5659
5677
|
require: "./generator-build/index.js",
|
@@ -11442,7 +11460,7 @@ var import_node_path3 = __toESM(require("node:path"));
|
|
11442
11460
|
var import_engines_version = __toESM(require_engines_version());
|
11443
11461
|
|
11444
11462
|
// ../client-generator-js/package.json
|
11445
|
-
var version = "6.6.0-dev.
|
11463
|
+
var version = "6.6.0-dev.81";
|
11446
11464
|
|
11447
11465
|
// ../client-generator-js/src/resolvePrismaClient.ts
|
11448
11466
|
var import_promises4 = __toESM(require("node:fs/promises"));
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@prisma/client",
|
3
|
-
"version": "6.6.0-dev.
|
3
|
+
"version": "6.6.0-dev.81",
|
4
4
|
"description": "Prisma Client is an auto-generated, type-safe and modern JavaScript/TypeScript ORM for Node.js that's tailored to your data. Supports PostgreSQL, CockroachDB, MySQL, MariaDB, SQL Server, SQLite & MongoDB databases.",
|
5
5
|
"keywords": [
|
6
6
|
"ORM",
|
@@ -87,26 +87,44 @@
|
|
87
87
|
"./wasm": {
|
88
88
|
"types": "./wasm.d.ts",
|
89
89
|
"require": "./wasm.js",
|
90
|
-
"import": "./wasm.
|
91
|
-
"default": "./wasm.
|
90
|
+
"import": "./wasm.mjs",
|
91
|
+
"default": "./wasm.mjs"
|
92
92
|
},
|
93
93
|
"./runtime/client": {
|
94
94
|
"types": "./runtime/client.d.ts",
|
95
95
|
"require": "./runtime/client.js",
|
96
|
-
"import": "./runtime/client.
|
97
|
-
"default": "./runtime/client.
|
96
|
+
"import": "./runtime/client.mjs",
|
97
|
+
"default": "./runtime/client.mjs"
|
98
98
|
},
|
99
99
|
"./runtime/library": {
|
100
100
|
"types": "./runtime/library.d.ts",
|
101
101
|
"require": "./runtime/library.js",
|
102
|
-
"import": "./runtime/library.
|
103
|
-
"default": "./runtime/library.
|
102
|
+
"import": "./runtime/library.mjs",
|
103
|
+
"default": "./runtime/library.mjs"
|
104
104
|
},
|
105
105
|
"./runtime/binary": {
|
106
106
|
"types": "./runtime/binary.d.ts",
|
107
107
|
"require": "./runtime/binary.js",
|
108
|
-
"import": "./runtime/binary.
|
109
|
-
"default": "./runtime/binary.
|
108
|
+
"import": "./runtime/binary.mjs",
|
109
|
+
"default": "./runtime/binary.mjs"
|
110
|
+
},
|
111
|
+
"./runtime/wasm": {
|
112
|
+
"types": "./runtime/wasm.d.ts",
|
113
|
+
"require": "./runtime/wasm.js",
|
114
|
+
"import": "./runtime/wasm.mjs",
|
115
|
+
"default": "./runtime/wasm.mjs"
|
116
|
+
},
|
117
|
+
"./runtime/edge": {
|
118
|
+
"types": "./runtime/edge.d.ts",
|
119
|
+
"require": "./runtime/edge.js",
|
120
|
+
"import": "./runtime/edge-esm.js",
|
121
|
+
"default": "./runtime/edge-esm.js"
|
122
|
+
},
|
123
|
+
"./runtime/react-native": {
|
124
|
+
"types": "./runtime/react-native.d.ts",
|
125
|
+
"require": "./runtime/react-native.js",
|
126
|
+
"import": "./runtime/react-native.js",
|
127
|
+
"default": "./runtime/react-native.js"
|
110
128
|
},
|
111
129
|
"./generator-build": {
|
112
130
|
"require": "./generator-build/index.js",
|