@tramvai/module-page-render-mode 2.148.0 → 2.149.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.
@@ -107,7 +107,7 @@ export declare const staticPagesProviders: (import("@tinkoff/dippy/lib/Provider"
107
107
  responseManager: import("@tramvai/tokens-common").ResponseManager & {
108
108
  __type?: "base token";
109
109
  };
110
- response: import("fastify").FastifyReply<import("fastify").RawServerDefault, import("node:http").IncomingMessage, import("node:http").ServerResponse<import("node:http").IncomingMessage>, import("fastify").RouteGenericInterface, unknown, import("fastify").FastifySchema, import("fastify").FastifyTypeProviderDefault, unknown> & {
110
+ response: import("fastify").FastifyReply<import("fastify").RawServerDefault, import("http").IncomingMessage, import("http").ServerResponse<import("http").IncomingMessage>, import("fastify").RouteGenericInterface, unknown, import("fastify").FastifySchema, import("fastify").FastifyTypeProviderDefault, unknown> & {
111
111
  __type?: "base token";
112
112
  };
113
113
  environmentManager: import("@tramvai/tokens-common").EnvironmentManager & {
@@ -158,7 +158,7 @@ export declare const staticPagesProviders: (import("@tinkoff/dippy/lib/Provider"
158
158
  responseManager: import("@tramvai/tokens-common").ResponseManager & {
159
159
  __type?: "base token";
160
160
  };
161
- response: import("fastify").FastifyReply<import("fastify").RawServerDefault, import("node:http").IncomingMessage, import("node:http").ServerResponse<import("node:http").IncomingMessage>, import("fastify").RouteGenericInterface, unknown, import("fastify").FastifySchema, import("fastify").FastifyTypeProviderDefault, unknown> & {
161
+ response: import("fastify").FastifyReply<import("fastify").RawServerDefault, import("http").IncomingMessage, import("http").ServerResponse<import("http").IncomingMessage>, import("fastify").RouteGenericInterface, unknown, import("fastify").FastifySchema, import("fastify").FastifyTypeProviderDefault, unknown> & {
162
162
  __type?: "base token";
163
163
  };
164
164
  environmentManager: import("@tramvai/tokens-common").EnvironmentManager & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-page-render-mode",
3
- "version": "2.148.0",
3
+ "version": "2.149.0",
4
4
  "description": "Enable different rendering modes for pages",
5
5
  "main": "./lib/server.js",
6
6
  "module": "./lib/server.es.js",
@@ -30,18 +30,18 @@
30
30
  "peerDependencies": {
31
31
  "@tinkoff/utils": "^2.1.2",
32
32
  "@tinkoff/dippy": "0.8.15",
33
- "@tramvai/core": "2.148.0",
34
- "@tramvai/react": "2.148.0",
35
- "@tramvai/papi": "2.148.0",
36
- "@tramvai/module-router": "2.148.0",
37
- "@tramvai/module-client-hints": "2.148.0",
38
- "@tramvai/tokens-common": "2.148.0",
39
- "@tramvai/tokens-core": "2.148.0",
40
- "@tramvai/tokens-render": "2.148.0",
41
- "@tramvai/tokens-router": "2.148.0",
42
- "@tramvai/tokens-server": "2.148.0",
43
- "@tramvai/tokens-server-private": "2.148.0",
44
- "@tramvai/tokens-metrics": "2.148.0",
33
+ "@tramvai/core": "2.149.0",
34
+ "@tramvai/react": "2.149.0",
35
+ "@tramvai/papi": "2.149.0",
36
+ "@tramvai/module-router": "2.149.0",
37
+ "@tramvai/module-client-hints": "2.149.0",
38
+ "@tramvai/tokens-common": "2.149.0",
39
+ "@tramvai/tokens-core": "2.149.0",
40
+ "@tramvai/tokens-render": "2.149.0",
41
+ "@tramvai/tokens-router": "2.149.0",
42
+ "@tramvai/tokens-server": "2.149.0",
43
+ "@tramvai/tokens-server-private": "2.149.0",
44
+ "@tramvai/tokens-metrics": "2.149.0",
45
45
  "prom-client": "^14.2.0",
46
46
  "react": ">=16.14.0",
47
47
  "tslib": "^2.4.0"