@dbml/cli 6.3.0-alpha.6 → 6.3.0-alpha.7

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 (28) hide show
  1. package/__tests__/db2dbml/mssql/dbml-error.log +33 -0
  2. package/__tests__/db2dbml/mysql/dbml-error.log +9 -0
  3. package/__tests__/db2dbml/oracle/dbml-error.log +42 -0
  4. package/__tests__/db2dbml/postgres/dbml-error.log +21 -0
  5. package/__tests__/dbml2sql/filename --mysql --out-file/out-files/schema.sql +1 -1
  6. package/__tests__/dbml2sql/filename --oracle --out-file/out-files/schema.sql +1 -1
  7. package/__tests__/dbml2sql/filename --out-file/out-files/schema.sql +1 -1
  8. package/__tests__/dbml2sql/filename --postgres --out-file/out-files/schema.sql +1 -1
  9. package/__tests__/dbml2sql/filenames --mysql --out-file/out-files/schema.sql +1 -1
  10. package/__tests__/dbml2sql/filenames --oracle --out-file/out-files/schema.sql +1 -1
  11. package/__tests__/dbml2sql/filenames --out-file/out-files/schema.sql +1 -1
  12. package/__tests__/dbml2sql/filenames --postgres --out-file/out-files/schema.sql +1 -1
  13. package/__tests__/dbml2sql/multiple_schema_mssql/out-files/multiple_schema.out.sql +1 -1
  14. package/__tests__/dbml2sql/multiple_schema_mysql/out-files/multiple_schema.out.sql +1 -1
  15. package/__tests__/dbml2sql/multiple_schema_oracle/out-files/multiple_schema.out.sql +1 -1
  16. package/__tests__/dbml2sql/multiple_schema_pg/out-files/multiple_schema.out.sql +1 -1
  17. package/__tests__/dbml2sql/syntax-error/dbml-error.log +12 -0
  18. package/__tests__/sql2dbml/custom-error-alter-table-column-not-found --oracle/dbml-error.log +12 -0
  19. package/__tests__/sql2dbml/custom-error-alter-table-table-not-found --oracle/dbml-error.log +12 -0
  20. package/__tests__/sql2dbml/custom-error-column-comment-column-not-found --oracle/dbml-error.log +12 -0
  21. package/__tests__/sql2dbml/custom-error-column-comment-table-not-found --oracle/dbml-error.log +12 -0
  22. package/__tests__/sql2dbml/custom-error-create-index-table-not-found --oracle/dbml-error.log +12 -0
  23. package/__tests__/sql2dbml/custom-error-table-comment-table-not-found --oracle/dbml-error.log +12 -0
  24. package/__tests__/sql2dbml/syntax-error/dbml-error.log +9 -0
  25. package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mssql/dbml-error.log +9 -0
  26. package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mysql/dbml-error.log +9 -0
  27. package/lib/index.js +3 -3
  28. package/package.json +3 -3
@@ -111,3 +111,36 @@ ConnectionError: Login failed for user 'SA'.
111
111
  at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
112
112
  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
113
113
 
114
+ 2026-02-12T09:16:22.538Z
115
+ ConnectionError: Failed to connect to localhost:1433 - Could not connect (sequence)
116
+ at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
117
+ at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
118
+ at Object.onceWrapper (node:events:634:26)
119
+ at Connection.emit (node:events:519:28)
120
+ at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
121
+ at Connection.socketError (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:1351:12)
122
+ at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:1144:14
123
+ at process.processTicksAndRejections (node:internal/process/task_queues:85:11)
124
+
125
+ 2026-02-12T09:21:19.949Z
126
+ ConnectionError: Failed to connect to localhost:1433 - Could not connect (sequence)
127
+ at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
128
+ at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
129
+ at Object.onceWrapper (node:events:634:26)
130
+ at Connection.emit (node:events:519:28)
131
+ at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
132
+ at Connection.socketError (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:1351:12)
133
+ at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:1144:14
134
+ at process.processTicksAndRejections (node:internal/process/task_queues:85:11)
135
+
136
+ 2026-02-12T09:26:15.200Z
137
+ ConnectionError: Failed to connect to localhost:1433 - Could not connect (sequence)
138
+ at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
139
+ at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
140
+ at Object.onceWrapper (node:events:634:26)
141
+ at Connection.emit (node:events:519:28)
142
+ at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
143
+ at Connection.socketError (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:1351:12)
144
+ at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:1144:14
145
+ at process.processTicksAndRejections (node:internal/process/task_queues:85:11)
146
+
@@ -121,3 +121,12 @@ Error: Unknown database 'dbml_test'
121
121
  at Object..js (node:internal/modules/cjs/loader:1839:10)
