prisma 6.6.0-dev.30 → 6.6.0-dev.32
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 +5 -5
- package/package.json +12 -12
- package/prisma-client/generator-build/index.js +12 -7
- package/prisma-client/package.json +2 -2
- package/prisma-client/runtime/binary.js +2 -2
- package/prisma-client/runtime/client.js +2 -2
- package/prisma-client/runtime/edge-esm.js +2 -2
- package/prisma-client/runtime/edge.js +2 -2
- package/prisma-client/runtime/library.js +2 -2
- package/prisma-client/runtime/react-native.js +2 -2
- 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.32",
|
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": "575c3405cc36327107effb13eb7a9173bf457521"
|
45
45
|
},
|
46
46
|
"files": [
|
47
47
|
"README.md",
|
@@ -149,18 +149,18 @@
|
|
149
149
|
"typescript": "5.4.5",
|
150
150
|
"xdg-app-paths": "8.3.0",
|
151
151
|
"zx": "8.4.1",
|
152
|
-
"@prisma/adapter-libsql": "6.6.0-dev.
|
153
|
-
"@prisma/client": "6.6.0-dev.
|
154
|
-
"@prisma/
|
155
|
-
"@prisma/
|
156
|
-
"@prisma/
|
157
|
-
"@prisma/
|
158
|
-
"@prisma/
|
159
|
-
"@prisma/
|
152
|
+
"@prisma/adapter-libsql": "6.6.0-dev.32",
|
153
|
+
"@prisma/client": "6.6.0-dev.32",
|
154
|
+
"@prisma/fetch-engine": "6.6.0-dev.32",
|
155
|
+
"@prisma/generator-helper": "6.6.0-dev.32",
|
156
|
+
"@prisma/get-platform": "6.6.0-dev.32",
|
157
|
+
"@prisma/debug": "6.6.0-dev.32",
|
158
|
+
"@prisma/migrate": "6.6.0-dev.32",
|
159
|
+
"@prisma/internals": "6.6.0-dev.32"
|
160
160
|
},
|
161
161
|
"dependencies": {
|
162
|
-
"@prisma/
|
163
|
-
"@prisma/
|
162
|
+
"@prisma/config": "6.6.0-dev.32",
|
163
|
+
"@prisma/engines": "6.6.0-dev.32"
|
164
164
|
},
|
165
165
|
"optionalDependencies": {
|
166
166
|
"fsevents": "2.3.3"
|
@@ -3058,7 +3058,7 @@ var require_package2 = __commonJS({
|
|
3058
3058
|
"package.json"(exports2, module2) {
|
3059
3059
|
module2.exports = {
|
3060
3060
|
name: "@prisma/client",
|
3061
|
-
version: "6.6.0-dev.
|
3061
|
+
version: "6.6.0-dev.32",
|
3062
3062
|
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.",
|
3063
3063
|
keywords: [
|
3064
3064
|
"ORM",
|
@@ -3293,7 +3293,7 @@ var require_package2 = __commonJS({
|
|
3293
3293
|
"@types/pg": "8.11.11",
|
3294
3294
|
arg: "5.0.2",
|
3295
3295
|
benchmark: "2.1.4",
|
3296
|
-
"ci-info": "4.
|
3296
|
+
"ci-info": "4.2.0",
|
3297
3297
|
"decimal.js": "10.5.0",
|
3298
3298
|
"env-paths": "2.2.1",
|
3299
3299
|
esbuild: "0.24.2",
|
@@ -3552,9 +3552,9 @@ var init_TypeBuilder = __esm({
|
|
3552
3552
|
}
|
3553
3553
|
});
|
3554
3554
|
|
3555
|
-
// ../../node_modules/.pnpm/ci-info@4.
|
3555
|
+
// ../../node_modules/.pnpm/ci-info@4.2.0/node_modules/ci-info/vendors.json
|
3556
3556
|
var require_vendors = __commonJS({
|
3557
|
-
"../../node_modules/.pnpm/ci-info@4.
|
3557
|
+
"../../node_modules/.pnpm/ci-info@4.2.0/node_modules/ci-info/vendors.json"(exports2, module2) {
|
3558
3558
|
module2.exports = [
|
3559
3559
|
{
|
3560
3560
|
name: "Agola CI",
|
@@ -3642,6 +3642,11 @@ var require_vendors = __commonJS({
|
|
3642
3642
|
env: "CIRRUS_CI",
|
3643
3643
|
pr: "CIRRUS_PR"
|
3644
3644
|
},
|
3645
|
+
{
|
3646
|
+
name: "Cloudflare Pages",
|
3647
|
+
constant: "CLOUDFLARE_PAGES",
|
3648
|
+
env: "CF_PAGES"
|
3649
|
+
},
|
3645
3650
|
{
|
3646
3651
|
name: "Codefresh",
|
3647
3652
|
constant: "CODEFRESH",
|
@@ -3906,9 +3911,9 @@ var require_vendors = __commonJS({
|
|
3906
3911
|
}
|
3907
3912
|
});
|
3908
3913
|
|
3909
|
-
// ../../node_modules/.pnpm/ci-info@4.
|
3914
|
+
// ../../node_modules/.pnpm/ci-info@4.2.0/node_modules/ci-info/index.js
|
3910
3915
|
var require_ci_info = __commonJS({
|
3911
|
-
"../../node_modules/.pnpm/ci-info@4.
|
3916
|
+
"../../node_modules/.pnpm/ci-info@4.2.0/node_modules/ci-info/index.js"(exports2) {
|
3912
3917
|
"use strict";
|
3913
3918
|
var vendors = require_vendors();
|
3914
3919
|
var env2 = process.env;
|
@@ -3936,7 +3941,7 @@ var require_ci_info = __commonJS({
|
|
3936
3941
|
exports2.isCI = !!(env2.CI !== "false" && // Bypass all checks if CI env is explicitly set to 'false'
|
3937
3942
|
(env2.BUILD_ID || // Jenkins, Cloudbees
|
3938
3943
|
env2.BUILD_NUMBER || // Jenkins, TeamCity
|
3939
|
-
env2.CI || // Travis CI, CircleCI, Cirrus CI, Gitlab CI, Appveyor, CodeShip, dsari
|
3944
|
+
env2.CI || // Travis CI, CircleCI, Cirrus CI, Gitlab CI, Appveyor, CodeShip, dsari, Cloudflare Pages
|
3940
3945
|
env2.CI_APP_ID || // Appflow
|
3941
3946
|
env2.CI_BUILD_ID || // Appflow
|
3942
3947
|
env2.CI_BUILD_NUMBER || // Appflow
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@prisma/client",
|
3
|
-
"version": "6.6.0-dev.
|
3
|
+
"version": "6.6.0-dev.32",
|
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",
|
@@ -235,7 +235,7 @@
|
|
235
235
|
"@types/pg": "8.11.11",
|
236
236
|
"arg": "5.0.2",
|
237
237
|
"benchmark": "2.1.4",
|
238
|
-
"ci-info": "4.
|
238
|
+
"ci-info": "4.2.0",
|
239
239
|
"decimal.js": "10.5.0",
|
240
240
|
"env-paths": "2.2.1",
|
241
241
|
"esbuild": "0.24.2",
|