@prisma/internals 7.5.0-dev.5 → 7.5.0-dev.51
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-KFBTC6Z3.js → chunk-23CMYKWL.js} +6 -13
- package/dist/chunk-3TFDMTMW.js +15514 -0
- package/dist/{chunk-MQCKKDYI.js → chunk-5BILSB5A.js} +8 -8
- package/dist/{chunk-7M7YF5R5.js → chunk-6YLZXNMI.js} +8 -8
- package/dist/{chunk-Y5BEIFWB.js → chunk-CJGCTWON.js} +7 -7
- package/dist/{chunk-NW5RSTCY.js → chunk-E76762TJ.js} +8 -8
- package/dist/{chunk-MHMXBEDP.js → chunk-EDMQEZXP.js} +8 -8
- package/dist/{chunk-4LJJXSNG.js → chunk-EONFSFBN.js} +5 -5
- package/dist/{chunk-BQSKA543.js → chunk-F22QIJ34.js} +15 -15
- package/dist/{chunk-R6JEV543.js → chunk-HPSZAMTA.js} +5 -5
- package/dist/{chunk-BEW6XKKG.js → chunk-HXMDA5QL.js} +5 -5
- package/dist/{chunk-SBDP6A4I.js → chunk-J3YFCYJF.js} +8 -8
- package/dist/{chunk-3PPQIWX7.js → chunk-KMNENAGE.js} +5 -5
- package/dist/{chunk-M3AHTXVS.js → chunk-MPSOXFT3.js} +5 -5
- package/dist/{chunk-7V4QEA2M.js → chunk-PHSZERBB.js} +5 -5
- package/dist/{chunk-ICYNKGNX.js → chunk-QQ2IYHEU.js} +15 -15
- package/dist/{chunk-SYXNPOAC.js → chunk-SCBIQ3R5.js} +7 -14
- package/dist/{chunk-6JRMCUYN.js → chunk-UD7M2DVT.js} +5 -5
- package/dist/{chunk-FTUIGG2R.js → chunk-WQZ5YH6L.js} +5 -5
- package/dist/{chunk-67NSX2SA.js → chunk-WS75TKHZ.js} +8 -8
- package/dist/{chunk-ILP4KHUL.js → chunk-YOT64SO3.js} +7 -7
- 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.d.ts +1 -1
- package/dist/get-generators/getGenerators.js +14 -14
- package/dist/index.js +27 -27
- package/dist/magic-string.es-B2CP4FDB.js +1324 -0
- package/dist/utils/__tests__/isCi.test.js +16 -15
- package/dist/utils/__tests__/isInteractive.test.js +14 -13
- package/dist/utils/callOnce.test.js +17 -16
- package/dist/utils/getVersionFromPackageJson.js +3 -3
- package/dist/utils/max.test.js +11 -10
- package/dist/utils/path.test.js +30 -29
- package/dist/utils/prismaPostgres.test.js +23 -22
- package/dist/wasm.js +5 -5
- package/package.json +14 -21
|
@@ -16,11 +16,11 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
return to;
|
|
17
17
|
};
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var
|
|
20
|
-
__export(
|
|
19
|
+
var chunk_23CMYKWL_exports = {};
|
|
20
|
+
__export(chunk_23CMYKWL_exports, {
|
|
21
21
|
require_package: () => require_package
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
23
|
+
module.exports = __toCommonJS(chunk_23CMYKWL_exports);
|
|
24
24
|
var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
|
|
25
25
|
var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
26
26
|
"package.json"(exports, module2) {
|
|
@@ -42,7 +42,7 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
|
42
42
|
scripts: {
|
|
43
43
|
dev: "DEV=true tsx helpers/build.ts",
|
|
44
44
|
build: "tsx helpers/build.ts",
|
|
45
|
-
test: "dotenv -e ../../.db.env --
|
|
45
|
+
test: "dotenv -e ../../.db.env -- vitest run --silent",
|
|
46
46
|
prepublishOnly: "pnpm run build"
|
|
47
47
|
},
|
|
48
48
|
files: [
|
|
@@ -54,19 +54,14 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
|
54
54
|
devDependencies: {
|
|
55
55
|
"@babel/helper-validator-identifier": "7.25.9",
|
|
56
56
|
"@opentelemetry/api": "1.9.0",
|
|
57
|
-
"@swc/core": "1.11.5",
|
|
58
|
-
"@swc/jest": "0.2.37",
|
|
59
57
|
"@types/babel__helper-validator-identifier": "7.15.2",
|
|
60
|
-
"@types/jest": "29.5.14",
|
|
61
58
|
"@types/node": "~20.19.24",
|
|
62
59
|
"@types/resolve": "1.20.6",
|
|
63
|
-
archiver: "6.0.2",
|
|
64
60
|
"checkpoint-client": "1.1.33",
|
|
65
61
|
"cli-truncate": "4.0.0",
|
|
66
62
|
empathic: "2.0.0",
|
|
67
63
|
"escape-string-regexp": "5.0.0",
|
|
68
64
|
execa: "8.0.1",
|
|
69
|
-
"fast-glob": "3.3.3",
|
|
70
65
|
"find-up": "7.0.0",
|
|
71
66
|
"fp-ts": "2.16.9",
|
|
72
67
|
"fs-extra": "11.3.0",
|
|
@@ -76,8 +71,6 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
|
76
71
|
"indent-string": "4.0.0",
|
|
77
72
|
"is-windows": "1.0.2",
|
|
78
73
|
"is-wsl": "3.1.0",
|
|
79
|
-
jest: "29.7.0",
|
|
80
|
-
"jest-junit": "16.0.0",
|
|
81
74
|
kleur: "4.1.5",
|
|
82
75
|
"mock-stdin": "1.0.0",
|
|
83
76
|
"new-github-issue-url": "0.2.1",
|
|
@@ -107,8 +100,8 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
|
107
100
|
"@prisma/generator": "workspace:*",
|
|
108
101
|
"@prisma/generator-helper": "workspace:*",
|
|
109
102
|
"@prisma/get-platform": "workspace:*",
|
|
110
|
-
"@prisma/prisma-schema-wasm": "7.5.0-
|
|
111
|
-
"@prisma/schema-engine-wasm": "7.5.0-
|
|
103
|
+
"@prisma/prisma-schema-wasm": "7.5.0-15.280c870be64f457428992c43c1f6d557fab6e29e",
|
|
104
|
+
"@prisma/schema-engine-wasm": "7.5.0-15.280c870be64f457428992c43c1f6d557fab6e29e",
|
|
112
105
|
"@prisma/schema-files-loader": "workspace:*",
|
|
113
106
|
arg: "5.0.2",
|
|
114
107
|
prompts: "2.4.2"
|