122
122
  at Module.load (node:internal/modules/cjs/loader:1441:32)
123
123
 
124
+ 2026-02-12T09:16:23.763Z
125
+ undefined
126
+
127
+ 2026-02-12T09:21:21.126Z
128
+ undefined
129
+
130
+ 2026-02-12T09:26:16.413Z
131
+ undefined
132
+
@@ -152,3 +152,45 @@ connect ECONNREFUSED 127.0.0.1:1521
152
152
  at async ThinConnectionImpl.connect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/connection.js:859:5)
153
153
  at async getConnection (/home/huydna/projects/dbml/node_modules/oracledb/lib/oracledb.js:791:3)
154
154
 
155
+ 2026-02-12T09:16:24.930Z
156
+ Error: NJS-503: connection to host 127.0.0.1 port 1521 could not be established. (CONNECTION_ID=bSM1z6F7BCZScc6kV5rVjw==)
157
+ connect ECONNREFUSED 127.0.0.1:1521
158
+ at Object.throwErr (/home/huydna/projects/dbml/node_modules/oracledb/lib/errors.js:776:10)
159
+ at NTTCP.ntConnect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/ntTcp.js:206:16)
160
+ at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
161
+ at async NTTCP.connect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/ntTcp.js:222:7)
162
+ at async NetworkSession.transportConnect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:182:5)
163
+ at async NetworkSession.connect2 (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:222:7)
164
+ at async NetworkSession.connect1 (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:336:23)
165
+ at async NetworkSession.connect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:623:5)
166
+ at async ThinConnectionImpl.connect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/connection.js:859:5)
167
+ at async getConnection (/home/huydna/projects/dbml/node_modules/oracledb/lib/oracledb.js:791:3)
168
+
169
+ 2026-02-12T09:21:22.272Z
170
+ Error: NJS-503: connection to host 127.0.0.1 port 1521 could not be established. (CONNECTION_ID=CSm79htIwQXduMyMGHkBEg==)
171
+ connect ECONNREFUSED 127.0.0.1:1521
172
+ at Object.throwErr (/home/huydna/projects/dbml/node_modules/oracledb/lib/errors.js:776:10)
173
+ at NTTCP.ntConnect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/ntTcp.js:206:16)
174
+ at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
175
+ at async NTTCP.connect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/ntTcp.js:222:7)
176
+ at async NetworkSession.transportConnect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:182:5)
177
+ at async NetworkSession.connect2 (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:222:7)
178
+ at async NetworkSession.connect1 (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:336:23)
179
+ at async NetworkSession.connect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:623:5)
180
+ at async ThinConnectionImpl.connect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/connection.js:859:5)
181
+ at async getConnection (/home/huydna/projects/dbml/node_modules/oracledb/lib/oracledb.js:791:3)
182
+
183
+ 2026-02-12T09:26:17.631Z
184
+ Error: NJS-503: connection to host 127.0.0.1 port 1521 could not be established. (CONNECTION_ID=bkwwV6gLAt54pTUknkibcw==)
185
+ connect ECONNREFUSED 127.0.0.1:1521
186
+ at Object.throwErr (/home/huydna/projects/dbml/node_modules/oracledb/lib/errors.js:776:10)
187
+ at NTTCP.ntConnect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/ntTcp.js:206:16)
188
+ at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
189
+ at async NTTCP.connect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/ntTcp.js:222:7)
190
+ at async NetworkSession.transportConnect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:182:5)
191
+ at async NetworkSession.connect2 (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:222:7)
192
+ at async NetworkSession.connect1 (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:336:23)
193
+ at async NetworkSession.connect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:623:5)
194
+ at async ThinConnectionImpl.connect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/connection.js:859:5)
195
+ at async getConnection (/home/huydna/projects/dbml/node_modules/oracledb/lib/oracledb.js:791:3)
196
+
@@ -75,3 +75,24 @@ Error: PostgreSQL connection error: error: role "dbml" does not exist
75
75
  at async ae (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:218:278)
76
76
  at async connectionHandler (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:1179:22)
77
77
 
