vovk 3.0.0-draft.472 → 3.0.0-draft.474

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.
package/cjs/types.d.ts CHANGED
@@ -340,6 +340,7 @@ type ClientConfigCommon = {
340
340
  outDir?: string;
341
341
  fromTemplates?: string[];
342
342
  prettifyClient?: boolean;
343
+ outputConfig?: VovkOutputConfig<GeneratorConfigImports>;
343
344
  } & IncludeExcludeSegments;
344
345
  type ClientConfigComposed = ClientConfigCommon;
345
346
  type ClientConfigSegmented = ClientConfigCommon;
package/mjs/types.d.ts CHANGED
@@ -340,6 +340,7 @@ type ClientConfigCommon = {
340
340
  outDir?: string;
341
341
  fromTemplates?: string[];
342
342
  prettifyClient?: boolean;
343
+ outputConfig?: VovkOutputConfig<GeneratorConfigImports>;
343
344
  } & IncludeExcludeSegments;
344
345
  type ClientConfigComposed = ClientConfigCommon;
345
346
  type ClientConfigSegmented = ClientConfigCommon;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vovk",
3
- "version": "3.0.0-draft.472",
3
+ "version": "3.0.0-draft.474",
4
4
  "main": "./cjs/index.js",
5
5
  "module": "./mjs/index.js",
6
6
  "types": "./mjs/index.d.ts",