prisma 6.6.0-integration-push-spwsqpvywlkl.1 → 6.6.0-integration-push-spwsqpvywlkl.3
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 +11 -11
- package/package.json +14 -14
- package/prisma-client/generator-build/index.js +2 -2
- package/prisma-client/package.json +1 -1
- package/prisma-client/runtime/binary.js +3 -3
- package/prisma-client/runtime/binary.mjs +3 -3
- package/prisma-client/runtime/client.d.mts +3 -0
- package/prisma-client/runtime/client.d.ts +3 -0
- package/prisma-client/runtime/client.js +3 -3
- package/prisma-client/runtime/client.mjs +3 -3
- package/prisma-client/runtime/edge-esm.js +3 -3
- package/prisma-client/runtime/edge.d.ts +3 -0
- package/prisma-client/runtime/edge.js +3 -3
- package/prisma-client/runtime/index-browser.d.ts +3 -0
- package/prisma-client/runtime/index-browser.js +1 -1
- package/prisma-client/runtime/library.d.mts +3 -0
- package/prisma-client/runtime/library.d.ts +3 -0
- package/prisma-client/runtime/library.js +3 -3
- package/prisma-client/runtime/library.mjs +3 -3
- package/prisma-client/runtime/react-native.d.ts +3 -0
- package/prisma-client/runtime/react-native.js +3 -3
- package/prisma-client/scripts/default-index.js +1 -1
package/package.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"version": "6.6.0-integration-push-spwsqpvywlkl.
|
2
|
+
"version": "6.6.0-integration-push-spwsqpvywlkl.3",
|
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": "90bc2177393f52be33ab9aed0d9f67278be12235"
|
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/client-generator-registry": "6.6.0-integration-push-spwsqpvywlkl.
|
154
|
-
"@prisma/
|
155
|
-
"@prisma/debug": "6.6.0-integration-push-spwsqpvywlkl.
|
156
|
-
"@prisma/dmmf": "6.6.0-integration-push-spwsqpvywlkl.
|
157
|
-
"@prisma/
|
158
|
-
"@prisma/
|
159
|
-
"@prisma/
|
160
|
-
"@prisma/internals": "6.6.0-integration-push-spwsqpvywlkl.
|
161
|
-
"@prisma/migrate": "6.6.0-integration-push-spwsqpvywlkl.
|
152
|
+
"@prisma/adapter-libsql": "6.6.0-integration-push-spwsqpvywlkl.3",
|
153
|
+
"@prisma/client-generator-registry": "6.6.0-integration-push-spwsqpvywlkl.3",
|
154
|
+
"@prisma/client": "6.6.0-integration-push-spwsqpvywlkl.3",
|
155
|
+
"@prisma/debug": "6.6.0-integration-push-spwsqpvywlkl.3",
|
156
|
+
"@prisma/dmmf": "6.6.0-integration-push-spwsqpvywlkl.3",
|
157
|
+
"@prisma/generator": "6.6.0-integration-push-spwsqpvywlkl.3",
|
158
|
+
"@prisma/fetch-engine": "6.6.0-integration-push-spwsqpvywlkl.3",
|
159
|
+
"@prisma/get-platform": "6.6.0-integration-push-spwsqpvywlkl.3",
|
160
|
+
"@prisma/internals": "6.6.0-integration-push-spwsqpvywlkl.3",
|
161
|
+
"@prisma/migrate": "6.6.0-integration-push-spwsqpvywlkl.3"
|
162
162
|
},
|
163
163
|
"dependencies": {
|
164
|
-
"@prisma/
|
165
|
-
"@prisma/
|
164
|
+
"@prisma/config": "6.6.0-integration-push-spwsqpvywlkl.3",
|
165
|
+
"@prisma/engines": "6.6.0-integration-push-spwsqpvywlkl.3"
|
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-integration-push-spwsqpvywlkl.
|
5550
|
+
version: "6.6.0-integration-push-spwsqpvywlkl.3",
|
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",
|
@@ -11490,7 +11490,7 @@ var import_node_path3 = __toESM(require("node:path"));
|
|
11490
11490
|
var import_engines_version = __toESM(require_engines_version());
|
11491
11491
|
|
11492
11492
|
// ../client-generator-js/package.json
|
11493
|
-
var version = "6.6.0-integration-push-spwsqpvywlkl.
|
11493
|
+
var version = "6.6.0-integration-push-spwsqpvywlkl.3";
|
11494
11494
|
|
11495
11495
|
// ../client-generator-js/src/resolvePrismaClient.ts
|
11496
11496
|
var import_promises4 = __toESM(require("node:fs/promises"));
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@prisma/client",
|
3
|
-
"version": "6.6.0-integration-push-spwsqpvywlkl.
|
3
|
+
"version": "6.6.0-integration-push-spwsqpvywlkl.3",
|
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",
|