78
+ 2026-02-12T09:16:26.124Z
79
+ Error: PostgreSQL connection error: error: role "dbml" does not exist
80
+ at D (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:1:1741)
81
+ at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
82
+ at async ae (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:218:278)
83
+ at async connectionHandler (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:1179:22)
84
+
85
+ 2026-02-12T09:21:23.432Z
86
+ Error: PostgreSQL connection error: error: role "dbml" does not exist
87
+ at D (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:1:1741)
88
+ at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
89
+ at async ae (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:218:278)
90
+ at async connectionHandler (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:1179:22)
91
+
92
+ 2026-02-12T09:26:18.820Z
93
+ Error: PostgreSQL connection error: error: role "dbml" does not exist
94
+ at D (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:1:1741)
95
+ at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
96
+ at async ae (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:218:278)
97
+ at async connectionHandler (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:1179:22)
98
+
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: MySQL
3
- -- Generated at: 2026-02-12T08:36:10.357Z
3
+ -- Generated at: 2026-02-12T09:27:01.512Z
4
4
 
5
5
  CREATE TABLE `orders` (
6
6
  `id` int PRIMARY KEY AUTO_INCREMENT,
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: Oracle
3
- -- Generated at: 2026-02-12T08:36:12.703Z
3
+ -- Generated at: 2026-02-12T09:27:03.935Z
4
4
 
5
5
  CREATE TABLE "orders" (
6
6
  "id" int GENERATED AS IDENTITY PRIMARY KEY,
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: PostgreSQL
3
- -- Generated at: 2026-02-12T08:36:14.979Z
3
+ -- Generated at: 2026-02-12T09:27:06.307Z
4
4
 
5
5
  CREATE TYPE "orders_status" AS ENUM (
6
6
  'created',
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: PostgreSQL
3
- -- Generated at: 2026-02-12T08:36:16.154Z
3
+ -- Generated at: 2026-02-12T09:27:07.451Z
4
4
 
5
5
  CREATE TYPE "orders_status" AS ENUM (
6
6
  'created',
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: MySQL
3
- -- Generated at: 2026-02-12T08:36:19.517Z
3
+ -- Generated at: 2026-02-12T09:27:11.007Z
4
4
 
5
5
  CREATE TABLE `staff` (
6
6
  `id` int PRIMARY KEY,
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: Oracle
3
- -- Generated at: 2026-02-12T08:36:21.785Z
3
+ -- Generated at: 2026-02-12T09:27:13.371Z
4
4
 
5
5
  CREATE TABLE "staff" (
6
6
  "id" int PRIMARY KEY,
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: PostgreSQL
3
- -- Generated at: 2026-02-12T08:36:24.151Z
3
+ -- Generated at: 2026-02-12T09:27:15.720Z
4
4
 
5
5
  CREATE TABLE "staff" (
6
6
  "id" int PRIMARY KEY,
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: PostgreSQL
3
- -- Generated at: 2026-02-12T08:36:25.315Z
3
+ -- Generated at: 2026-02-12T09:27:16.898Z
4
4
 
5
5
  CREATE TABLE "staff" (
6
6
  "id" int PRIMARY KEY,
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: SQL Server
3
- -- Generated at: 2026-02-12T08:36:29.111Z
3
+ -- Generated at: 2026-02-12T09:27:20.403Z
4
4
 
5
5
  CREATE SCHEMA [schemaB]
6
6
  GO
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: MySQL
3
- -- Generated at: 2026-02-12T08:36:30.414Z
3
+ -- Generated at: 2026-02-12T09:27:21.584Z
4
4
 
5
5
  CREATE SCHEMA `schemaB`;
6
6
 
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: Oracle
3
- -- Generated at: 2026-02-12T08:36:31.628Z
3
+ -- Generated at: 2026-02-12T09:27:22.777Z
4
4
 
5
5
  CREATE USER "C##test01"
6
6
  NO AUTHENTICATION
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: PostgreSQL
3
- -- Generated at: 2026-02-12T08:36:32.849Z
3
+ -- Generated at: 2026-02-12T09:27:23.941Z
4
4
 
5
5
  CREATE SCHEMA "schemaB";
6
6
 
@@ -31,3 +31,15 @@ undefined
31
31
  2026-02-12T08:36:34.030Z
32
32
  undefined
33
33
 
34
+ 2026-02-12T09:15:38.227Z
35
+ undefined
36
+
37
+ 2026-02-12T09:20:38.050Z
38
+ undefined
39
+
40
+ 2026-02-12T09:25:33.253Z
41
+ undefined
42
+
43
+ 2026-02-12T09:27:25.107Z
44
+ undefined
45
+
@@ -31,3 +31,15 @@ undefined
31
31
  2026-02-12T08:36:35.401Z
32
32
  undefined
33
33
 
34
+ 2026-02-12T09:15:39.906Z
35
+ undefined
36
+
37
+ 2026-02-12T09:20:39.396Z
38
+ undefined
39
+
40
+ 2026-02-12T09:25:34.570Z
41
+ undefined
42
+
43
+ 2026-02-12T09:27:26.458Z
44
+ undefined
45
+
@@ -31,3 +31,15 @@ undefined
31
31
  2026-02-12T08:36:36.764Z
32
32
  undefined
33
33
 
34
+ 2026-02-12T09:15:41.478Z
35
+ undefined
36
+
37
+ 2026-02-12T09:20:40.742Z
38
+ undefined
39
+
40
+ 2026-02-12T09:25:36.176Z
41
+ undefined
42
+
43
+ 2026-02-12T09:27:27.945Z
44
+ undefined
45
+
@@ -31,3 +31,15 @@ undefined
31
31
  2026-02-12T08:36:38.116Z
32
32
  undefined
33
33
 
34
+ 2026-02-12T09:15:42.912Z
35
+ undefined
36
+
37
+ 2026-02-12T09:20:42.114Z
38
+ undefined
39
+
40
+ 2026-02-12T09:25:37.670Z
41
+ undefined
42
+
43
+ 2026-02-12T09:27:29.639Z
44
+ undefined
45
+
@@ -31,3 +31,15 @@ undefined
31
31
  2026-02-12T08:36:39.463Z
32
32
  undefined
33
33
 
34
+ 2026-02-12T09:15:44.415Z
35
+ undefined
36
+
37
+ 2026-02-12T09:20:43.495Z
38
+ undefined
39
+
40
+ 2026-02-12T09:25:39.129Z
41
+ undefined
42
+
43
+ 2026-02-12T09:27:31.322Z
44
+ undefined
45
+
@@ -31,3 +31,15 @@ undefined
31
31
  2026-02-12T08:36:40.814Z
32
32
  undefined
33
33
 
34
+ 2026-02-12T09:15:45.978Z
35
+ undefined
36
+
37
+ 2026-02-12T09:20:44.949Z
38
+ undefined
39
+
40
+ 2026-02-12T09:25:40.537Z
41
+ undefined
42
+
43
+ 2026-02-12T09:27:33.011Z
44
+ undefined
45
+
@@ -31,3 +31,15 @@ undefined
31
31
  2026-02-12T08:36:42.239Z
32
32
  undefined
33
33
 
34
+ 2026-02-12T09:15:47.537Z
35
+ undefined
36
+
37
+ 2026-02-12T09:20:46.392Z
38
+ undefined
39
+
40
+ 2026-02-12T09:25:41.928Z
41
+ undefined
42
+
43
+ 2026-02-12T09:27:34.677Z
44
+ undefined
45
+
@@ -31,3 +31,12 @@ undefined
31
31
  2026-02-12T08:37:12.252Z
32
32
  undefined
33
33
 
34
+ 2026-02-12T09:16:18.429Z
35
+ undefined
36
+
37
+ 2026-02-12T09:21:16.028Z
38
+ undefined
39
+
40
+ 2026-02-12T09:26:11.035Z
41
+ undefined
42
+
@@ -31,3 +31,12 @@ undefined
31
31
  2026-02-12T08:37:13.715Z
32
32
  undefined
33
33
 
34
+ 2026-02-12T09:16:19.938Z
35
+ undefined
36
+
37
+ 2026-02-12T09:21:17.446Z
38
+ undefined
39
+
40
+ 2026-02-12T09:26:12.550Z
41
+ undefined
42
+
@@ -31,3 +31,12 @@ undefined
31
31
  2026-02-12T08:37:15.091Z
32
32
  undefined
33
33
 
34
+ 2026-02-12T09:16:21.307Z
35
+ undefined
36
+
37
+ 2026-02-12T09:21:18.797Z
38
+ undefined
39
+
40
+ 2026-02-12T09:26:13.938Z
41
+ undefined
42
+
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.6";
1194
+ const version = "6.3.0-alpha.7";
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.6",
1221
+ "@dbml/core": "^6.3.0-alpha.7",
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 = "aab1a85e6ffee9185e0ee160536723938e2f1fc7";
1232
+ const gitHead = "3d1585945f0f43144c2235c504cf4883b40afcfc";
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.6",
4
+ "version": "6.3.0-alpha.7",
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.6",
36
+ "@dbml/core": "^6.3.0-alpha.7",
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": "aab1a85e6ffee9185e0ee160536723938e2f1fc7",
47
+ "gitHead": "3d1585945f0f43144c2235c504cf4883b40afcfc",
48
48
  "engines": {
49
49
  "node": ">=18"
50
50
  }