@prisma/internals 6.14.0-dev.14 → 6.14.0-dev.16
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/dist/{chunk-XLPPGCBH.js → chunk-46ABODUM.js} +11 -8
- package/dist/{chunk-337LZY7U.js → chunk-5DLCFRTF.js} +5 -5
- package/dist/{chunk-N24DSOPZ.js → chunk-7T6R2YVY.js} +4 -4
- package/dist/{chunk-LI2A3BW3.js → chunk-DZSGRUQJ.js} +7 -7
- package/dist/{chunk-I27JP56G.js → chunk-EDHK5R2T.js} +5 -5
- package/dist/{chunk-FDI2BEDC.js → chunk-EEZWHBHX.js} +8 -8
- package/dist/{chunk-GS5UUU42.js → chunk-ESESQTFV.js} +8 -8
- package/dist/{chunk-MRENNWHK.js → chunk-G4OV2A6D.js} +5 -5
- package/dist/{chunk-7TS7M7LV.js → chunk-GDD4XYP3.js} +5 -5
- package/dist/{chunk-CILEY36B.js → chunk-HCIV233Z.js} +549 -5193
- package/dist/{chunk-NJVKNONZ.js → chunk-IFELVNSB.js} +7 -7
- package/dist/{chunk-6VALOSQ2.js → chunk-J4TZDGBA.js} +5 -5
- package/dist/{chunk-RQXA7OCY.js → chunk-JSL3QATZ.js} +8 -8
- package/dist/{chunk-APQB52CD.js → chunk-K3IQGR44.js} +5 -5
- package/dist/{chunk-LYHAMXKD.js → chunk-N45LELZP.js} +21 -21
- package/dist/{chunk-NEBZ3DZA.js → chunk-NPG6YLA2.js} +21 -21
- package/dist/{chunk-WDTSLQEN.js → chunk-OHG534H7.js} +5 -5
- package/dist/{chunk-VXUA6PHH.js → chunk-PZMRR772.js} +5 -5
- package/dist/{chunk-UZTXEBTM.js → chunk-RBDYOTWB.js} +10 -6
- package/dist/{chunk-I4RR74AC.js → chunk-S3RSAQ7C.js} +8 -8
- package/dist/{chunk-VW2MSTIC.js → chunk-SOW7ADAU.js} +5 -5
- package/dist/{chunk-DUMI3WWW.js → chunk-TJYRL37S.js} +5 -5
- package/dist/{chunk-67I7CEQJ.js → chunk-UMM35VP5.js} +3 -4
- package/dist/{chunk-HOKE4PNO.js → chunk-VLPPJSQ3.js} +8 -8
- package/dist/{chunk-54FPKE23.js → chunk-WUJ3453Z.js} +8 -8
- package/dist/cli/checkUnsupportedDataProxy.js +17 -19
- package/dist/cli/checkUnsupportedSchemaEngineWasm.js +17 -19
- package/dist/cli/schemaContext.js +17 -19
- package/dist/engine-commands/errorHelpers.js +4 -4
- package/dist/engine-commands/formatSchema.js +16 -18
- package/dist/engine-commands/getConfig.js +10 -10
- package/dist/engine-commands/getDmmf.js +7 -7
- package/dist/engine-commands/index.js +25 -27
- package/dist/engine-commands/lintSchema.js +8 -8
- package/dist/engine-commands/mergeSchemas.js +7 -7
- package/dist/engine-commands/validate.js +7 -7
- package/dist/get-generators/getGenerators.js +19 -21
- package/dist/getPackedPackage.js +3 -5
- package/dist/index.js +41 -43
- package/dist/resolvePkg.js +2 -2
- package/dist/utils/getEnvPaths.js +2 -3
- package/dist/utils/getVersionFromPackageJson.js +3 -3
- package/dist/utils/isValidJsIdentifier.js +2 -3
- package/dist/utils/loadEnvFile.js +3 -4
- package/dist/wasm.js +5 -5
- package/package.json +12 -12
- package/dist/chunk-JYMY3OAI.js +0 -29
- package/dist/chunk-LWJT6EL5.js +0 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/internals",
|
|
3
|
-
"version": "6.14.0-dev.
|
|
3
|
+
"version": "6.14.0-dev.16",
|
|
4
4
|
"description": "This package is intended for Prisma's internal use",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"checkpoint-client": "1.1.33",
|
|
34
34
|
"cli-truncate": "4.0.0",
|
|
35
35
|
"dotenv": "16.5.0",
|
|
36
|
+
"empathic": "2.0.0",
|
|
36
37
|
"esbuild": "0.25.5",
|
|
37
38
|
"escape-string-regexp": "5.0.0",
|
|
38
39
|
"execa": "5.1.1",
|
|
@@ -56,7 +57,6 @@
|
|
|
56
57
|
"npm-packlist": "5.1.3",
|
|
57
58
|
"open": "7.4.2",
|
|
58
59
|
"p-map": "4.0.0",
|
|
59
|
-
"read-package-up": "11.0.0",
|
|
60
60
|
"resolve": "1.22.10",
|
|
61
61
|
"string-width": "7.2.0",
|
|
62
62
|
"strip-ansi": "6.0.1",
|
|
@@ -76,16 +76,16 @@
|
|
|
76
76
|
"@prisma/schema-engine-wasm": "6.14.0-4.1c4c6a033ef7e7815b76142f9502e03b0d83e1a1",
|
|
77
77
|
"arg": "5.0.2",
|
|
78
78
|
"prompts": "2.4.2",
|
|
79
|
-
"@prisma/config": "6.14.0-dev.
|
|
80
|
-
"@prisma/debug": "6.14.0-dev.
|
|
81
|
-
"@prisma/dmmf": "6.14.0-dev.
|
|
82
|
-
"@prisma/
|
|
83
|
-
"@prisma/fetch-engine": "6.14.0-dev.
|
|
84
|
-
"@prisma/
|
|
85
|
-
"@prisma/
|
|
86
|
-
"@prisma/generator-helper": "6.14.0-dev.
|
|
87
|
-
"@prisma/
|
|
88
|
-
"@prisma/
|
|
79
|
+
"@prisma/config": "6.14.0-dev.16",
|
|
80
|
+
"@prisma/debug": "6.14.0-dev.16",
|
|
81
|
+
"@prisma/dmmf": "6.14.0-dev.16",
|
|
82
|
+
"@prisma/driver-adapter-utils": "6.14.0-dev.16",
|
|
83
|
+
"@prisma/fetch-engine": "6.14.0-dev.16",
|
|
84
|
+
"@prisma/generator": "6.14.0-dev.16",
|
|
85
|
+
"@prisma/engines": "6.14.0-dev.16",
|
|
86
|
+
"@prisma/generator-helper": "6.14.0-dev.16",
|
|
87
|
+
"@prisma/schema-files-loader": "6.14.0-dev.16",
|
|
88
|
+
"@prisma/get-platform": "6.14.0-dev.16"
|
|
89
89
|
},
|
|
90
90
|
"peerDependencies": {
|
|
91
91
|
"typescript": ">=5.1.0"
|
package/dist/chunk-JYMY3OAI.js
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var chunk_JYMY3OAI_exports = {};
|
|
20
|
-
__export(chunk_JYMY3OAI_exports, {
|
|
21
|
-
isValidJsIdentifier: () => isValidJsIdentifier
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(chunk_JYMY3OAI_exports);
|
|
24
|
-
var import_chunk_UZTXEBTM = require("./chunk-UZTXEBTM.js");
|
|
25
|
-
var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
|
|
26
|
-
var import_helper_validator_identifier = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_UZTXEBTM.require_lib)());
|
|
27
|
-
function isValidJsIdentifier(str) {
|
|
28
|
-
return (0, import_helper_validator_identifier.isIdentifierName)(str);
|
|
29
|
-
}
|
package/dist/chunk-LWJT6EL5.js
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var chunk_LWJT6EL5_exports = {};
|
|
20
|
-
__export(chunk_LWJT6EL5_exports, {
|
|
21
|
-
toPath: () => toPath
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(chunk_LWJT6EL5_exports);
|
|
24
|
-
var import_node_url = require("node:url");
|
|
25
|
-
function toPath(urlOrPath) {
|
|
26
|
-
return urlOrPath instanceof URL ? (0, import_node_url.fileURLToPath)(urlOrPath) : urlOrPath;
|
|
27
|
-
}
|