prisma 6.6.0-integration-feat-introduce-schema-engine-wasm.1 → 6.6.0-integration-feat-orm-764-driver-adapter-merge-pg-and-pg-worker-for-provider.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/build/index.js +1134 -1389
- package/build/schema_engine_bg.wasm +0 -0
- package/package.json +14 -14
- package/prisma-client/generator-build/index.js +94 -34
- package/prisma-client/package.json +5 -6
- package/prisma-client/runtime/binary.js +75 -75
- package/prisma-client/runtime/binary.mjs +76 -76
- package/prisma-client/runtime/client.d.mts +9 -9
- package/prisma-client/runtime/client.d.ts +9 -9
- package/prisma-client/runtime/client.js +20 -20
- package/prisma-client/runtime/client.mjs +19 -19
- package/prisma-client/runtime/edge-esm.js +14 -14
- package/prisma-client/runtime/edge.d.ts +9 -9
- package/prisma-client/runtime/edge.js +14 -14
- 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 +9 -9
- package/prisma-client/runtime/library.d.ts +9 -9
- package/prisma-client/runtime/library.js +35 -35
- package/prisma-client/runtime/library.mjs +27 -27
- package/prisma-client/runtime/react-native.d.ts +9 -9
- package/prisma-client/runtime/react-native.js +14 -14
- package/prisma-client/scripts/default-index.js +3 -3
Binary file
|
package/package.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"version": "6.6.0-integration-feat-
|
2
|
+
"version": "6.6.0-integration-feat-orm-764-driver-adapter-merge-pg-and-pg-worker-for-provider.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": "
|
44
|
+
"prismaCommit": "73d21104601a422c3436ceb5ac4e442f259b8f85"
|
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/
|
154
|
-
"@prisma/client
|
155
|
-
"@prisma/
|
156
|
-
"@prisma/dmmf": "6.6.0-integration-feat-
|
157
|
-
"@prisma/fetch-engine": "6.6.0-integration-feat-
|
158
|
-
"@prisma/
|
159
|
-
"@prisma/internals": "6.6.0-integration-feat-
|
160
|
-
"@prisma/
|
161
|
-
"@prisma/
|
152
|
+
"@prisma/adapter-libsql": "6.6.0-integration-feat-orm-764-driver-adapter-merge-pg-and-pg-worker-for-provider.1",
|
153
|
+
"@prisma/debug": "6.6.0-integration-feat-orm-764-driver-adapter-merge-pg-and-pg-worker-for-provider.1",
|
154
|
+
"@prisma/client": "6.6.0-integration-feat-orm-764-driver-adapter-merge-pg-and-pg-worker-for-provider.1",
|
155
|
+
"@prisma/client-generator-registry": "6.6.0-integration-feat-orm-764-driver-adapter-merge-pg-and-pg-worker-for-provider.1",
|
156
|
+
"@prisma/dmmf": "6.6.0-integration-feat-orm-764-driver-adapter-merge-pg-and-pg-worker-for-provider.1",
|
157
|
+
"@prisma/fetch-engine": "6.6.0-integration-feat-orm-764-driver-adapter-merge-pg-and-pg-worker-for-provider.1",
|
158
|
+
"@prisma/generator": "6.6.0-integration-feat-orm-764-driver-adapter-merge-pg-and-pg-worker-for-provider.1",
|
159
|
+
"@prisma/internals": "6.6.0-integration-feat-orm-764-driver-adapter-merge-pg-and-pg-worker-for-provider.1",
|
160
|
+
"@prisma/get-platform": "6.6.0-integration-feat-orm-764-driver-adapter-merge-pg-and-pg-worker-for-provider.1",
|
161
|
+
"@prisma/migrate": "6.6.0-integration-feat-orm-764-driver-adapter-merge-pg-and-pg-worker-for-provider.1"
|
162
162
|
},
|
163
163
|
"dependencies": {
|
164
|
-
"@prisma/config": "6.6.0-integration-feat-
|
165
|
-
"@prisma/engines": "6.6.0-integration-feat-
|
164
|
+
"@prisma/config": "6.6.0-integration-feat-orm-764-driver-adapter-merge-pg-and-pg-worker-for-provider.1",
|
165
|
+
"@prisma/engines": "6.6.0-integration-feat-orm-764-driver-adapter-merge-pg-and-pg-worker-for-provider.1"
|
166
166
|
},
|
167
167
|
"optionalDependencies": {
|
168
168
|
"fsevents": "2.3.3"
|
@@ -2553,18 +2553,18 @@ var require_common_path_prefix = __commonJS({
|
|
2553
2553
|
}
|
2554
2554
|
});
|
2555
2555
|
|
2556
|
-
// ../../node_modules/.pnpm/@prisma+engines-version@6.6.0-
|
2556
|
+
// ../../node_modules/.pnpm/@prisma+engines-version@6.6.0-46.dc2c1279f201ab67d96815a69b3a831a2f89c207/node_modules/@prisma/engines-version/package.json
|
2557
2557
|
var require_package = __commonJS({
|
2558
|
-
"../../node_modules/.pnpm/@prisma+engines-version@6.6.0-
|
2558
|
+
"../../node_modules/.pnpm/@prisma+engines-version@6.6.0-46.dc2c1279f201ab67d96815a69b3a831a2f89c207/node_modules/@prisma/engines-version/package.json"(exports2, module2) {
|
2559
2559
|
module2.exports = {
|
2560
2560
|
name: "@prisma/engines-version",
|
2561
|
-
version: "6.6.0-
|
2561
|
+
version: "6.6.0-46.dc2c1279f201ab67d96815a69b3a831a2f89c207",
|
2562
2562
|
main: "index.js",
|
2563
2563
|
types: "index.d.ts",
|
2564
2564
|
license: "Apache-2.0",
|
2565
2565
|
author: "Tim Suchanek <suchanek@prisma.io>",
|
2566
2566
|
prisma: {
|
2567
|
-
enginesVersion: "
|
2567
|
+
enginesVersion: "dc2c1279f201ab67d96815a69b3a831a2f89c207"
|
2568
2568
|
},
|
2569
2569
|
repository: {
|
2570
2570
|
type: "git",
|
@@ -2586,9 +2586,9 @@ var require_package = __commonJS({
|
|
2586
2586
|
}
|
2587
2587
|
});
|
2588
2588
|
|
2589
|
-
// ../../node_modules/.pnpm/@prisma+engines-version@6.6.0-
|
2589
|
+
// ../../node_modules/.pnpm/@prisma+engines-version@6.6.0-46.dc2c1279f201ab67d96815a69b3a831a2f89c207/node_modules/@prisma/engines-version/index.js
|
2590
2590
|
var require_engines_version = __commonJS({
|
2591
|
-
"../../node_modules/.pnpm/@prisma+engines-version@6.6.0-
|
2591
|
+
"../../node_modules/.pnpm/@prisma+engines-version@6.6.0-46.dc2c1279f201ab67d96815a69b3a831a2f89c207/node_modules/@prisma/engines-version/index.js"(exports2) {
|
2592
2592
|
"use strict";
|
2593
2593
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
2594
2594
|
exports2.enginesVersion = void 0;
|
@@ -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-feat-
|
5550
|
+
version: "6.6.0-integration-feat-orm-764-driver-adapter-merge-pg-and-pg-worker-for-provider.1",
|
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",
|
@@ -5768,7 +5768,6 @@ var package_default = {
|
|
5768
5768
|
"@prisma/adapter-libsql": "workspace:*",
|
5769
5769
|
"@prisma/adapter-neon": "workspace:*",
|
5770
5770
|
"@prisma/adapter-pg": "workspace:*",
|
5771
|
-
"@prisma/adapter-pg-worker": "workspace:*",
|
5772
5771
|
"@prisma/adapter-planetscale": "workspace:*",
|
5773
5772
|
"@prisma/client-common": "workspace:*",
|
5774
5773
|
"@prisma/client-engine-runtime": "workspace:*",
|
@@ -5779,7 +5778,7 @@ var package_default = {
|
|
5779
5778
|
"@prisma/dmmf": "workspace:*",
|
5780
5779
|
"@prisma/driver-adapter-utils": "workspace:*",
|
5781
5780
|
"@prisma/engines": "workspace:*",
|
5782
|
-
"@prisma/engines-version": "6.6.0-
|
5781
|
+
"@prisma/engines-version": "6.6.0-46.dc2c1279f201ab67d96815a69b3a831a2f89c207",
|
5783
5782
|
"@prisma/fetch-engine": "workspace:*",
|
5784
5783
|
"@prisma/generator": "workspace:*",
|
5785
5784
|
"@prisma/generator-helper": "workspace:*",
|
@@ -5788,9 +5787,8 @@ var package_default = {
|
|
5788
5787
|
"@prisma/internals": "workspace:*",
|
5789
5788
|
"@prisma/migrate": "workspace:*",
|
5790
5789
|
"@prisma/mini-proxy": "0.9.5",
|
5791
|
-
"@prisma/
|
5792
|
-
"@prisma/query-
|
5793
|
-
"@prisma/query-engine-wasm": "6.6.0-45.fbda4d61f6cc9c7361b803e72f3a0ffeb87db447",
|
5790
|
+
"@prisma/query-compiler-wasm": "6.6.0-46.dc2c1279f201ab67d96815a69b3a831a2f89c207",
|
5791
|
+
"@prisma/query-engine-wasm": "6.6.0-46.dc2c1279f201ab67d96815a69b3a831a2f89c207",
|
5794
5792
|
"@prisma/ts-builders": "workspace:*",
|
5795
5793
|
"@snaplet/copycat": "6.0.0",
|
5796
5794
|
"@swc-node/register": "1.10.9",
|
@@ -5838,6 +5836,7 @@ var package_default = {
|
|
5838
5836
|
"stacktrace-parser": "0.1.11",
|
5839
5837
|
"strip-ansi": "6.0.1",
|
5840
5838
|
"strip-indent": "4.0.0",
|
5839
|
+
tempy: "3.0.0",
|
5841
5840
|
"ts-node": "10.9.2",
|
5842
5841
|
"ts-pattern": "5.6.2",
|
5843
5842
|
tsd: "0.31.2",
|
@@ -5958,15 +5957,26 @@ var ConstDeclaration = class {
|
|
5958
5957
|
this.type = type;
|
5959
5958
|
}
|
5960
5959
|
docComment;
|
5960
|
+
value;
|
5961
5961
|
setDocComment(docComment2) {
|
5962
5962
|
this.docComment = docComment2;
|
5963
5963
|
return this;
|
5964
5964
|
}
|
5965
|
+
setValue(value) {
|
5966
|
+
this.value = value;
|
5967
|
+
return this;
|
5968
|
+
}
|
5965
5969
|
write(writer) {
|
5966
5970
|
if (this.docComment) {
|
5967
5971
|
writer.write(this.docComment);
|
5968
5972
|
}
|
5969
|
-
writer.write("const ").write(this.name)
|
5973
|
+
writer.write("const ").write(this.name);
|
5974
|
+
if (this.type) {
|
5975
|
+
writer.write(": ").write(this.type);
|
5976
|
+
}
|
5977
|
+
if (this.value) {
|
5978
|
+
writer.write(" = ").write(this.value);
|
5979
|
+
}
|
5970
5980
|
}
|
5971
5981
|
};
|
5972
5982
|
function constDeclaration(name, type) {
|
@@ -6099,11 +6109,19 @@ var NamedExport = class {
|
|
6099
6109
|
this.name = name;
|
6100
6110
|
}
|
6101
6111
|
alias;
|
6112
|
+
type = false;
|
6102
6113
|
as(alias) {
|
6103
6114
|
this.alias = alias;
|
6104
6115
|
return this;
|
6105
6116
|
}
|
6117
|
+
typeOnly() {
|
6118
|
+
this.type = true;
|
6119
|
+
return this;
|
6120
|
+
}
|
6106
6121
|
write(writer) {
|
6122
|
+
if (this.type) {
|
6123
|
+
writer.write("type ");
|
6124
|
+
}
|
6107
6125
|
writer.write(this.name);
|
6108
6126
|
if (this.alias) {
|
6109
6127
|
writer.write(" as ").write(this.alias);
|
@@ -6158,6 +6176,25 @@ function file() {
|
|
6158
6176
|
return new File();
|
6159
6177
|
}
|
6160
6178
|
|
6179
|
+
// ../ts-builders/src/ValueBuilder.ts
|
6180
|
+
var ValueBuilder = class {
|
6181
|
+
as(type) {
|
6182
|
+
return new TypeAssertion(this, type);
|
6183
|
+
}
|
6184
|
+
};
|
6185
|
+
var TypeAssertion = class extends ValueBuilder {
|
6186
|
+
#value;
|
6187
|
+
#type;
|
6188
|
+
constructor(value, type) {
|
6189
|
+
super();
|
6190
|
+
this.#value = value;
|
6191
|
+
this.#type = type;
|
6192
|
+
}
|
6193
|
+
write(writer) {
|
6194
|
+
writer.write(this.#value).write(" as ").write(this.#type);
|
6195
|
+
}
|
6196
|
+
};
|
6197
|
+
|
6161
6198
|
// ../ts-builders/src/PrimitiveType.ts
|
6162
6199
|
init_TypeBuilder();
|
6163
6200
|
var PrimitiveType = class extends TypeBuilder {
|
@@ -6272,15 +6309,6 @@ function genericParameter(name) {
|
|
6272
6309
|
function omit(type, keyType2) {
|
6273
6310
|
return namedType("Omit").addGenericArgument(type).addGenericArgument(keyType2);
|
6274
6311
|
}
|
6275
|
-
function promise(resultType) {
|
6276
|
-
return new NamedType("$Utils.JsPromise").addGenericArgument(resultType);
|
6277
|
-
}
|
6278
|
-
function prismaPromise(resultType) {
|
6279
|
-
return new NamedType("Prisma.PrismaPromise").addGenericArgument(resultType);
|
6280
|
-
}
|
6281
|
-
function optional(innerType) {
|
6282
|
-
return new NamedType("$Utils.Optional").addGenericArgument(innerType);
|
6283
|
-
}
|
6284
6312
|
|
6285
6313
|
// ../ts-builders/src/Import.ts
|
6286
6314
|
var NamespaceImport = class {
|
@@ -6331,11 +6359,19 @@ var NamedImport = class {
|
|
6331
6359
|
this.name = name;
|
6332
6360
|
}
|
6333
6361
|
alias;
|
6362
|
+
type = false;
|
6334
6363
|
as(alias) {
|
6335
6364
|
this.alias = alias;
|
6336
6365
|
return this;
|
6337
6366
|
}
|
6367
|
+
typeOnly() {
|
6368
|
+
this.type = true;
|
6369
|
+
return this;
|
6370
|
+
}
|
6338
6371
|
write(writer) {
|
6372
|
+
if (this.type) {
|
6373
|
+
writer.write("type ");
|
6374
|
+
}
|
6339
6375
|
writer.write(this.name);
|
6340
6376
|
if (this.alias) {
|
6341
6377
|
writer.write(" as ").write(this.alias);
|
@@ -6775,6 +6811,19 @@ var StringLiteralType = class extends TypeBuilder {
|
|
6775
6811
|
write(writer) {
|
6776
6812
|
writer.write(JSON.stringify(this.content));
|
6777
6813
|
}
|
6814
|
+
asValue() {
|
6815
|
+
return new StringLiteralValue(this);
|
6816
|
+
}
|
6817
|
+
};
|
6818
|
+
var StringLiteralValue = class extends ValueBuilder {
|
6819
|
+
#type;
|
6820
|
+
constructor(type) {
|
6821
|
+
super();
|
6822
|
+
this.#type = type;
|
6823
|
+
}
|
6824
|
+
write(writer) {
|
6825
|
+
writer.write(this.#type);
|
6826
|
+
}
|
6778
6827
|
};
|
6779
6828
|
function stringLiteral(content) {
|
6780
6829
|
return new StringLiteralType(content);
|
@@ -8051,6 +8100,17 @@ function getModelActions(dmmf, name) {
|
|
8051
8100
|
return mappingKeys;
|
8052
8101
|
}
|
8053
8102
|
|
8103
|
+
// ../client-generator-js/src/TSClient/utils/type-builders.ts
|
8104
|
+
function promise(resultType) {
|
8105
|
+
return new NamedType("$Utils.JsPromise").addGenericArgument(resultType);
|
8106
|
+
}
|
8107
|
+
function prismaPromise(resultType) {
|
8108
|
+
return new NamedType("Prisma.PrismaPromise").addGenericArgument(resultType);
|
8109
|
+
}
|
8110
|
+
function optional(innerType) {
|
8111
|
+
return new NamedType("$Utils.Optional").addGenericArgument(innerType);
|
8112
|
+
}
|
8113
|
+
|
8054
8114
|
// ../client-generator-js/src/TSClient/Model.ts
|
8055
8115
|
var Model = class {
|
8056
8116
|
constructor(model, context) {
|
@@ -8947,22 +9007,22 @@ defineDmmfProperty(exports.Prisma, config.runtimeDataModel)`;
|
|
8947
9007
|
function buildQueryCompilerWasmModule(wasm, copyCompiler, runtimeNameJs) {
|
8948
9008
|
if (copyCompiler && runtimeNameJs === "client") {
|
8949
9009
|
return `config.compilerWasm = {
|
8950
|
-
getRuntime: () => require('./query_compiler_bg.js'),
|
9010
|
+
getRuntime: async () => require('./query_compiler_bg.js'),
|
8951
9011
|
getQueryCompilerWasmModule: async () => {
|
8952
9012
|
const queryCompilerWasmFilePath = require('path').join(config.dirname, 'query_compiler_bg.wasm')
|
8953
9013
|
const queryCompilerWasmFileBytes = require('fs').readFileSync(queryCompilerWasmFilePath)
|
8954
|
-
|
9014
|
+
|
8955
9015
|
return new WebAssembly.Module(queryCompilerWasmFileBytes)
|
8956
9016
|
}
|
8957
9017
|
}`;
|
8958
9018
|
}
|
8959
9019
|
if (copyCompiler && runtimeNameJs === "client" && wasm === true) {
|
8960
9020
|
return `config.compilerWasm = {
|
8961
|
-
getRuntime: () => require('./query_compiler_bg.js'),
|
9021
|
+
getRuntime: async () => require('./query_compiler_bg.js'),
|
8962
9022
|
getQueryCompilerWasmModule: async () => {
|
8963
9023
|
const loader = (await import('#wasm-compiler-loader')).default
|
8964
9024
|
const compiler = (await loader).default
|
8965
|
-
return compiler
|
9025
|
+
return compiler
|
8966
9026
|
}
|
8967
9027
|
}`;
|
8968
9028
|
}
|
@@ -8973,22 +9033,22 @@ function buildQueryCompilerWasmModule(wasm, copyCompiler, runtimeNameJs) {
|
|
8973
9033
|
function buildQueryEngineWasmModule(wasm, copyEngine, runtimeNameJs) {
|
8974
9034
|
if (copyEngine && runtimeNameJs === "library" && process.env.PRISMA_CLIENT_FORCE_WASM) {
|
8975
9035
|
return `config.engineWasm = {
|
8976
|
-
getRuntime: () => require('./query_engine_bg.js'),
|
9036
|
+
getRuntime: async () => require('./query_engine_bg.js'),
|
8977
9037
|
getQueryEngineWasmModule: async () => {
|
8978
9038
|
const queryEngineWasmFilePath = require('path').join(config.dirname, 'query_engine_bg.wasm')
|
8979
9039
|
const queryEngineWasmFileBytes = require('fs').readFileSync(queryEngineWasmFilePath)
|
8980
|
-
|
9040
|
+
|
8981
9041
|
return new WebAssembly.Module(queryEngineWasmFileBytes)
|
8982
9042
|
}
|
8983
9043
|
}`;
|
8984
9044
|
}
|
8985
9045
|
if (copyEngine && wasm === true) {
|
8986
9046
|
return `config.engineWasm = {
|
8987
|
-
getRuntime: () => require('./query_engine_bg.js'),
|
9047
|
+
getRuntime: async () => require('./query_engine_bg.js'),
|
8988
9048
|
getQueryEngineWasmModule: async () => {
|
8989
9049
|
const loader = (await import('#wasm-engine-loader')).default
|
8990
9050
|
const engine = (await loader).default
|
8991
|
-
return engine
|
9051
|
+
return engine
|
8992
9052
|
}
|
8993
9053
|
}`;
|
8994
9054
|
}
|
@@ -10864,7 +10924,7 @@ function buildTypedSql({
|
|
10864
10924
|
}
|
10865
10925
|
|
10866
10926
|
// ../client-generator-js/src/generateClient.ts
|
10867
|
-
var debug2 =
|
10927
|
+
var debug2 = Debug("prisma:client:generateClient");
|
10868
10928
|
var DenylistError = class extends Error {
|
10869
10929
|
constructor(message) {
|
10870
10930
|
super(message);
|
@@ -11460,7 +11520,7 @@ var import_node_path3 = __toESM(require("node:path"));
|
|
11460
11520
|
var import_engines_version = __toESM(require_engines_version());
|
11461
11521
|
|
11462
11522
|
// ../client-generator-js/package.json
|
11463
|
-
var version = "6.6.0-integration-feat-
|
11523
|
+
var version = "6.6.0-integration-feat-orm-764-driver-adapter-merge-pg-and-pg-worker-for-provider.1";
|
11464
11524
|
|
11465
11525
|
// ../client-generator-js/src/resolvePrismaClient.ts
|
11466
11526
|
var import_promises4 = __toESM(require("node:fs/promises"));
|
@@ -16383,7 +16443,7 @@ function init2(open, close) {
|
|
16383
16443
|
}
|
16384
16444
|
|
16385
16445
|
// ../client-generator-js/src/resolvePrismaClient.ts
|
16386
|
-
var debug3 =
|
16446
|
+
var debug3 = Debug("prisma:generator");
|
16387
16447
|
async function resolvePrismaClient(baseDir) {
|
16388
16448
|
const prismaClientDir = await findPrismaClientDir(baseDir);
|
16389
16449
|
debug3("baseDir", baseDir);
|
@@ -16416,7 +16476,7 @@ async function getPackageCmd(cwd2, cmd, ...args) {
|
|
16416
16476
|
}
|
16417
16477
|
|
16418
16478
|
// ../client-generator-js/src/generator.ts
|
16419
|
-
var debug4 =
|
16479
|
+
var debug4 = Debug("prisma:client:generator");
|
16420
16480
|
var MISSING_CUSTOM_OUTPUT_PATH_WARNING = `${yellow("Warning:")} You did not specify an output path for your \`generator\` in schema.prisma. This behavior is deprecated and will no longer be supported in Prisma 7.0.0. To learn more visit https://pris.ly/cli/output-path`;
|
16421
16481
|
var PrismaClientJsGenerator = class {
|
16422
16482
|
name = "prisma-client-js";
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@prisma/client",
|
3
|
-
"version": "6.6.0-integration-feat-
|
3
|
+
"version": "6.6.0-integration-feat-orm-764-driver-adapter-merge-pg-and-pg-worker-for-provider.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",
|
@@ -221,7 +221,6 @@
|
|
221
221
|
"@prisma/adapter-libsql": "workspace:*",
|
222
222
|
"@prisma/adapter-neon": "workspace:*",
|
223
223
|
"@prisma/adapter-pg": "workspace:*",
|
224
|
-
"@prisma/adapter-pg-worker": "workspace:*",
|
225
224
|
"@prisma/adapter-planetscale": "workspace:*",
|
226
225
|
"@prisma/client-common": "workspace:*",
|
227
226
|
"@prisma/client-engine-runtime": "workspace:*",
|
@@ -232,7 +231,7 @@
|
|
232
231
|
"@prisma/dmmf": "workspace:*",
|
233
232
|
"@prisma/driver-adapter-utils": "workspace:*",
|
234
233
|
"@prisma/engines": "workspace:*",
|
235
|
-
"@prisma/engines-version": "6.6.0-
|
234
|
+
"@prisma/engines-version": "6.6.0-46.dc2c1279f201ab67d96815a69b3a831a2f89c207",
|
236
235
|
"@prisma/fetch-engine": "workspace:*",
|
237
236
|
"@prisma/generator": "workspace:*",
|
238
237
|
"@prisma/generator-helper": "workspace:*",
|
@@ -241,9 +240,8 @@
|
|
241
240
|
"@prisma/internals": "workspace:*",
|
242
241
|
"@prisma/migrate": "workspace:*",
|
243
242
|
"@prisma/mini-proxy": "0.9.5",
|
244
|
-
"@prisma/
|
245
|
-
"@prisma/query-
|
246
|
-
"@prisma/query-engine-wasm": "6.6.0-45.fbda4d61f6cc9c7361b803e72f3a0ffeb87db447",
|
243
|
+
"@prisma/query-compiler-wasm": "6.6.0-46.dc2c1279f201ab67d96815a69b3a831a2f89c207",
|
244
|
+
"@prisma/query-engine-wasm": "6.6.0-46.dc2c1279f201ab67d96815a69b3a831a2f89c207",
|
247
245
|
"@prisma/ts-builders": "workspace:*",
|
248
246
|
"@snaplet/copycat": "6.0.0",
|
249
247
|
"@swc-node/register": "1.10.9",
|
@@ -291,6 +289,7 @@
|
|
291
289
|
"stacktrace-parser": "0.1.11",
|
292
290
|
"strip-ansi": "6.0.1",
|
293
291
|
"strip-indent": "4.0.0",
|
292
|
+
"tempy": "3.0.0",
|
294
293
|
"ts-node": "10.9.2",
|
295
294
|
"ts-pattern": "5.6.2",
|
296
295
|
"tsd": "0.31.2",
|