@tramvai/module-server 2.146.1 → 2.148.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.
|
@@ -8,7 +8,7 @@ export declare const papiExecutorProvider: import("@tinkoff/dippy").Provider<{
|
|
|
8
8
|
}) => import("@tramvai/tokens-common").Logger) & {
|
|
9
9
|
__type?: "base token";
|
|
10
10
|
};
|
|
11
|
-
fastifyRequest: import("fastify").FastifyRequest<import("fastify").RouteGenericInterface, import("fastify").RawServerDefault, import("http").IncomingMessage, import("fastify").FastifySchema, import("fastify").FastifyTypeProviderDefault, unknown, import("fastify").FastifyBaseLogger, import("fastify/types/type-provider").ResolveFastifyRequestType<import("fastify").FastifyTypeProviderDefault, import("fastify").FastifySchema, import("fastify").RouteGenericInterface>> & {
|
|
11
|
+
fastifyRequest: import("fastify").FastifyRequest<import("fastify").RouteGenericInterface, import("fastify").RawServerDefault, import("node:http").IncomingMessage, import("fastify").FastifySchema, import("fastify").FastifyTypeProviderDefault, unknown, import("fastify").FastifyBaseLogger, import("fastify/types/type-provider").ResolveFastifyRequestType<import("fastify").FastifyTypeProviderDefault, import("fastify").FastifySchema, import("fastify").RouteGenericInterface>> & {
|
|
12
12
|
cookies: Record<string, string>;
|
|
13
13
|
} & {
|
|
14
14
|
__type?: "base token";
|
package/lib/server/webApp.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { type FETCH_WEBPACK_STATS_TOKEN } from '@tramvai/tokens-render';
|
|
|
6
6
|
import type { ExtractDependencyType } from '@tinkoff/dippy';
|
|
7
7
|
export declare const webAppFactory: ({ server }: {
|
|
8
8
|
server: typeof SERVER_TOKEN;
|
|
9
|
-
}) => import("fastify").FastifyInstance<import("http").Server<typeof import("http").IncomingMessage, typeof import("http").ServerResponse>, import("http").IncomingMessage, import("http").ServerResponse<import("http").IncomingMessage>, import("fastify").FastifyBaseLogger, import("fastify").FastifyTypeProviderDefault> & PromiseLike<import("fastify").FastifyInstance<import("http").Server<typeof import("http").IncomingMessage, typeof import("http").ServerResponse>, import("http").IncomingMessage, import("http").ServerResponse<import("http").IncomingMessage>, import("fastify").FastifyBaseLogger, import("fastify").FastifyTypeProviderDefault>>;
|
|
9
|
+
}) => import("fastify").FastifyInstance<import("node:http").Server<typeof import("node:http").IncomingMessage, typeof import("node:http").ServerResponse>, import("node:http").IncomingMessage, import("node:http").ServerResponse<import("node:http").IncomingMessage>, import("fastify").FastifyBaseLogger, import("fastify").FastifyTypeProviderDefault> & PromiseLike<import("fastify").FastifyInstance<import("node:http").Server<typeof import("node:http").IncomingMessage, typeof import("node:http").ServerResponse>, import("node:http").IncomingMessage, import("node:http").ServerResponse<import("node:http").IncomingMessage>, import("fastify").FastifyBaseLogger, import("fastify").FastifyTypeProviderDefault>>;
|
|
10
10
|
export declare const webAppInitCommand: ({ app, logger, commandLineRunner, executionContextManager, beforeInit, requestMetrics, limiterRequest, init, afterInit, beforeError, afterError, fetchWebpackStats, }: {
|
|
11
11
|
app: ExtractDependencyType<typeof WEB_FASTIFY_APP_TOKEN>;
|
|
12
12
|
logger: ExtractDependencyType<typeof LOGGER_TOKEN>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tramvai/module-server",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.148.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"browser": "lib/browser.js",
|
|
6
6
|
"main": "lib/server.js",
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"@tinkoff/monkeypatch": "2.0.5",
|
|
26
26
|
"@tinkoff/terminus": "0.1.9",
|
|
27
27
|
"@tinkoff/url": "0.8.6",
|
|
28
|
-
"@tramvai/module-cache-warmup": "2.
|
|
29
|
-
"@tramvai/module-metrics": "2.
|
|
30
|
-
"@tramvai/papi": "2.
|
|
31
|
-
"@tramvai/tokens-server": "2.
|
|
32
|
-
"@tramvai/tokens-server-private": "2.
|
|
28
|
+
"@tramvai/module-cache-warmup": "2.148.0",
|
|
29
|
+
"@tramvai/module-metrics": "2.148.0",
|
|
30
|
+
"@tramvai/papi": "2.148.0",
|
|
31
|
+
"@tramvai/tokens-server": "2.148.0",
|
|
32
|
+
"@tramvai/tokens-server-private": "2.148.0",
|
|
33
33
|
"@tramvai/safe-strings": "0.5.12",
|
|
34
34
|
"fastify": "^4.14.1",
|
|
35
35
|
"@fastify/cookie": "^8.3.0",
|
|
@@ -42,14 +42,14 @@
|
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"@tinkoff/dippy": "0.8.15",
|
|
44
44
|
"@tinkoff/utils": "^2.1.2",
|
|
45
|
-
"@tramvai/cli": "2.
|
|
46
|
-
"@tramvai/core": "2.
|
|
47
|
-
"@tramvai/react": "2.
|
|
48
|
-
"@tramvai/module-common": "2.
|
|
49
|
-
"@tramvai/module-environment": "2.
|
|
50
|
-
"@tramvai/tokens-common": "2.
|
|
51
|
-
"@tramvai/tokens-core-private": "2.
|
|
52
|
-
"@tramvai/tokens-render": "2.
|
|
45
|
+
"@tramvai/cli": "2.148.0",
|
|
46
|
+
"@tramvai/core": "2.148.0",
|
|
47
|
+
"@tramvai/react": "2.148.0",
|
|
48
|
+
"@tramvai/module-common": "2.148.0",
|
|
49
|
+
"@tramvai/module-environment": "2.148.0",
|
|
50
|
+
"@tramvai/tokens-common": "2.148.0",
|
|
51
|
+
"@tramvai/tokens-core-private": "2.148.0",
|
|
52
|
+
"@tramvai/tokens-render": "2.148.0",
|
|
53
53
|
"react": ">=16.14.0",
|
|
54
54
|
"react-dom": ">=16.14.0",
|
|
55
55
|
"tslib": "^2.4.0"
|