@dbml/cli 6.3.0-alpha.2 → 6.3.0-alpha.4

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.
Files changed (2) hide show
  1. package/lib/index.js +3 -3
  2. package/package.json +3 -3
package/lib/index.js CHANGED
@@ -1191,7 +1191,7 @@ async function connectionHandler(program$1) {
1191
1191
  }
1192
1192
  const $schema = "https://json.schemastore.org/package";
1193
1193
  const name = "@dbml/cli";
1194
- const version = "6.3.0-alpha.2";
1194
+ const version = "6.3.0-alpha.4";
1195
1195
  const description = "";
1196
1196
  const main = "lib/index.js";
1197
1197
  const license = "Apache-2.0";
@@ -1218,7 +1218,7 @@ const keywords = ["dbml", "dbml-cli"];
1218
1218
  const dependencies = {
1219
1219
  "@babel/cli": "^7.21.0",
1220
1220
  "@dbml/connector": "^6.3.0-alpha.1",
1221
- "@dbml/core": "^6.3.0-alpha.2",
1221
+ "@dbml/core": "^6.3.0-alpha.4",
1222
1222
  "bluebird": "^3.5.5",
1223
1223
  "chalk": "^2.4.2",
1224
1224
  "commander": "^2.20.0",
@@ -1229,7 +1229,7 @@ const dependencies = {
1229
1229
  "strip-ansi": "^5.2.0",
1230
1230
  "winston": "^3.2.1"
1231
1231
  };
1232
- const gitHead = "1832504ff8fbbb9d54cdfe9ddc24cdaf34dd9c2b";
1232
+ const gitHead = "1805721f502f52707ea7641b28f4dfe37570c7ba";
1233
1233
  const engines = { "node": ">=18" };
1234
1234
  var package_default = {
1235
1235
  $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": "6.3.0-alpha.2",
4
+ "version": "6.3.0-alpha.4",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
7
7
  "license": "Apache-2.0",
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@babel/cli": "^7.21.0",
35
35
  "@dbml/connector": "^6.3.0-alpha.1",
36
- "@dbml/core": "^6.3.0-alpha.2",
36
+ "@dbml/core": "^6.3.0-alpha.4",
37
37
  "bluebird": "^3.5.5",
38
38
  "chalk": "^2.4.2",
39
39
  "commander": "^2.20.0",
@@ -44,7 +44,7 @@
44
44
  "strip-ansi": "^5.2.0",
45
45
  "winston": "^3.2.1"
46
46
  },
47
- "gitHead": "1832504ff8fbbb9d54cdfe9ddc24cdaf34dd9c2b",
47
+ "gitHead": "1805721f502f52707ea7641b28f4dfe37570c7ba",
48
48
  "engines": {
49
49
  "node": ">=18"
50
50
  }