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

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.
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: MySQL
3
- -- Generated at: 2026-02-12T09:27:01.512Z
3
+ -- Generated at: 2026-02-12T09:47:28.503Z
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-12T09:27:03.935Z
3
+ -- Generated at: 2026-02-12T09:47:30.760Z
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-12T09:27:06.307Z
3
+ -- Generated at: 2026-02-12T09:47:33.132Z
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-12T09:27:07.451Z
3
+ -- Generated at: 2026-02-12T09:47:34.320Z
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-12T09:27:11.007Z
3
+ -- Generated at: 2026-02-12T09:47:37.856Z
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-12T09:27:13.371Z
3
+ -- Generated at: 2026-02-12T09:47:40.299Z
4
4
 
5
5
  CREATE TABLE "staff" (
6
6
  "id" int PRIMARY KEY,
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.7";
1194
+ const version = "6.3.0-alpha.8";
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.7",
1221
+ "@dbml/core": "^6.3.0-alpha.8",
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 = "3d1585945f0f43144c2235c504cf4883b40afcfc";
1232
+ const gitHead = "16a05e460e4b443fb8092d37d36f9253259b544a";
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.7",
4
+ "version": "6.3.0-alpha.8",
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.7",
36
+ "@dbml/core": "^6.3.0-alpha.8",
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": "3d1585945f0f43144c2235c504cf4883b40afcfc",
47
+ "gitHead": "16a05e460e4b443fb8092d37d36f9253259b544a",
48
48
  "engines": {
49
49
  "node": ">=18"
50
50
  }