vovk-cli 0.0.1-draft.190 → 0.0.1-draft.191

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.
@@ -14,7 +14,7 @@ imports: ['vovk-openapi']
14
14
 
15
15
  ```bash
16
16
  # Install the package
17
- npm install <%= t.package.name.replace(/-/g, '_') %>
17
+ npm install <%= t.package.name %>
18
18
  ```
19
19
 
20
20
  <% Object.entries(t.schema.segments).forEach(([segmentName, segment]) => {
@@ -77,5 +77,5 @@ export default async function bundle({ projectInfo, fullSchema, cliBundleOptions
77
77
  else {
78
78
  log.debug(`Temporary TypeScript client output directory not deleted: ${chalkHighlightThing(tsFullClientOutAbsoluteDirInput)}`);
79
79
  }
80
- log.info(`Bundled TypeScript client to ${outDirAbsolute}`);
80
+ log.info(`Bundled TypeScript client to ${chalkHighlightThing(outDirAbsolute)}`);
81
81
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vovk-cli",
3
- "version": "0.0.1-draft.190",
3
+ "version": "0.0.1-draft.191",
4
4
  "bin": {
5
5
  "vovk": "./dist/index.mjs"
6
6
  },
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "homepage": "https://vovk.dev",
37
37
  "peerDependencies": {
38
- "vovk": "^3.0.0-draft.142"
38
+ "vovk": "^3.0.0-draft.143"
39
39
  },
40
40
  "optionalDependencies": {
41
41
  "vovk-python-client": "^0.0.1-draft.34"