vovk 3.0.0-draft.351 → 3.0.0-draft.354

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
@@ -329,7 +329,7 @@ type VovkUserConfig = {
329
329
  modulesDir?: string;
330
330
  rootEntry?: string;
331
331
  origin?: string;
332
- logLevel?: 'error' | 'trace' | 'debug' | 'info' | 'warn';
332
+ logLevel?: 'error' | 'trace' | 'debug' | 'info' | 'warn' | (string & {});
333
333
  prettifyClient?: boolean;
334
334
  libs?: {
335
335
  ajv: KnownAny;
package/mjs/types.d.ts CHANGED
@@ -329,7 +329,7 @@ type VovkUserConfig = {
329
329
  modulesDir?: string;
330
330
  rootEntry?: string;
331
331
  origin?: string;
332
- logLevel?: 'error' | 'trace' | 'debug' | 'info' | 'warn';
332
+ logLevel?: 'error' | 'trace' | 'debug' | 'info' | 'warn' | (string & {});
333
333
  prettifyClient?: boolean;
334
334
  libs?: {
335
335
  ajv: KnownAny;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vovk",
3
- "version": "3.0.0-draft.351",
3
+ "version": "3.0.0-draft.354",
4
4
  "main": "./cjs/index.js",
5
5
  "module": "./mjs/index.js",
6
6
  "types": "./mjs/index.d.ts",