@tramvai/module-page-render-mode 6.78.0 → 6.78.1

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.
@@ -98,7 +98,7 @@ export declare const staticPagesProviders: (import("@tinkoff/dippy/lib/Provider"
98
98
  responseManager: import("@tramvai/tokens-common").ResponseManager & {
99
99
  __type?: "base token";
100
100
  };
101
- 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> & {
101
+ response: import("fastify").FastifyReply<import("fastify").RouteGenericInterface, import("fastify").RawServerDefault, import("http").IncomingMessage, import("http").ServerResponse<import("http").IncomingMessage>, unknown, import("fastify").FastifySchema, import("fastify").FastifyTypeProviderDefault, unknown> & {
102
102
  __type?: "base token";
103
103
  };
104
104
  environmentManager: import("@tramvai/tokens-common").EnvironmentManager & {
@@ -144,7 +144,7 @@ export declare const staticPagesProviders: (import("@tinkoff/dippy/lib/Provider"
144
144
  responseManager: import("@tramvai/tokens-common").ResponseManager & {
145
145
  __type?: "base token";
146
146
  };
147
- 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> & {
147
+ response: import("fastify").FastifyReply<import("fastify").RouteGenericInterface, import("fastify").RawServerDefault, import("http").IncomingMessage, import("http").ServerResponse<import("http").IncomingMessage>, unknown, import("fastify").FastifySchema, import("fastify").FastifyTypeProviderDefault, unknown> & {
148
148
  __type?: "base token";
149
149
  };
150
150
  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": "6.78.0",
3
+ "version": "6.78.1",
4
4
  "description": "Enable different rendering modes for pages",
5
5
  "main": "./lib/server.js",
6
6
  "module": "./lib/server.es.js",
@@ -29,18 +29,18 @@
29
29
  "peerDependencies": {
30
30
  "@tinkoff/dippy": "0.12.6",
31
31
  "@tinkoff/utils": "^2.1.2",
32
- "@tramvai/core": "6.78.0",
33
- "@tramvai/module-client-hints": "6.78.0",
34
- "@tramvai/module-router": "6.78.0",
35
- "@tramvai/papi": "6.78.0",
36
- "@tramvai/react": "6.78.0",
37
- "@tramvai/tokens-common": "6.78.0",
38
- "@tramvai/tokens-core": "6.78.0",
39
- "@tramvai/tokens-metrics": "6.78.0",
40
- "@tramvai/tokens-render": "6.78.0",
41
- "@tramvai/tokens-router": "6.78.0",
42
- "@tramvai/tokens-server": "6.78.0",
43
- "@tramvai/tokens-server-private": "6.78.0",
32
+ "@tramvai/core": "6.78.1",
33
+ "@tramvai/module-client-hints": "6.78.1",
34
+ "@tramvai/module-router": "6.78.1",
35
+ "@tramvai/papi": "6.78.1",
36
+ "@tramvai/react": "6.78.1",
37
+ "@tramvai/tokens-common": "6.78.1",
38
+ "@tramvai/tokens-core": "6.78.1",
39
+ "@tramvai/tokens-metrics": "6.78.1",
40
+ "@tramvai/tokens-render": "6.78.1",
41
+ "@tramvai/tokens-router": "6.78.1",
42
+ "@tramvai/tokens-server": "6.78.1",
43
+ "@tramvai/tokens-server-private": "6.78.1",
44
44
  "prom-client": "^14.2.0",
45
45
  "react": ">=16.14.0",
46
46
  "tslib": "^2.4.0"