@prisma/internals 7.1.0-integration-engines-7-1-0-1-fix-broken-links-4f977cbccf35d76bd3516f82bb56758fe51d4e5e.1 → 7.1.0-integration-fix-fix-missing-cockroach-wasm.2
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-4RWH2HEF.js → chunk-67VG7D7O.js} +5 -5
- package/dist/{chunk-MN5UQC6L.js → chunk-6QBIOHAP.js} +5 -5
- package/dist/{chunk-CRELAEBV.js → chunk-A2USANLU.js} +15 -15
- package/dist/{chunk-JVVGBMJ5.js → chunk-BENPILNZ.js} +8 -8
- package/dist/{chunk-7DMXWZ3T.js → chunk-BNU7VLWS.js} +5 -5
- package/dist/{chunk-PUDNZDRQ.js → chunk-D3USTTQA.js} +8 -8
- package/dist/{chunk-FMR74R3P.js → chunk-EHC4ODP6.js} +6 -6
- package/dist/{chunk-XOWMOWME.js → chunk-F337MPOC.js} +5 -5
- package/dist/{chunk-ZKVHO2GU.js → chunk-HPNH7TNS.js} +8 -8
- package/dist/{chunk-QI5XZVNP.js → chunk-JHI5AFLO.js} +15 -15
- package/dist/{chunk-WYO7PPJY.js → chunk-MWQ2Y7KM.js} +7 -7
- package/dist/{chunk-7JQNVFAT.js → chunk-N4D5LHSX.js} +7 -7
- package/dist/{chunk-XTEHCEEA.js → chunk-OJNWNV3P.js} +5 -5
- package/dist/{chunk-QMIAFNLM.js → chunk-QXSCGG3B.js} +5 -5
- package/dist/{chunk-QNSAQZS4.js → chunk-RNNI23IA.js} +8 -8
- package/dist/{chunk-GWVXNNFM.js → chunk-S26FTO4G.js} +5 -5
- package/dist/{chunk-6FZQ4EM4.js → chunk-SYIAPRBK.js} +5 -5
- package/dist/{chunk-YMPEAIJW.js → chunk-UOKMD4DT.js} +5 -5
- package/dist/{chunk-64DD3A5F.js → chunk-V7KWPZT2.js} +8 -8
- package/dist/{chunk-CQ577IIB.js → chunk-Y4HP7ICO.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_JHI5AFLO.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_JHI5AFLO.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_JHI5AFLO.getBinaryTargetForCurrentPlatform,
|
|
54
54
|
getCLIPathHash: () => import_chunk_GL7OANR6.getCLIPathHash,
|
|
55
55
|
getCommandWithExecutor: () => import_chunk_CUD726EK.getCommandWithExecutor,
|
|
56
|
-
getConfig: () =>
|
|
57
|
-
getDMMF: () =>
|
|
56
|
+
getConfig: () => import_chunk_RNNI23IA.getConfig,
|
|
57
|
+
getDMMF: () => import_chunk_V7KWPZT2.getDMMF,
|
|
58
58
|
getEngineVersion: () => import_chunk_MNP6VO5F.getEngineVersion,
|
|
59
59
|
getEnginesInfo: () => import_chunk_V6DWK6TN.getEnginesInfo,
|
|
60
|
-
getGenerator: () =>
|
|
60
|
+
getGenerator: () => import_chunk_JHI5AFLO.getGenerator,
|
|
61
61
|
getGeneratorSuccessMessage: () => import_chunk_ARC7TW3L.getGeneratorSuccessMessage,
|
|
62
|
-
getGenerators: () =>
|
|
63
|
-
getLintWarningsAsText: () =>
|
|
62
|
+
getGenerators: () => import_chunk_JHI5AFLO.getGenerators,
|
|
63
|
+
getLintWarningsAsText: () => import_chunk_BNU7VLWS.getLintWarningsAsText,
|
|
64
64
|
getPackedPackage: () => import_chunk_BXIKQUP5.getPackedPackage,
|
|
65
65
|
getProjectHash: () => import_chunk_GL7OANR6.getProjectHash,
|
|
66
|
-
getSchemaDatasourceProvider: () =>
|
|
66
|
+
getSchemaDatasourceProvider: () => import_chunk_JHI5AFLO.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_BNU7VLWS.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_BNU7VLWS.lintSchema,
|
|
93
|
+
loadSchemaContext: () => import_chunk_JHI5AFLO.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_N4D5LHSX.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_JHI5AFLO.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_D3USTTQA.validate,
|
|
123
123
|
validatePrismaConfigWithDatasource: () => import_chunk_5SAWCTGN.validatePrismaConfigWithDatasource,
|
|
124
124
|
vercelPkgPathRegex: () => import_chunk_M3GBKLGE.vercelPkgPathRegex,
|
|
125
|
-
version: () =>
|
|
125
|
+
version: () => import_chunk_UOKMD4DT.version,
|
|
126
126
|
warnOnce: () => import_chunk_DTPFRZWV.warnOnce,
|
|
127
|
-
wasm: () =>
|
|
127
|
+
wasm: () => import_chunk_F337MPOC.wasm_exports,
|
|
128
128
|
wasmSchemaEngineLoader: () => import_chunk_SBUSVJCV.wasmSchemaEngineLoader
|
|
129
129
|
});
|
|
130
130
|
module.exports = __toCommonJS(index_exports);
|
|
131
|
-
var
|
|
131
|
+
var import_chunk_JHI5AFLO = require("./chunk-JHI5AFLO.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_BNU7VLWS = require("./chunk-BNU7VLWS.js");
|
|
184
|
+
var import_chunk_N4D5LHSX = require("./chunk-N4D5LHSX.js");
|
|
185
|
+
var import_chunk_D3USTTQA = require("./chunk-D3USTTQA.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_RNNI23IA = require("./chunk-RNNI23IA.js");
|
|
189
|
+
var import_chunk_V7KWPZT2 = require("./chunk-V7KWPZT2.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_SYIAPRBK = require("./chunk-SYIAPRBK.js");
|
|
194
194
|
var import_chunk_QN6PSQY7 = require("./chunk-QN6PSQY7.js");
|
|
195
|
-
var
|
|
195
|
+
var import_chunk_UOKMD4DT = require("./chunk-UOKMD4DT.js");
|
|
196
196
|
var import_chunk_DTPFRZWV = require("./chunk-DTPFRZWV.js");
|
|
197
|
-
var
|
|
198
|
-
var
|
|
197
|
+
var import_chunk_F337MPOC = require("./chunk-F337MPOC.js");
|
|
198
|
+
var import_chunk_EHC4ODP6 = require("./chunk-EHC4ODP6.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_UOKMD4DT.version
|
|
22
22
|
});
|
|
23
23
|
module.exports = __toCommonJS(getVersionFromPackageJson_exports);
|
|
24
|
-
var
|
|
25
|
-
var
|
|
24
|
+
var import_chunk_UOKMD4DT = require("../chunk-UOKMD4DT.js");
|
|
25
|
+
var import_chunk_EHC4ODP6 = require("../chunk-EHC4ODP6.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_F337MPOC.prismaSchemaWasm,
|
|
22
|
+
prismaSchemaWasmVersion: () => import_chunk_F337MPOC.prismaSchemaWasmVersion,
|
|
23
|
+
schemaEngineWasmVersion: () => import_chunk_F337MPOC.schemaEngineWasmVersion
|
|
24
24
|
});
|
|
25
25
|
module.exports = __toCommonJS(wasm_exports);
|
|
26
|
-
var
|
|
27
|
-
var
|
|
26
|
+
var import_chunk_F337MPOC = require("./chunk-F337MPOC.js");
|
|
27
|
+
var import_chunk_EHC4ODP6 = require("./chunk-EHC4ODP6.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-integration-
|
|
3
|
+
"version": "7.1.0-integration-fix-fix-missing-cockroach-wasm.2",
|
|
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-2.f09f2815f091dbba658cdcd2264306d88bb5bda6",
|
|
70
|
+
"@prisma/schema-engine-wasm": "7.1.0-2.f09f2815f091dbba658cdcd2264306d88bb5bda6",
|
|
71
71
|
"arg": "5.0.2",
|
|
72
72
|
"prompts": "2.4.2",
|
|
73
|
-
"@prisma/config": "7.1.0-integration-
|
|
74
|
-
"@prisma/
|
|
75
|
-
"@prisma/
|
|
76
|
-
"@prisma/driver-adapter-utils": "7.1.0-integration-
|
|
77
|
-
"@prisma/
|
|
78
|
-
"@prisma/
|
|
79
|
-
"@prisma/generator": "7.1.0-integration-
|
|
80
|
-
"@prisma/generator-helper": "7.1.0-integration-
|
|
81
|
-
"@prisma/get-platform": "7.1.0-integration-
|
|
82
|
-
"@prisma/schema-files-loader": "7.1.0-integration-
|
|
73
|
+
"@prisma/config": "7.1.0-integration-fix-fix-missing-cockroach-wasm.2",
|
|
74
|
+
"@prisma/dmmf": "7.1.0-integration-fix-fix-missing-cockroach-wasm.2",
|
|
75
|
+
"@prisma/debug": "7.1.0-integration-fix-fix-missing-cockroach-wasm.2",
|
|
76
|
+
"@prisma/driver-adapter-utils": "7.1.0-integration-fix-fix-missing-cockroach-wasm.2",
|
|
77
|
+
"@prisma/engines": "7.1.0-integration-fix-fix-missing-cockroach-wasm.2",
|
|
78
|
+
"@prisma/fetch-engine": "7.1.0-integration-fix-fix-missing-cockroach-wasm.2",
|
|
79
|
+
"@prisma/generator": "7.1.0-integration-fix-fix-missing-cockroach-wasm.2",
|
|
80
|
+
"@prisma/generator-helper": "7.1.0-integration-fix-fix-missing-cockroach-wasm.2",
|
|
81
|
+
"@prisma/get-platform": "7.1.0-integration-fix-fix-missing-cockroach-wasm.2",
|
|
82
|
+
"@prisma/schema-files-loader": "7.1.0-integration-fix-fix-missing-cockroach-wasm.2"
|
|
83
83
|
},
|
|
84
84
|
"peerDependencies": {
|
|
85
85
|
"typescript": ">=5.4.0"
|