vovk 3.0.0-draft.148 → 3.0.0-draft.150

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
@@ -256,7 +256,7 @@ type VovkUserConfig = {
256
256
  /** @todo this is an experimental feature */
257
257
  segmentConfig?: false | Record<string, {
258
258
  origin?: string;
259
- rootEntry?: boolean;
259
+ rootEntry?: string;
260
260
  }>;
261
261
  };
262
262
  export type VovkConfig = VovkUserConfig & {
package/mjs/types.d.ts CHANGED
@@ -256,7 +256,7 @@ type VovkUserConfig = {
256
256
  /** @todo this is an experimental feature */
257
257
  segmentConfig?: false | Record<string, {
258
258
  origin?: string;
259
- rootEntry?: boolean;
259
+ rootEntry?: string;
260
260
  }>;
261
261
  };
262
262
  export type VovkConfig = VovkUserConfig & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vovk",
3
- "version": "3.0.0-draft.148",
3
+ "version": "3.0.0-draft.150",
4
4
  "main": "./cjs/index.js",
5
5
  "module": "./mjs/index.js",
6
6
  "types": "./mjs/index.d.ts",