vovk-cli 0.0.1-draft.1 → 0.0.1-draft.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.
@@ -153,6 +153,7 @@ export class VovkCLIWatcher {
153
153
  .on('error', (error) => {
154
154
  log.error(`Error watching config files: ${error.message}`);
155
155
  });
156
+ void handle();
156
157
  };
157
158
  #watch() {
158
159
  if (this.#isWatching)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vovk-cli",
3
- "version": "0.0.1-draft.1",
3
+ "version": "0.0.1-draft.2",
4
4
  "bin": {
5
5
  "vovk": "./dist/index.mjs"
6
6
  },
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "homepage": "https://vovk.dev",
35
35
  "peerDependencies": {
36
- "vovk": "^3.0.0-draft.1"
36
+ "vovk": "^3.0.0-draft.3"
37
37
  },
38
38
  "dependencies": {
39
39
  "@inquirer/prompts": "^7.0.0",