drizzle-kit 0.23.1 → 0.23.2-5be2712
Sign up to get free protection for your applications and to get access to all the features.
- package/{readme.md → README.md} +1 -1
- package/{payload.d.mts → api.d.mts} +518 -518
- package/{payload.d.ts → api.d.ts} +518 -518
- package/{payload.js → api.js} +24530 -25190
- package/{payload.mjs → api.mjs} +24528 -25189
- package/bin.cjs +12252 -12775
- package/index.d.mts +14 -20
- package/index.d.ts +14 -20
- package/package.json +139 -115
- package/utils.js +20 -18
- package/utils.mjs +20 -26
package/utils.mjs
CHANGED
@@ -32,9 +32,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
32
32
|
mod
|
33
33
|
));
|
34
34
|
|
35
|
-
// node_modules/.pnpm/hanji@0.0.5/node_modules/hanji/readline.js
|
35
|
+
// ../node_modules/.pnpm/hanji@0.0.5/node_modules/hanji/readline.js
|
36
36
|
var require_readline = __commonJS({
|
37
|
-
"node_modules/.pnpm/hanji@0.0.5/node_modules/hanji/readline.js"(exports) {
|
37
|
+
"../node_modules/.pnpm/hanji@0.0.5/node_modules/hanji/readline.js"(exports) {
|
38
38
|
"use strict";
|
39
39
|
Object.defineProperty(exports, "__esModule", { value: true });
|
40
40
|
exports.prepareReadLine = void 0;
|
@@ -57,9 +57,9 @@ var require_readline = __commonJS({
|
|
57
57
|
}
|
58
58
|
});
|
59
59
|
|
60
|
-
// node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js
|
60
|
+
// ../node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js
|
61
61
|
var require_src = __commonJS({
|
62
|
-
"node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js"(exports, module) {
|
62
|
+
"../node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js"(exports, module) {
|
63
63
|
"use strict";
|
64
64
|
var ESC = "\x1B";
|
65
65
|
var CSI = `${ESC}[`;
|
@@ -118,9 +118,9 @@ var require_src = __commonJS({
|
|
118
118
|
}
|
119
119
|
});
|
120
120
|
|
121
|
-
// node_modules/.pnpm/hanji@0.0.5/node_modules/hanji/utils.js
|
121
|
+
// ../node_modules/.pnpm/hanji@0.0.5/node_modules/hanji/utils.js
|
122
122
|
var require_utils = __commonJS({
|
123
|
-
"node_modules/.pnpm/hanji@0.0.5/node_modules/hanji/utils.js"(exports) {
|
123
|
+
"../node_modules/.pnpm/hanji@0.0.5/node_modules/hanji/utils.js"(exports) {
|
124
124
|
"use strict";
|
125
125
|
Object.defineProperty(exports, "__esModule", { value: true });
|
126
126
|
exports.clear = void 0;
|
@@ -148,9 +148,9 @@ var require_utils = __commonJS({
|
|
148
148
|
}
|
149
149
|
});
|
150
150
|
|
151
|
-
// node_modules/.pnpm/lodash.throttle@4.1.1/node_modules/lodash.throttle/index.js
|
151
|
+
// ../node_modules/.pnpm/lodash.throttle@4.1.1/node_modules/lodash.throttle/index.js
|
152
152
|
var require_lodash = __commonJS({
|
153
|
-
"node_modules/.pnpm/lodash.throttle@4.1.1/node_modules/lodash.throttle/index.js"(exports, module) {
|
153
|
+
"../node_modules/.pnpm/lodash.throttle@4.1.1/node_modules/lodash.throttle/index.js"(exports, module) {
|
154
154
|
var FUNC_ERROR_TEXT = "Expected a function";
|
155
155
|
var NAN = 0 / 0;
|
156
156
|
var symbolTag = "[object Symbol]";
|
@@ -296,9 +296,9 @@ var require_lodash = __commonJS({
|
|
296
296
|
}
|
297
297
|
});
|
298
298
|
|
299
|
-
// node_modules/.pnpm/hanji@0.0.5/node_modules/hanji/index.js
|
299
|
+
// ../node_modules/.pnpm/hanji@0.0.5/node_modules/hanji/index.js
|
300
300
|
var require_hanji = __commonJS({
|
301
|
-
"node_modules/.pnpm/hanji@0.0.5/node_modules/hanji/index.js"(exports) {
|
301
|
+
"../node_modules/.pnpm/hanji@0.0.5/node_modules/hanji/index.js"(exports) {
|
302
302
|
"use strict";
|
303
303
|
var __awaiter = exports && exports.__awaiter || function(thisArg, _arguments, P, generator) {
|
304
304
|
function adopt(value) {
|
@@ -562,16 +562,7 @@ var require_hanji = __commonJS({
|
|
562
562
|
}
|
563
563
|
});
|
564
564
|
|
565
|
-
//
|
566
|
-
import {
|
567
|
-
existsSync,
|
568
|
-
mkdirSync,
|
569
|
-
readdirSync,
|
570
|
-
readFileSync,
|
571
|
-
writeFileSync
|
572
|
-
} from "fs";
|
573
|
-
|
574
|
-
// node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/vendor/ansi-styles/index.js
|
565
|
+
// ../node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/vendor/ansi-styles/index.js
|
575
566
|
var ANSI_BACKGROUND_OFFSET = 10;
|
576
567
|
var wrapAnsi16 = (offset = 0) => (code) => `\x1B[${code + offset}m`;
|
577
568
|
var wrapAnsi256 = (offset = 0) => (code) => `\x1B[${38 + offset};5;${code}m`;
|
@@ -757,7 +748,7 @@ function assembleStyles() {
|
|
757
748
|
var ansiStyles = assembleStyles();
|
758
749
|
var ansi_styles_default = ansiStyles;
|
759
750
|
|
760
|
-
// node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/vendor/supports-color/index.js
|
751
|
+
// ../node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/vendor/supports-color/index.js
|
761
752
|
import process2 from "node:process";
|
762
753
|
import os from "node:os";
|
763
754
|
import tty from "node:tty";
|
@@ -883,7 +874,7 @@ var supportsColor = {
|
|
883
874
|
};
|
884
875
|
var supports_color_default = supportsColor;
|
885
876
|
|
886
|
-
// node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/utilities.js
|
877
|
+
// ../node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/utilities.js
|
887
878
|
function stringReplaceAll(string, substring, replacer) {
|
888
879
|
let index4 = string.indexOf(substring);
|
889
880
|
if (index4 === -1) {
|
@@ -913,7 +904,7 @@ function stringEncaseCRLFWithFirstIndex(string, prefix, postfix, index4) {
|
|
913
904
|
return returnValue;
|
914
905
|
}
|
915
906
|
|
916
|
-
// node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/index.js
|
907
|
+
// ../node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/index.js
|
917
908
|
var { stdout: stdoutColor, stderr: stderrColor } = supports_color_default;
|
918
909
|
var GENERATOR = Symbol("GENERATOR");
|
919
910
|
var STYLER = Symbol("STYLER");
|
@@ -1060,6 +1051,11 @@ var chalk = createChalk();
|
|
1060
1051
|
var chalkStderr = createChalk({ level: stderrColor ? stderrColor.level : 0 });
|
1061
1052
|
var source_default = chalk;
|
1062
1053
|
|
1054
|
+
// src/utils.ts
|
1055
|
+
import { existsSync, mkdirSync, readdirSync, readFileSync, writeFileSync } from "fs";
|
1056
|
+
import { join } from "path";
|
1057
|
+
import { parse } from "url";
|
1058
|
+
|
1063
1059
|
// src/cli/views.ts
|
1064
1060
|
var import_hanji = __toESM(require_hanji());
|
1065
1061
|
var info = (msg, greyMsg = "") => {
|
@@ -1073,7 +1069,7 @@ function assertUnreachable(x) {
|
|
1073
1069
|
throw new Error("Didn't expect to get here");
|
1074
1070
|
}
|
1075
1071
|
|
1076
|
-
// node_modules/.pnpm/zod@3.23.
|
1072
|
+
// ../node_modules/.pnpm/zod@3.23.7/node_modules/zod/lib/index.mjs
|
1077
1073
|
var util;
|
1078
1074
|
(function(util2) {
|
1079
1075
|
util2.assertEqual = (val) => val;
|
@@ -5533,8 +5529,6 @@ var sqliteSchemaV5 = schemaV52;
|
|
5533
5529
|
var backwardCompatibleSqliteSchema = unionType([sqliteSchemaV5, schema2]);
|
5534
5530
|
|
5535
5531
|
// src/utils.ts
|
5536
|
-
import { join } from "path";
|
5537
|
-
import { parse } from "url";
|
5538
5532
|
var copy = (it) => {
|
5539
5533
|
return JSON.parse(JSON.stringify(it));
|
5540
5534
|
};
|