vovk-cli 0.0.1-draft.67 → 0.0.1-draft.68
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 @@ ${segmentNames
|
|
|
18
18
|
const dTsContent = `// auto-generated
|
|
19
19
|
import type { VovkSchema } from 'vovk';
|
|
20
20
|
declare const fullSchema: {
|
|
21
|
-
${segmentNames.map((segmentName) => ` '${segmentName}': import('
|
|
21
|
+
${segmentNames.map((segmentName) => ` '${segmentName}': typeof import('./${segmentName || ROOT_SEGMENT_SCHEMA_NAME}.json');`).join('\n')}
|
|
22
22
|
};
|
|
23
23
|
export default fullSchema;`;
|
|
24
24
|
const jsAbsolutePath = path.join(schemaOutAbsolutePath, 'index.cjs');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vovk-cli",
|
|
3
|
-
"version": "0.0.1-draft.
|
|
3
|
+
"version": "0.0.1-draft.68",
|
|
4
4
|
"bin": {
|
|
5
5
|
"vovk": "./dist/index.mjs"
|
|
6
6
|
},
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"homepage": "https://vovk.dev",
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"vovk": "^3.0.0-draft.
|
|
39
|
+
"vovk": "^3.0.0-draft.67"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@inquirer/prompts": "^7.3.1",
|