prisma 6.5.0-integration-fix-improve-global-omit-api-performance-2.1 → 6.5.0-integration-fix-improve-global-omit-api-performance-2.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 +508 -508
- package/build/prisma_schema_build_bg.wasm +0 -0
- package/build/public/assets/index.js +1 -1
- package/package.json +18 -16
- package/prisma-client/generator-build/index.js +474 -1362
- package/prisma-client/package.json +7 -7
- package/prisma-client/runtime/binary.js +3 -3
- package/prisma-client/runtime/client.d.ts +18 -18
- package/prisma-client/runtime/client.js +14 -14
- package/prisma-client/runtime/edge-esm.js +3 -3
- package/prisma-client/runtime/edge.js +3 -3
- package/prisma-client/runtime/library.d.ts +18 -18
- package/prisma-client/runtime/library.js +21 -21
- package/prisma-client/runtime/query_compiler_bg.mysql.js +2 -1
- package/prisma-client/runtime/query_compiler_bg.postgresql.js +2 -1
- package/prisma-client/runtime/query_compiler_bg.sqlite.js +2 -1
- package/prisma-client/runtime/query_engine_bg.mysql.js +2 -2
- package/prisma-client/runtime/query_engine_bg.postgresql.js +2 -2
- package/prisma-client/runtime/query_engine_bg.sqlite.js +2 -2
- package/prisma-client/runtime/react-native.d.ts +18 -18
- package/prisma-client/runtime/react-native.js +2 -2
- package/prisma-client/scripts/default-index.js +3 -3
package/package.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"version": "6.5.0-integration-fix-improve-global-omit-api-performance-2.
|
2
|
+
"version": "6.5.0-integration-fix-improve-global-omit-api-performance-2.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": "0917406a99dc60f267aeaf437020e9fff3378e37"
|
45
45
|
},
|
46
46
|
"files": [
|
47
47
|
"README.md",
|
@@ -72,12 +72,12 @@
|
|
72
72
|
"@antfu/ni": "0.21.12",
|
73
73
|
"@inquirer/prompts": "5.0.5",
|
74
74
|
"@prisma/mini-proxy": "0.9.5",
|
75
|
-
"@prisma/studio": "0.
|
76
|
-
"@prisma/studio-server": "0.
|
77
|
-
"@swc/core": "1.
|
75
|
+
"@prisma/studio": "0.510.0",
|
76
|
+
"@prisma/studio-server": "0.510.0",
|
77
|
+
"@swc/core": "1.11.5",
|
78
78
|
"@swc/jest": "0.2.37",
|
79
79
|
"@types/debug": "4.1.12",
|
80
|
-
"@types/fs-extra": "
|
80
|
+
"@types/fs-extra": "11.0.4",
|
81
81
|
"@types/jest": "29.5.14",
|
82
82
|
"@types/node": "18.19.76",
|
83
83
|
"@types/rimraf": "3.0.2",
|
@@ -90,13 +90,14 @@
|
|
90
90
|
"esbuild": "0.24.2",
|
91
91
|
"execa": "5.1.1",
|
92
92
|
"fast-glob": "3.3.3",
|
93
|
-
"fs-extra": "11.
|
93
|
+
"fs-extra": "11.3.0",
|
94
94
|
"fs-jetpack": "5.1.0",
|
95
95
|
"get-port": "5.1.1",
|
96
96
|
"global-dirs": "4.0.0",
|
97
97
|
"jest": "29.7.0",
|
98
98
|
"jest-junit": "16.0.0",
|
99
99
|
"kleur": "4.1.5",
|
100
|
+
"@libsql/client": "0.8.1",
|
100
101
|
"line-replace": "2.0.1",
|
101
102
|
"log-update": "4.0.0",
|
102
103
|
"node-fetch": "3.3.2",
|
@@ -111,19 +112,20 @@
|
|
111
112
|
"typescript": "5.4.5",
|
112
113
|
"xdg-app-paths": "8.3.0",
|
113
114
|
"zx": "7.2.3",
|
114
|
-
"@prisma/
|
115
|
-
"@prisma/
|
116
|
-
"@prisma/debug": "6.5.0-integration-fix-improve-global-omit-api-performance-2.
|
117
|
-
"@prisma/
|
118
|
-
"@prisma/
|
119
|
-
"@prisma/
|
120
|
-
"@prisma/
|
121
|
-
"@prisma/
|
115
|
+
"@prisma/adapter-libsql": "6.5.0-integration-fix-improve-global-omit-api-performance-2.2",
|
116
|
+
"@prisma/client": "6.5.0-integration-fix-improve-global-omit-api-performance-2.2",
|
117
|
+
"@prisma/debug": "6.5.0-integration-fix-improve-global-omit-api-performance-2.2",
|
118
|
+
"@prisma/config": "6.5.0-integration-fix-improve-global-omit-api-performance-2.2",
|
119
|
+
"@prisma/fetch-engine": "6.5.0-integration-fix-improve-global-omit-api-performance-2.2",
|
120
|
+
"@prisma/generator-helper": "6.5.0-integration-fix-improve-global-omit-api-performance-2.2",
|
121
|
+
"@prisma/get-platform": "6.5.0-integration-fix-improve-global-omit-api-performance-2.2",
|
122
|
+
"@prisma/internals": "6.5.0-integration-fix-improve-global-omit-api-performance-2.2",
|
123
|
+
"@prisma/migrate": "6.5.0-integration-fix-improve-global-omit-api-performance-2.2"
|
122
124
|
},
|
123
125
|
"dependencies": {
|
124
126
|
"esbuild": ">=0.12 <1",
|
125
127
|
"esbuild-register": "3.6.0",
|
126
|
-
"@prisma/engines": "6.5.0-integration-fix-improve-global-omit-api-performance-2.
|
128
|
+
"@prisma/engines": "6.5.0-integration-fix-improve-global-omit-api-performance-2.2"
|
127
129
|
},
|
128
130
|
"optionalDependencies": {
|
129
131
|
"fsevents": "2.3.3"
|