@kubb/cli
Advanced tools
Comparing version 0.35.0 to 0.36.0
@@ -146,3 +146,3 @@ #!/usr/bin/env node | ||
// package.json | ||
var version = "0.35.0"; | ||
var version = "0.36.0"; | ||
@@ -164,2 +164,6 @@ // src/index.ts | ||
const config = await getConfig(result, options); | ||
if (typeof config.input === "string") { | ||
spinner.warn(pc3.red("Input as a string cannot be used together with watch ")); | ||
return; | ||
} | ||
startWatcher( | ||
@@ -166,0 +170,0 @@ async (paths) => { |
{ | ||
"name": "@kubb/cli", | ||
"version": "0.35.0", | ||
"version": "0.36.0", | ||
"description": "Generator cli", | ||
@@ -23,3 +23,3 @@ "repository": { | ||
"dependencies": { | ||
"@kubb/core": "0.35.0", | ||
"@kubb/core": "0.36.0", | ||
"chokidar": "^3.5.3", | ||
@@ -26,0 +26,0 @@ "commander": "^9.4.1", |
Sorry, the diff of this file is not supported yet
15545
361
+ Added@kubb/core@0.36.0(transitive)
- Removed@kubb/core@0.35.0(transitive)
Updated@kubb/core@0.36.0