@tramvai/module-page-render-mode 2.79.7 → 2.79.9

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.
@@ -2,8 +2,5 @@
2
2
  * Module for force CSR mode, only add logic when `TRAMVAI_FORCE_CLIENT_SIDE_RENDERING=true` env variable is set
3
3
  */
4
4
  export declare const ForceCSRModule: import("@tinkoff/dippy/lib/modules/module.h").ModuleClass & Partial<import("@tinkoff/dippy/lib/modules/module.h").ModuleSecretParameters> & {
5
- [x: string]: (...args: any[]) => {
6
- mainModule: import("@tramvai/core").ModuleType<import("@tinkoff/dippy/lib/modules/module.h").ModuleClass>;
7
- providers: import("@tramvai/core").Provider<any, any>[];
8
- };
5
+ [x: string]: (...args: any[]) => import("@tramvai/core").ModuleType<import("@tinkoff/dippy/lib/modules/module.h").ModuleClass>;
9
6
  };
package/lib/browser.d.ts CHANGED
@@ -1,8 +1,5 @@
1
1
  import './typings';
2
2
  export * from './tokens';
3
3
  export declare const PageRenderModeModule: import("@tinkoff/dippy/lib/modules/module.h").ModuleClass & Partial<import("@tinkoff/dippy/lib/modules/module.h").ModuleSecretParameters> & {
4
- [x: string]: (...args: any[]) => {
5
- mainModule: import("@tramvai/core").ModuleType<import("@tinkoff/dippy/lib/modules/module.h").ModuleClass>;
6
- providers: import("@tramvai/core").Provider<any, any>[];
7
- };
4
+ [x: string]: (...args: any[]) => import("@tramvai/core").ModuleType<import("@tinkoff/dippy/lib/modules/module.h").ModuleClass>;
8
5
  };
package/lib/server.d.ts CHANGED
@@ -1,8 +1,5 @@
1
1
  import './typings';
2
2
  export * from './tokens';
3
3
  export declare const PageRenderModeModule: import("@tinkoff/dippy/lib/modules/module.h").ModuleClass & Partial<import("@tinkoff/dippy/lib/modules/module.h").ModuleSecretParameters> & {
4
- [x: string]: (...args: any[]) => {
5
- mainModule: import("@tramvai/core").ModuleType<import("@tinkoff/dippy/lib/modules/module.h").ModuleClass>;
6
- providers: import("@tramvai/core").Provider<any, any>[];
7
- };
4
+ [x: string]: (...args: any[]) => import("@tramvai/core").ModuleType<import("@tinkoff/dippy/lib/modules/module.h").ModuleClass>;
8
5
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-page-render-mode",
3
- "version": "2.79.7",
3
+ "version": "2.79.9",
4
4
  "description": "Enable different rendering modes for pages",
5
5
  "main": "./lib/server.js",
6
6
  "module": "./lib/server.es.js",
@@ -29,19 +29,19 @@
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@tinkoff/utils": "^2.1.2",
32
- "@tinkoff/dippy": "0.8.14",
33
- "@tramvai/core": "2.79.7",
34
- "@tramvai/react": "2.79.7",
35
- "@tramvai/papi": "2.79.7",
36
- "@tramvai/module-router": "2.79.7",
37
- "@tramvai/module-client-hints": "2.79.7",
38
- "@tramvai/tokens-common": "2.79.7",
39
- "@tramvai/tokens-core": "2.79.7",
40
- "@tramvai/tokens-render": "2.79.7",
41
- "@tramvai/tokens-router": "2.79.7",
42
- "@tramvai/tokens-server": "2.79.7",
43
- "@tramvai/tokens-server-private": "2.79.7",
44
- "@tramvai/tokens-metrics": "2.79.7",
32
+ "@tinkoff/dippy": "0.8.15",
33
+ "@tramvai/core": "2.79.9",
34
+ "@tramvai/react": "2.79.9",
35
+ "@tramvai/papi": "2.79.9",
36
+ "@tramvai/module-router": "2.79.9",
37
+ "@tramvai/module-client-hints": "2.79.9",
38
+ "@tramvai/tokens-common": "2.79.9",
39
+ "@tramvai/tokens-core": "2.79.9",
40
+ "@tramvai/tokens-render": "2.79.9",
41
+ "@tramvai/tokens-router": "2.79.9",
42
+ "@tramvai/tokens-server": "2.79.9",
43
+ "@tramvai/tokens-server-private": "2.79.9",
44
+ "@tramvai/tokens-metrics": "2.79.9",
45
45
  "prom-client": "^12.0.0",
46
46
  "react": ">=16.14.0",
47
47
  "tslib": "^2.4.0"