@dbml/cli 5.6.0-alpha.1 → 5.6.0-alpha.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/lib/index.js +4 -4
- package/package.json +4 -4
package/lib/index.js
CHANGED
|
@@ -1188,7 +1188,7 @@ async function connectionHandler(program$1) {
|
|
|
1188
1188
|
}
|
|
1189
1189
|
const $schema = "https://json.schemastore.org/package";
|
|
1190
1190
|
const name = "@dbml/cli";
|
|
1191
|
-
const version = "5.6.0-alpha.
|
|
1191
|
+
const version = "5.6.0-alpha.2";
|
|
1192
1192
|
const description = "";
|
|
1193
1193
|
const main = "lib/index.js";
|
|
1194
1194
|
const license = "Apache-2.0";
|
|
@@ -1213,19 +1213,19 @@ const homepage = "https://dbml.dbdiagram.io";
|
|
|
1213
1213
|
const repository = "https://github.com/holistics/dbml/tree/master/packages/dbml-cli";
|
|
1214
1214
|
const keywords = ["dbml", "dbml-cli"];
|
|
1215
1215
|
const dependencies = {
|
|
1216
|
-
"@dbml/connector": "^5.6.0-alpha.
|
|
1216
|
+
"@dbml/connector": "^5.6.0-alpha.2",
|
|
1217
1217
|
"@dbml/core": "^5.6.0-alpha.1",
|
|
1218
1218
|
"bluebird": "^3.5.5",
|
|
1219
1219
|
"chalk": "^2.4.2",
|
|
1220
1220
|
"commander": "^2.20.0",
|
|
1221
1221
|
"esm": "^3.2.25",
|
|
1222
1222
|
"figures": "^3.2.0",
|
|
1223
|
-
"lodash": "^4.17.15",
|
|
1223
|
+
"lodash-es": "^4.17.15",
|
|
1224
1224
|
"pegjs-require-import": "^0.0.2",
|
|
1225
1225
|
"strip-ansi": "^5.2.0",
|
|
1226
1226
|
"winston": "^3.2.1"
|
|
1227
1227
|
};
|
|
1228
|
-
const gitHead = "
|
|
1228
|
+
const gitHead = "1c7351657e2fc9dffcdf96770c79ac8a333f6f76";
|
|
1229
1229
|
const engines = { "node": ">=18" };
|
|
1230
1230
|
var package_default = {
|
|
1231
1231
|
$schema,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package",
|
|
3
3
|
"name": "@dbml/cli",
|
|
4
|
-
"version": "5.6.0-alpha.
|
|
4
|
+
"version": "5.6.0-alpha.2",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -31,19 +31,19 @@
|
|
|
31
31
|
"dbml-cli"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@dbml/connector": "^5.6.0-alpha.
|
|
34
|
+
"@dbml/connector": "^5.6.0-alpha.2",
|
|
35
35
|
"@dbml/core": "^5.6.0-alpha.1",
|
|
36
36
|
"bluebird": "^3.5.5",
|
|
37
37
|
"chalk": "^2.4.2",
|
|
38
38
|
"commander": "^2.20.0",
|
|
39
39
|
"esm": "^3.2.25",
|
|
40
40
|
"figures": "^3.2.0",
|
|
41
|
-
"lodash": "^4.17.15",
|
|
41
|
+
"lodash-es": "^4.17.15",
|
|
42
42
|
"pegjs-require-import": "^0.0.2",
|
|
43
43
|
"strip-ansi": "^5.2.0",
|
|
44
44
|
"winston": "^3.2.1"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "1c7351657e2fc9dffcdf96770c79ac8a333f6f76",
|
|
47
47
|
"engines": {
|
|
48
48
|
"node": ">=18"
|
|
49
49
|
}
|