vovk-cli 0.0.1-draft.289 → 0.0.1-draft.290

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.
@@ -18,7 +18,7 @@ export default async function writeOneClientFile({ cwd, projectInfo, clientTempl
18
18
  // Feel free to report an issue at https://github.com/finom/vovk/issues`;
19
19
  placeholder = outPath.endsWith('.py') ? placeholder.replace(/\/\//g, '#') : placeholder;
20
20
  const getFirstLineBanner = (type = 'c') => {
21
- const text = `auto-generated by vovk-cli ${vovkCliPackage.version} at ${new Date().toISOString()}`;
21
+ const text = `auto-generated by vovk-cli v${vovkCliPackage.version} at ${new Date().toISOString()}`;
22
22
  switch (type) {
23
23
  case 'html':
24
24
  return `<!-- ${text} -->`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vovk-cli",
3
- "version": "0.0.1-draft.289",
3
+ "version": "0.0.1-draft.290",
4
4
  "bin": {
5
5
  "vovk": "./dist/index.mjs"
6
6
  },
@@ -38,7 +38,7 @@
38
38
  "vovk": "^3.0.0-draft.321"
39
39
  },
40
40
  "optionalDependencies": {
41
- "vovk-python": "^0.0.1-draft.46"
41
+ "vovk-python": "^0.0.1-draft.47"
42
42
  },
43
43
  "dependencies": {
44
44
  "@iarna/toml": "^2.2.5",