prisma 6.5.0 → 6.6.0-dev.1

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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "6.5.0",
2
+ "version": "6.6.0-dev.1",
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": "a7ce5412bd7afe6173568533e488be7b6ffdcddb"
44
+ "prismaCommit": "c67baf5f2807a8f29396c19628918ce09f70508d"
45
45
  },
46
46
  "files": [
47
47
  "README.md",
@@ -148,18 +148,18 @@
148
148
  "typescript": "5.4.5",
149
149
  "xdg-app-paths": "8.3.0",
150
150
  "zx": "7.2.3",
151
- "@prisma/adapter-libsql": "6.5.0",
152
- "@prisma/client": "6.5.0",
153
- "@prisma/debug": "6.5.0",
154
- "@prisma/fetch-engine": "6.5.0",
155
- "@prisma/generator-helper": "6.5.0",
156
- "@prisma/internals": "6.5.0",
157
- "@prisma/get-platform": "6.5.0",
158
- "@prisma/migrate": "6.5.0"
151
+ "@prisma/adapter-libsql": "6.6.0-dev.1",
152
+ "@prisma/client": "6.6.0-dev.1",
153
+ "@prisma/fetch-engine": "6.6.0-dev.1",
154
+ "@prisma/debug": "6.6.0-dev.1",
155
+ "@prisma/get-platform": "6.6.0-dev.1",
156
+ "@prisma/generator-helper": "6.6.0-dev.1",
157
+ "@prisma/internals": "6.6.0-dev.1",
158
+ "@prisma/migrate": "6.6.0-dev.1"
159
159
  },
160
160
  "dependencies": {
161
- "@prisma/config": "6.5.0",
162
- "@prisma/engines": "6.5.0"
161
+ "@prisma/config": "6.6.0-dev.1",
162
+ "@prisma/engines": "6.6.0-dev.1"
163
163
  },
164
164
  "optionalDependencies": {
165
165
  "fsevents": "2.3.3"
@@ -3060,7 +3060,7 @@ var require_package2 = __commonJS({
3060
3060
  "package.json"(exports2, module2) {
3061
3061
  module2.exports = {
3062
3062
  name: "@prisma/client",
3063
- version: "6.5.0",
3063
+ version: "6.6.0-dev.1",
3064
3064
  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.",
3065
3065
  keywords: [
3066
3066
  "ORM",
@@ -3300,7 +3300,7 @@ var require_package2 = __commonJS({
3300
3300
  "env-paths": "2.2.1",
3301
3301
  esbuild: "0.24.2",
3302
3302
  execa: "5.1.1",
3303
- "expect-type": "1.1.0",
3303
+ "expect-type": "1.2.0",
3304
3304
  "flat-map-polyfill": "0.3.8",
3305
3305
  "fs-extra": "11.3.0",
3306
3306
  "get-stream": "6.0.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client",
3
- "version": "6.5.0",
3
+ "version": "6.6.0-dev.1",
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",
@@ -240,7 +240,7 @@
240
240
  "env-paths": "2.2.1",
241
241
  "esbuild": "0.24.2",
242
242
  "execa": "5.1.1",
243
- "expect-type": "1.1.0",
243
+ "expect-type": "1.2.0",
244
244
  "flat-map-polyfill": "0.3.8",
245
245
  "fs-extra": "11.3.0",
246
246
  "get-stream": "6.0.1",