@tramvai/module-page-render-mode 6.78.0 → 6.79.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.
- package/lib/staticPages.d.ts +2 -2
- package/package.json +13 -13
package/lib/staticPages.d.ts
CHANGED
|
@@ -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>,
|
|
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>,
|
|
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.
|
|
3
|
+
"version": "6.79.0",
|
|
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.
|
|
33
|
-
"@tramvai/module-client-hints": "6.
|
|
34
|
-
"@tramvai/module-router": "6.
|
|
35
|
-
"@tramvai/papi": "6.
|
|
36
|
-
"@tramvai/react": "6.
|
|
37
|
-
"@tramvai/tokens-common": "6.
|
|
38
|
-
"@tramvai/tokens-core": "6.
|
|
39
|
-
"@tramvai/tokens-metrics": "6.
|
|
40
|
-
"@tramvai/tokens-render": "6.
|
|
41
|
-
"@tramvai/tokens-router": "6.
|
|
42
|
-
"@tramvai/tokens-server": "6.
|
|
43
|
-
"@tramvai/tokens-server-private": "6.
|
|
32
|
+
"@tramvai/core": "6.79.0",
|
|
33
|
+
"@tramvai/module-client-hints": "6.79.0",
|
|
34
|
+
"@tramvai/module-router": "6.79.0",
|
|
35
|
+
"@tramvai/papi": "6.79.0",
|
|
36
|
+
"@tramvai/react": "6.79.0",
|
|
37
|
+
"@tramvai/tokens-common": "6.79.0",
|
|
38
|
+
"@tramvai/tokens-core": "6.79.0",
|
|
39
|
+
"@tramvai/tokens-metrics": "6.79.0",
|
|
40
|
+
"@tramvai/tokens-render": "6.79.0",
|
|
41
|
+
"@tramvai/tokens-router": "6.79.0",
|
|
42
|
+
"@tramvai/tokens-server": "6.79.0",
|
|
43
|
+
"@tramvai/tokens-server-private": "6.79.0",
|
|
44
44
|
"prom-client": "^14.2.0",
|
|
45
45
|
"react": ">=16.14.0",
|
|
46
46
|
"tslib": "^2.4.0"
|