vovk 3.0.0-draft.181 → 3.0.0-draft.183

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
@@ -266,6 +266,7 @@ export type ClientTemplateDef = {
266
266
  segmentedClient?: Omit<ClientConfigSegmented, 'fromTemplates' | 'enabled'>;
267
267
  segmentConfig?: false | SegmentConfig;
268
268
  requires?: Record<string, string>;
269
+ isTsClient?: boolean;
269
270
  };
270
271
  type VovkUserConfig = {
271
272
  $schema?: typeof VovkSchemaIdEnum.CONFIG | string;
package/mjs/types.d.ts CHANGED
@@ -266,6 +266,7 @@ export type ClientTemplateDef = {
266
266
  segmentedClient?: Omit<ClientConfigSegmented, 'fromTemplates' | 'enabled'>;
267
267
  segmentConfig?: false | SegmentConfig;
268
268
  requires?: Record<string, string>;
269
+ isTsClient?: boolean;
269
270
  };
270
271
  type VovkUserConfig = {
271
272
  $schema?: typeof VovkSchemaIdEnum.CONFIG | string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vovk",
3
- "version": "3.0.0-draft.181",
3
+ "version": "3.0.0-draft.183",
4
4
  "main": "./cjs/index.js",
5
5
  "module": "./mjs/index.js",
6
6
  "types": "./mjs/index.d.ts",