@dbml/cli 8.2.4 → 8.3.0-alpha.0
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 +5 -5
- package/package.json +5 -5
package/lib/index.js
CHANGED
|
@@ -36,7 +36,7 @@ let __dbml_parse = require("@dbml/parse");
|
|
|
36
36
|
let node_fs = require("node:fs");
|
|
37
37
|
const $schema = "https://json.schemastore.org/package";
|
|
38
38
|
const name = "@dbml/cli";
|
|
39
|
-
const version = "8.
|
|
39
|
+
const version = "8.3.0-alpha.0";
|
|
40
40
|
const description = "";
|
|
41
41
|
const main = "lib/index.js";
|
|
42
42
|
const license = "Apache-2.0";
|
|
@@ -62,9 +62,9 @@ const repository = "https://github.com/holistics/dbml/tree/master/packages/dbml-
|
|
|
62
62
|
const keywords = ["dbml", "dbml-cli"];
|
|
63
63
|
const dependencies = {
|
|
64
64
|
"@babel/cli": "^7.21.0",
|
|
65
|
-
"@dbml/connector": "^8.
|
|
66
|
-
"@dbml/core": "^8.
|
|
67
|
-
"@dbml/parse": "^8.
|
|
65
|
+
"@dbml/connector": "^8.3.0-alpha.0",
|
|
66
|
+
"@dbml/core": "^8.3.0-alpha.0",
|
|
67
|
+
"@dbml/parse": "^8.3.0-alpha.0",
|
|
68
68
|
"bluebird": "^3.5.5",
|
|
69
69
|
"chalk": "^2.4.2",
|
|
70
70
|
"commander": "^2.20.0",
|
|
@@ -75,7 +75,7 @@ const dependencies = {
|
|
|
75
75
|
"strip-ansi": "^5.2.0",
|
|
76
76
|
"winston": "^3.2.1"
|
|
77
77
|
};
|
|
78
|
-
const gitHead = "
|
|
78
|
+
const gitHead = "75cec6fdf26767726449c7c7b370797b8379c4bc";
|
|
79
79
|
const engines = { "node": ">=18" };
|
|
80
80
|
var package_default = {
|
|
81
81
|
$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": "8.
|
|
4
|
+
"version": "8.3.0-alpha.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@babel/cli": "^7.21.0",
|
|
35
|
-
"@dbml/connector": "^8.
|
|
36
|
-
"@dbml/core": "^8.
|
|
37
|
-
"@dbml/parse": "^8.
|
|
35
|
+
"@dbml/connector": "^8.3.0-alpha.0",
|
|
36
|
+
"@dbml/core": "^8.3.0-alpha.0",
|
|
37
|
+
"@dbml/parse": "^8.3.0-alpha.0",
|
|
38
38
|
"bluebird": "^3.5.5",
|
|
39
39
|
"chalk": "^2.4.2",
|
|
40
40
|
"commander": "^2.20.0",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"strip-ansi": "^5.2.0",
|
|
46
46
|
"winston": "^3.2.1"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "75cec6fdf26767726449c7c7b370797b8379c4bc",
|
|
49
49
|
"engines": {
|
|
50
50
|
"node": ">=18"
|
|
51
51
|
}
|