@prisma/internals 7.1.0-dev.12 → 7.1.0-dev.14
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-LB3PNK5B.js → chunk-5KSMWFZT.js} +5 -5
- package/dist/{chunk-BFMXAXQL.js → chunk-7K4KWT33.js} +8 -8
- package/dist/{chunk-67VG7D7O.js → chunk-EDGDOWGI.js} +5 -5
- package/dist/{chunk-OBHK22KG.js → chunk-F6CF2CB2.js} +8 -8
- package/dist/{chunk-LL24Q4LG.js → chunk-FRJVRJEK.js} +6 -6
- package/dist/{chunk-MIU2S7JN.js → chunk-I7PIPN57.js} +5 -5
- package/dist/{chunk-OJNWNV3P.js → chunk-IVTFGQEJ.js} +5 -5
- package/dist/{chunk-A2USANLU.js → chunk-KQPV6YRU.js} +15 -15
- package/dist/{chunk-HPNH7TNS.js → chunk-N47DKXZZ.js} +8 -8
- package/dist/{chunk-BENPILNZ.js → chunk-O3JM6CXM.js} +8 -8
- package/dist/{chunk-MWQ2Y7KM.js → chunk-O6GA4BQQ.js} +7 -7
- package/dist/{chunk-S26FTO4G.js → chunk-P37VWUYA.js} +5 -5
- package/dist/{chunk-Y4HP7ICO.js → chunk-R7ORO3HX.js} +8 -8
- package/dist/{chunk-EB6CGHAG.js → chunk-RW47MB6Y.js} +7 -7
- package/dist/{chunk-QXSCGG3B.js → chunk-UTVH2X2V.js} +5 -5
- package/dist/{chunk-6QBIOHAP.js → chunk-UVMIJH7U.js} +5 -5
- package/dist/{chunk-7B7ZLC2P.js → chunk-VPC5VU6U.js} +15 -15
- package/dist/{chunk-7NPQTQYQ.js → chunk-VYIOOF6D.js} +5 -5
- package/dist/{chunk-CBTS5VDU.js → chunk-ZY2TT2SE.js} +5 -5
- package/dist/{chunk-BA7KCMEJ.js → chunk-ZZURU76J.js} +8 -8
- package/dist/cli/checkUnsupportedDataProxy.js +12 -12
- package/dist/cli/schemaContext.js +13 -13
- package/dist/engine-commands/errorHelpers.js +4 -4
- package/dist/engine-commands/formatSchema.js +11 -11
- package/dist/engine-commands/getConfig.js +7 -7
- package/dist/engine-commands/getDmmf.js +7 -7
- package/dist/engine-commands/index.js +18 -18
- 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 +14 -14
- package/dist/index.js +27 -27
- package/dist/utils/getVersionFromPackageJson.js +3 -3
- package/dist/wasm.js +5 -5
- package/package.json +13 -13
package/dist/index.js
CHANGED
|
@@ -34,7 +34,7 @@ __export(index_exports, {
|
|
|
34
34
|
callOnceOnSuccess: () => import_chunk_NIWBAJZV.callOnceOnSuccess,
|
|
35
35
|
canConnectToDatabase: () => import_chunk_TRAG7WPX.canConnectToDatabase,
|
|
36
36
|
canPrompt: () => import_chunk_FCYHZHVW.canPrompt,
|
|
37
|
-
checkUnsupportedDataProxy: () =>
|
|
37
|
+
checkUnsupportedDataProxy: () => import_chunk_KQPV6YRU.checkUnsupportedDataProxy,
|
|
38
38
|
chmodPlusX: () => import_chunk_TWSLDIFL.chmodPlusX,
|
|
39
39
|
createDatabase: () => import_chunk_TRAG7WPX.createDatabase,
|
|
40
40
|
credentialsToUri: () => import_chunk_LYFOJ5NK.credentialsToUri,
|
|
@@ -45,30 +45,30 @@ __export(index_exports, {
|
|
|
45
45
|
extractSchemaContent: () => import_chunk_PFYALFCY.extractSchemaContent,
|
|
46
46
|
fixBinaryTargets: () => import_chunk_X77CS5RK.fixBinaryTargets,
|
|
47
47
|
format: () => import_chunk_D4VZUY3O.format,
|
|
48
|
-
formatSchema: () =>
|
|
48
|
+
formatSchema: () => import_chunk_KQPV6YRU.formatSchema,
|
|
49
49
|
formatTable: () => import_chunk_QN6PSQY7.formatTable,
|
|
50
50
|
formatms: () => import_chunk_XYCIH36R.formatms,
|
|
51
51
|
fsFunctional: () => import_chunk_Q5XW7CMJ.fs_functional_exports,
|
|
52
52
|
fsUtils: () => import_chunk_5BRXEOYH.fs_utils_exports,
|
|
53
|
-
getBinaryTargetForCurrentPlatform: () =>
|
|
53
|
+
getBinaryTargetForCurrentPlatform: () => import_chunk_KQPV6YRU.getBinaryTargetForCurrentPlatform,
|
|
54
54
|
getCLIPathHash: () => import_chunk_GL7OANR6.getCLIPathHash,
|
|
55
55
|
getCommandWithExecutor: () => import_chunk_CUD726EK.getCommandWithExecutor,
|
|
56
|
-
getConfig: () =>
|
|
57
|
-
getDMMF: () =>
|
|
56
|
+
getConfig: () => import_chunk_F6CF2CB2.getConfig,
|
|
57
|
+
getDMMF: () => import_chunk_N47DKXZZ.getDMMF,
|
|
58
58
|
getEngineVersion: () => import_chunk_MNP6VO5F.getEngineVersion,
|
|
59
59
|
getEnginesInfo: () => import_chunk_V6DWK6TN.getEnginesInfo,
|
|
60
|
-
getGenerator: () =>
|
|
60
|
+
getGenerator: () => import_chunk_KQPV6YRU.getGenerator,
|
|
61
61
|
getGeneratorSuccessMessage: () => import_chunk_ARC7TW3L.getGeneratorSuccessMessage,
|
|
62
|
-
getGenerators: () =>
|
|
63
|
-
getLintWarningsAsText: () =>
|
|
62
|
+
getGenerators: () => import_chunk_KQPV6YRU.getGenerators,
|
|
63
|
+
getLintWarningsAsText: () => import_chunk_ZY2TT2SE.getLintWarningsAsText,
|
|
64
64
|
getPackedPackage: () => import_chunk_BXIKQUP5.getPackedPackage,
|
|
65
65
|
getProjectHash: () => import_chunk_GL7OANR6.getProjectHash,
|
|
66
|
-
getSchemaDatasourceProvider: () =>
|
|
66
|
+
getSchemaDatasourceProvider: () => import_chunk_KQPV6YRU.getSchemaDatasourceProvider,
|
|
67
67
|
getSchemaWithPath: () => import_chunk_OKVM3CW4.getSchemaWithPath,
|
|
68
68
|
getSchemaWithPathOptional: () => import_chunk_OKVM3CW4.getSchemaWithPathOptional,
|
|
69
69
|
getTypescriptVersion: () => import_chunk_J7ZPY2XA.getTypescriptVersion,
|
|
70
70
|
getWasmError: () => import_chunk_LMVSIVKQ.getWasmError,
|
|
71
|
-
handleLintPanic: () =>
|
|
71
|
+
handleLintPanic: () => import_chunk_ZY2TT2SE.handleLintPanic,
|
|
72
72
|
handlePanic: () => import_chunk_GZLJZGHX.handlePanic,
|
|
73
73
|
hasOwnProperty: () => import_chunk_WV4QHCSM.hasOwnProperty,
|
|
74
74
|
highlightDatamodel: () => import_chunk_VNIE2AZB.highlightDatamodel,
|
|
@@ -89,15 +89,15 @@ __export(index_exports, {
|
|
|
89
89
|
isWasmPanic: () => import_chunk_LMVSIVKQ.isWasmPanic,
|
|
90
90
|
keyBy: () => import_chunk_ZKWDIAVF.keyBy,
|
|
91
91
|
link: () => import_chunk_I6WLABB2.link,
|
|
92
|
-
lintSchema: () =>
|
|
93
|
-
loadSchemaContext: () =>
|
|
92
|
+
lintSchema: () => import_chunk_ZY2TT2SE.lintSchema,
|
|
93
|
+
loadSchemaContext: () => import_chunk_KQPV6YRU.loadSchemaContext,
|
|
94
94
|
logger: () => import_chunk_ZJWZK45Z.logger_exports,
|
|
95
95
|
longestCommonPathPrefix: () => import_chunk_J77ZIDXB.longestCommonPathPrefix,
|
|
96
96
|
mapObjectValues: () => import_chunk_UGR6KLZN.mapObjectValues,
|
|
97
97
|
maxBy: () => import_chunk_CGFNDGGI.maxBy,
|
|
98
98
|
maxWithComparator: () => import_chunk_CGFNDGGI.maxWithComparator,
|
|
99
99
|
maybeInGitHook: () => import_chunk_LRBXMV4B.maybeInGitHook,
|
|
100
|
-
mergeSchemas: () =>
|
|
100
|
+
mergeSchemas: () => import_chunk_O6GA4BQQ.mergeSchemas,
|
|
101
101
|
missingGeneratorMessage: () => import_chunk_K4IC7NPI.missingGeneratorMessage,
|
|
102
102
|
parseAWSNodejsRuntimeEnvVarVersion: () => import_chunk_2SDPW6AX.parseAWSNodejsRuntimeEnvVarVersion,
|
|
103
103
|
parseBinaryTargetsEnvValue: () => import_chunk_IOIAK7V7.parseBinaryTargetsEnvValue,
|
|
@@ -107,7 +107,7 @@ __export(index_exports, {
|
|
|
107
107
|
printConfigWarnings: () => import_chunk_5FJ3MENK.printConfigWarnings,
|
|
108
108
|
printGeneratorConfig: () => import_chunk_LRU47BGE.printGeneratorConfig,
|
|
109
109
|
printSchemaLoadedMessage: () => import_chunk_OKVM3CW4.printSchemaLoadedMessage,
|
|
110
|
-
processSchemaResult: () =>
|
|
110
|
+
processSchemaResult: () => import_chunk_KQPV6YRU.processSchemaResult,
|
|
111
111
|
protocolToConnectorType: () => import_chunk_LYFOJ5NK.protocolToConnectorType,
|
|
112
112
|
relativizePathInPSLError: () => import_chunk_C47SCASR.relativizePathInPSLError,
|
|
113
113
|
resolveBinary: () => import_chunk_FASYSGWP.resolveBinary,
|
|
@@ -119,16 +119,16 @@ __export(index_exports, {
|
|
|
119
119
|
toSchemasWithConfigDir: () => import_chunk_SP2ETLT2.toSchemasWithConfigDir,
|
|
120
120
|
unknownCommand: () => import_chunk_6JE6QGSJ.unknownCommand,
|
|
121
121
|
uriToCredentials: () => import_chunk_LYFOJ5NK.uriToCredentials,
|
|
122
|
-
validate: () =>
|
|
122
|
+
validate: () => import_chunk_ZZURU76J.validate,
|
|
123
123
|
validatePrismaConfigWithDatasource: () => import_chunk_5SAWCTGN.validatePrismaConfigWithDatasource,
|
|
124
124
|
vercelPkgPathRegex: () => import_chunk_M3GBKLGE.vercelPkgPathRegex,
|
|
125
|
-
version: () =>
|
|
125
|
+
version: () => import_chunk_P37VWUYA.version,
|
|
126
126
|
warnOnce: () => import_chunk_DTPFRZWV.warnOnce,
|
|
127
|
-
wasm: () =>
|
|
127
|
+
wasm: () => import_chunk_VYIOOF6D.wasm_exports,
|
|
128
128
|
wasmSchemaEngineLoader: () => import_chunk_SBUSVJCV.wasmSchemaEngineLoader
|
|
129
129
|
});
|
|
130
130
|
module.exports = __toCommonJS(index_exports);
|
|
131
|
-
var
|
|
131
|
+
var import_chunk_KQPV6YRU = require("./chunk-KQPV6YRU.js");
|
|
132
132
|
var import_chunk_X77CS5RK = require("./chunk-X77CS5RK.js");
|
|
133
133
|
var import_chunk_PKOQQT7I = require("./chunk-PKOQQT7I.js");
|
|
134
134
|
var import_chunk_5I4ERIIY = require("./chunk-5I4ERIIY.js");
|
|
@@ -180,22 +180,22 @@ var import_chunk_Y4TOGY6I = require("./chunk-Y4TOGY6I.js");
|
|
|
180
180
|
var import_chunk_IL7PSY44 = require("./chunk-IL7PSY44.js");
|
|
181
181
|
var import_chunk_V6DWK6TN = require("./chunk-V6DWK6TN.js");
|
|
182
182
|
var import_chunk_MNP6VO5F = require("./chunk-MNP6VO5F.js");
|
|
183
|
-
var
|
|
184
|
-
var
|
|
185
|
-
var
|
|
183
|
+
var import_chunk_ZY2TT2SE = require("./chunk-ZY2TT2SE.js");
|
|
184
|
+
var import_chunk_O6GA4BQQ = require("./chunk-O6GA4BQQ.js");
|
|
185
|
+
var import_chunk_ZZURU76J = require("./chunk-ZZURU76J.js");
|
|
186
186
|
var import_chunk_GL7OANR6 = require("./chunk-GL7OANR6.js");
|
|
187
187
|
var import_chunk_D4VZUY3O = require("./chunk-D4VZUY3O.js");
|
|
188
|
-
var
|
|
189
|
-
var
|
|
188
|
+
var import_chunk_F6CF2CB2 = require("./chunk-F6CF2CB2.js");
|
|
189
|
+
var import_chunk_N47DKXZZ = require("./chunk-N47DKXZZ.js");
|
|
190
190
|
var import_chunk_WSZXPLJQ = require("./chunk-WSZXPLJQ.js");
|
|
191
191
|
var import_chunk_R6QH57HZ = require("./chunk-R6QH57HZ.js");
|
|
192
192
|
var import_chunk_C47SCASR = require("./chunk-C47SCASR.js");
|
|
193
|
-
var
|
|
193
|
+
var import_chunk_IVTFGQEJ = require("./chunk-IVTFGQEJ.js");
|
|
194
194
|
var import_chunk_QN6PSQY7 = require("./chunk-QN6PSQY7.js");
|
|
195
|
-
var
|
|
195
|
+
var import_chunk_P37VWUYA = require("./chunk-P37VWUYA.js");
|
|
196
196
|
var import_chunk_DTPFRZWV = require("./chunk-DTPFRZWV.js");
|
|
197
|
-
var
|
|
198
|
-
var
|
|
197
|
+
var import_chunk_VYIOOF6D = require("./chunk-VYIOOF6D.js");
|
|
198
|
+
var import_chunk_FRJVRJEK = require("./chunk-FRJVRJEK.js");
|
|
199
199
|
var import_chunk_6JE6QGSJ = require("./chunk-6JE6QGSJ.js");
|
|
200
200
|
var import_chunk_NBWRGVYR = require("./chunk-NBWRGVYR.js");
|
|
201
201
|
var import_chunk_ARC7TW3L = require("./chunk-ARC7TW3L.js");
|
|
@@ -18,9 +18,9 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
19
|
var getVersionFromPackageJson_exports = {};
|
|
20
20
|
__export(getVersionFromPackageJson_exports, {
|
|
21
|
-
version: () =>
|
|
21
|
+
version: () => import_chunk_P37VWUYA.version
|
|
22
22
|
});
|
|
23
23
|
module.exports = __toCommonJS(getVersionFromPackageJson_exports);
|
|
24
|
-
var
|
|
25
|
-
var
|
|
24
|
+
var import_chunk_P37VWUYA = require("../chunk-P37VWUYA.js");
|
|
25
|
+
var import_chunk_FRJVRJEK = require("../chunk-FRJVRJEK.js");
|
|
26
26
|
var import_chunk_4VNS5WPM = require("../chunk-4VNS5WPM.js");
|
package/dist/wasm.js
CHANGED
|
@@ -18,12 +18,12 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
19
|
var wasm_exports = {};
|
|
20
20
|
__export(wasm_exports, {
|
|
21
|
-
prismaSchemaWasm: () =>
|
|
22
|
-
prismaSchemaWasmVersion: () =>
|
|
23
|
-
schemaEngineWasmVersion: () =>
|
|
21
|
+
prismaSchemaWasm: () => import_chunk_VYIOOF6D.prismaSchemaWasm,
|
|
22
|
+
prismaSchemaWasmVersion: () => import_chunk_VYIOOF6D.prismaSchemaWasmVersion,
|
|
23
|
+
schemaEngineWasmVersion: () => import_chunk_VYIOOF6D.schemaEngineWasmVersion
|
|
24
24
|
});
|
|
25
25
|
module.exports = __toCommonJS(wasm_exports);
|
|
26
|
-
var
|
|
27
|
-
var
|
|
26
|
+
var import_chunk_VYIOOF6D = require("./chunk-VYIOOF6D.js");
|
|
27
|
+
var import_chunk_FRJVRJEK = require("./chunk-FRJVRJEK.js");
|
|
28
28
|
var import_chunk_WXRVYSYN = require("./chunk-WXRVYSYN.js");
|
|
29
29
|
var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/internals",
|
|
3
|
-
"version": "7.1.0-dev.
|
|
3
|
+
"version": "7.1.0-dev.14",
|
|
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",
|
|
@@ -66,20 +66,20 @@
|
|
|
66
66
|
"yarn": "1.22.22"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@prisma/prisma-schema-wasm": "7.1.0-
|
|
70
|
-
"@prisma/schema-engine-wasm": "7.1.0-
|
|
69
|
+
"@prisma/prisma-schema-wasm": "7.1.0-3.d9cee0d5892b6ac19222fb0ef2384cc3d5efd043",
|
|
70
|
+
"@prisma/schema-engine-wasm": "7.1.0-3.d9cee0d5892b6ac19222fb0ef2384cc3d5efd043",
|
|
71
71
|
"arg": "5.0.2",
|
|
72
72
|
"prompts": "2.4.2",
|
|
73
|
-
"@prisma/config": "7.1.0-dev.
|
|
74
|
-
"@prisma/
|
|
75
|
-
"@prisma/
|
|
76
|
-
"@prisma/driver-adapter-utils": "7.1.0-dev.
|
|
77
|
-
"@prisma/engines": "7.1.0-dev.
|
|
78
|
-
"@prisma/
|
|
79
|
-
"@prisma/
|
|
80
|
-
"@prisma/generator-helper": "7.1.0-dev.
|
|
81
|
-
"@prisma/get-platform": "7.1.0-dev.
|
|
82
|
-
"@prisma/schema-files-loader": "7.1.0-dev.
|
|
73
|
+
"@prisma/config": "7.1.0-dev.14",
|
|
74
|
+
"@prisma/debug": "7.1.0-dev.14",
|
|
75
|
+
"@prisma/dmmf": "7.1.0-dev.14",
|
|
76
|
+
"@prisma/driver-adapter-utils": "7.1.0-dev.14",
|
|
77
|
+
"@prisma/engines": "7.1.0-dev.14",
|
|
78
|
+
"@prisma/generator": "7.1.0-dev.14",
|
|
79
|
+
"@prisma/fetch-engine": "7.1.0-dev.14",
|
|
80
|
+
"@prisma/generator-helper": "7.1.0-dev.14",
|
|
81
|
+
"@prisma/get-platform": "7.1.0-dev.14",
|
|
82
|
+
"@prisma/schema-files-loader": "7.1.0-dev.14"
|
|
83
83
|
},
|
|
84
84
|
"peerDependencies": {
|
|
85
85
|
"typescript": ">=5.4.0"
|