@hasna/connectors 0.2.1 → 0.2.2
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/bin/index.js
CHANGED
|
@@ -6158,7 +6158,7 @@ import { jsxDEV as jsxDEV7 } from "react/jsx-dev-runtime";
|
|
|
6158
6158
|
loadConnectorVersions();
|
|
6159
6159
|
var isTTY = process.stdout.isTTY ?? false;
|
|
6160
6160
|
var program2 = new Command;
|
|
6161
|
-
program2.name("connectors").description("Install API connectors for your project").version("0.2.
|
|
6161
|
+
program2.name("connectors").description("Install API connectors for your project").version("0.2.2");
|
|
6162
6162
|
program2.command("interactive", { isDefault: true }).alias("i").description("Interactive connector browser").action(() => {
|
|
6163
6163
|
if (!isTTY) {
|
|
6164
6164
|
console.log(`Non-interactive environment detected. Use a subcommand:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|