vovk-cli 0.0.1-draft.145 → 0.0.1-draft.147

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.
@@ -207,6 +207,7 @@ export class Init {
207
207
  reactQuery =
208
208
  reactQuery ??
209
209
  (await confirm({
210
+ default: false,
210
211
  message: 'Do you want to use @tanstack/react-query for data fetching at React components?',
211
212
  }));
212
213
  if (typeof updateTsConfig === 'undefined') {
@@ -223,7 +224,7 @@ export class Init {
223
224
  keys.push('emitDecoratorMetadata');
224
225
  }
225
226
  updateTsConfig = await confirm({
226
- message: `Do you want to add ${keys.map((k) => `"${k}"`).join(' and ')}} to tsconfig.json?`,
227
+ message: `Do you want to add ${keys.map((k) => `"${k}"`).join(' and ')} to tsconfig.json?`,
227
228
  });
228
229
  }
229
230
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vovk-cli",
3
- "version": "0.0.1-draft.145",
3
+ "version": "0.0.1-draft.147",
4
4
  "bin": {
5
5
  "vovk": "./dist/index.mjs"
6
6
  },
@@ -35,10 +35,10 @@
35
35
  },
36
36
  "homepage": "https://vovk.dev",
37
37
  "peerDependencies": {
38
- "vovk": "^3.0.0-draft.118"
38
+ "vovk": "^3.0.0-draft.119"
39
39
  },
40
40
  "optionalDependencies": {
41
- "vovk-python-client": "^0.0.1-draft.13"
41
+ "vovk-python-client": "^0.0.1-draft.15"
42
42
  },
43
43
  "dependencies": {
44
44
  "@inquirer/prompts": "^7.5.0",