vovk-cli 0.0.1-beta.63 → 0.0.1-beta.64
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.
|
@@ -10,8 +10,8 @@ export function getTemplateClientImports({ config, fullSchema, outCwdRelativeDir
|
|
|
10
10
|
outputConfigs,
|
|
11
11
|
});
|
|
12
12
|
const validateOnClientImport = configImports?.validateOnClient ?? null;
|
|
13
|
-
const fetcherImport = configImports?.fetcher ?? 'vovk/
|
|
14
|
-
const createRPCImport = configImports?.createRPC ?? 'vovk/
|
|
13
|
+
const fetcherImport = configImports?.fetcher ?? 'vovk/fetcher';
|
|
14
|
+
const createRPCImport = configImports?.createRPC ?? 'vovk/createRPC';
|
|
15
15
|
const imports = {
|
|
16
16
|
fetcher: typeof fetcherImport === 'string' ? [fetcherImport] : fetcherImport,
|
|
17
17
|
validateOnClient: typeof validateOnClientImport === 'string'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vovk-cli",
|
|
3
|
-
"version": "0.0.1-beta.
|
|
3
|
+
"version": "0.0.1-beta.64",
|
|
4
4
|
"description": "CLI tool for managing Vovk.ts projects",
|
|
5
5
|
"bin": {
|
|
6
6
|
"vovk": "./dist/index.mjs"
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"homepage": "https://vovk.dev",
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"vovk": "^3.0.0-beta.
|
|
40
|
+
"vovk": "^3.0.0-beta.101",
|
|
41
41
|
"vovk-ajv": "^0.0.0-beta.5",
|
|
42
42
|
"vovk-client": "^0.0.4-beta.5",
|
|
43
43
|
"vovk-python": "^0.0.1-beta.5",
|