prisma 6.5.0-integration-fix-e2e-prisma-config.1 → 6.5.0-integration-fix-e2e-prisma-config.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/build/index.js +936 -965
- package/package.json +11 -13
- package/prisma-client/generator-build/index.js +1 -1
- package/prisma-client/package.json +1 -1
- 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.5.0-integration-fix-e2e-prisma-config.
|
2
|
+
"version": "6.5.0-integration-fix-e2e-prisma-config.2",
|
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": "740208b0f9f9ec9c5d814deeecf12cfac0a675ef"
|
45
45
|
},
|
46
46
|
"files": [
|
47
47
|
"README.md",
|
@@ -111,19 +111,17 @@
|
|
111
111
|
"typescript": "5.4.5",
|
112
112
|
"xdg-app-paths": "8.3.0",
|
113
113
|
"zx": "7.2.3",
|
114
|
-
"@prisma/
|
115
|
-
"@prisma/client": "6.5.0-integration-fix-e2e-prisma-config.
|
116
|
-
"@prisma/
|
117
|
-
"@prisma/
|
118
|
-
"@prisma/
|
119
|
-
"@prisma/
|
120
|
-
"@prisma/
|
121
|
-
"@prisma/internals": "6.5.0-integration-fix-e2e-prisma-config.1"
|
114
|
+
"@prisma/debug": "6.5.0-integration-fix-e2e-prisma-config.2",
|
115
|
+
"@prisma/client": "6.5.0-integration-fix-e2e-prisma-config.2",
|
116
|
+
"@prisma/generator-helper": "6.5.0-integration-fix-e2e-prisma-config.2",
|
117
|
+
"@prisma/fetch-engine": "6.5.0-integration-fix-e2e-prisma-config.2",
|
118
|
+
"@prisma/get-platform": "6.5.0-integration-fix-e2e-prisma-config.2",
|
119
|
+
"@prisma/migrate": "6.5.0-integration-fix-e2e-prisma-config.2",
|
120
|
+
"@prisma/internals": "6.5.0-integration-fix-e2e-prisma-config.2"
|
122
121
|
},
|
123
122
|
"dependencies": {
|
124
|
-
"
|
125
|
-
"
|
126
|
-
"@prisma/engines": "6.5.0-integration-fix-e2e-prisma-config.1"
|
123
|
+
"@prisma/engines": "6.5.0-integration-fix-e2e-prisma-config.2",
|
124
|
+
"@prisma/config": "6.5.0-integration-fix-e2e-prisma-config.2"
|
127
125
|
},
|
128
126
|
"optionalDependencies": {
|
129
127
|
"fsevents": "2.3.3"
|
@@ -3946,7 +3946,7 @@ var require_package2 = __commonJS({
|
|
3946
3946
|
"package.json"(exports2, module2) {
|
3947
3947
|
module2.exports = {
|
3948
3948
|
name: "@prisma/client",
|
3949
|
-
version: "6.5.0-integration-fix-e2e-prisma-config.
|
3949
|
+
version: "6.5.0-integration-fix-e2e-prisma-config.2",
|
3950
3950
|
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.",
|
3951
3951
|
keywords: [
|
3952
3952
|
"ORM",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@prisma/client",
|
3
|
-
"version": "6.5.0-integration-fix-e2e-prisma-config.
|
3
|
+
"version": "6.5.0-integration-fix-e2e-prisma-config.2",
|
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",
|