From 870de51f5da8604796b7fb7d66c207944297d058 Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Thu, 17 Apr 2025 11:15:21 +0100 Subject: [PATCH] Updates --- dist/engine/schema-to-typedef.js | 3 +-- engine/schema-to-typedef.ts | 3 +-- package.json | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/dist/engine/schema-to-typedef.js b/dist/engine/schema-to-typedef.js index 34f429d..ea9871d 100644 --- a/dist/engine/schema-to-typedef.js +++ b/dist/engine/schema-to-typedef.js @@ -38,8 +38,7 @@ const args = (0, util_1.parseArgs)({ }, debug: { type: "boolean", - default: false, - short: "d", + short: "e", }, }, strict: false, diff --git a/engine/schema-to-typedef.ts b/engine/schema-to-typedef.ts index 608ebf5..e239a16 100644 --- a/engine/schema-to-typedef.ts +++ b/engine/schema-to-typedef.ts @@ -28,8 +28,7 @@ const args = parseArgs({ }, debug: { type: "boolean", - default: false, - short: "d", + short: "e", }, }, strict: false, diff --git a/package.json b/package.json index 78c6303..7ea680a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@moduletrace/datasquirel", - "version": "4.3.1", + "version": "4.3.2", "description": "Cloud-based SQL data management tool", "main": "dist/index.js", "bin": {