@tramvai/experiments 2.11.0 → 2.21.0

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.
@@ -1,10 +1,10 @@
1
1
  import type { Route } from '@tinkoff/router';
2
2
  export declare const FILE_SYSTEM_PAGES_PREFIX = "@/";
3
3
  export declare const fileSystemPagesEnabled: () => boolean;
4
- export declare const getStaticFileSystemPages: () => Record<string, import("@tramvai/cli/lib/external/pages").Page>;
5
- export declare const getExternalFileSystemPages: () => Record<string, import("@tramvai/cli/lib/external/pages").Page>;
4
+ export declare const getStaticFileSystemPages: () => Record<string, import("@tramvai/react").LazyComponentWrapper<import("@tramvai/react").PageComponent>>;
5
+ export declare const getExternalFileSystemPages: () => Record<string, import("@tramvai/react").LazyComponentWrapper<import("@tramvai/react").PageComponent>>;
6
6
  export declare const getAllFileSystemPages: () => {
7
- [x: string]: import("@tramvai/cli/lib/external/pages").Page;
7
+ [x: string]: import("@tramvai/react").LazyComponentWrapper<import("@tramvai/react").PageComponent>;
8
8
  };
9
9
  export declare const isFileSystemPageComponent: (pageComponent: string) => boolean;
10
10
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/experiments",
3
- "version": "2.11.0",
3
+ "version": "2.21.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.es.js",
@@ -20,8 +20,8 @@
20
20
  },
21
21
  "dependencies": {},
22
22
  "peerDependencies": {
23
- "@tinkoff/router": "0.2.0",
24
- "@tramvai/cli": "2.11.0",
23
+ "@tinkoff/router": "0.2.2",
24
+ "@tramvai/cli": "2.21.0",
25
25
  "tslib": "^2.0.3"
26
26
  },
27
27
  "license": "Apache-2.0"