@tramvai/module-server 2.150.0 → 2.150.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.
package/lib/browser.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  export * from '@tramvai/tokens-server';
2
2
  export declare class ServerModule {
3
3
  }
4
+ //# sourceMappingURL=browser.d.ts.map
@@ -1,3 +1,4 @@
1
1
  export declare const BrowserTimingModule: import("@tinkoff/dippy/lib/modules/module.h").ModuleClass & Partial<import("@tinkoff/dippy/lib/modules/module.h").ModuleSecretParameters> & {
2
- [x: string]: (...args: any[]) => import("@tramvai/core").ModuleType<import("@tinkoff/dippy/lib/modules/module.h").ModuleClass>;
2
+ [x: string]: (...args: any[]) => import("@tramvai/core").ModuleType;
3
3
  };
4
+ //# sourceMappingURL=browserTiming.d.ts.map
@@ -1,2 +1,3 @@
1
1
  export declare class DebugHttpRequestsModule {
2
2
  }
3
+ //# sourceMappingURL=debugRequests.d.ts.map
@@ -1,2 +1,3 @@
1
1
  export declare class DependenciesVersionModule {
2
2
  }
3
+ //# sourceMappingURL=dependenciesVersion.d.ts.map
@@ -1,2 +1,3 @@
1
1
  export declare class EarlyHintsModule {
2
2
  }
3
+ //# sourceMappingURL=index.d.ts.map
@@ -26,3 +26,4 @@ export declare class EarlyHintsManager implements EarlyHintsInterface {
26
26
  private doesHintUniq;
27
27
  }
28
28
  export {};
29
+ //# sourceMappingURL=service.d.ts.map
@@ -1,2 +1,3 @@
1
1
  export declare class ServerGracefulShutdownModule {
2
2
  }
3
+ //# sourceMappingURL=gracefulShutdown.d.ts.map
@@ -8,3 +8,4 @@ export * from './utilityServer';
8
8
  export * from './keepAlive';
9
9
  export * from './serverTiming';
10
10
  export * from './earlyHints';
11
+ //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,3 @@
1
1
  export declare class KeepAliveModule {
2
2
  }
3
+ //# sourceMappingURL=keepAlive.d.ts.map
@@ -10,3 +10,4 @@ export interface CreateOptions {
10
10
  papiInitHandlers: ExtractDependencyType<typeof PAPI_FASTIFY_INIT_TOKEN>;
11
11
  }
12
12
  export declare function createApi(rootApp: FastifyInstance, papiList: Papi[], { baseUrl, di, logger, papiInitHandlers }: CreateOptions): void;
13
+ //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,3 @@
1
1
  export * from './papi';
2
2
  export * from './papi.browser';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,3 @@
1
1
  export declare class BrowserPapiModule {
2
2
  }
3
+ //# sourceMappingURL=papi.browser.d.ts.map
@@ -1,2 +1,3 @@
1
1
  export declare class ServerPapiModule {
2
2
  }
3
+ //# sourceMappingURL=papi.d.ts.map
@@ -1,3 +1,4 @@
1
+ /// <reference types="node" />
1
2
  export declare const papiExecutorProvider: import("@tinkoff/dippy").Provider<{
2
3
  di: import("@tinkoff/dippy").Container & {
3
4
  __type?: "base token";
@@ -19,4 +20,5 @@ export declare const papiExecutorProvider: import("@tinkoff/dippy").Provider<{
19
20
  responseManager: import("@tramvai/tokens-common").ResponseManager & {
20
21
  __type?: "base token";
21
22
  };
22
- }, <Result>(papi: import("@tramvai/papi").Papi<Result, any>) => any>;
23
+ }, <Result>(papi: import("@tramvai/papi").Papi<Result>) => any>;
24
+ //# sourceMappingURL=executor.d.ts.map
@@ -1,2 +1,3 @@
1
1
  import type { Provider } from '@tramvai/core';
2
2
  export declare const fileApiProvider: Provider;
3
+ //# sourceMappingURL=fileApi.d.ts.map
@@ -14,3 +14,4 @@ export declare const sharedProviders: {
14
14
  };
15
15
  };
16
16
  }[];
17
+ //# sourceMappingURL=shared.d.ts.map
@@ -1,2 +1,3 @@
1
1
  export declare class ServerProxyModule {
2
2
  }
3
+ //# sourceMappingURL=proxy.d.ts.map
@@ -1,3 +1,4 @@
1
1
  export declare const ServerTimingModule: import("@tinkoff/dippy/lib/modules/module.h").ModuleClass & Partial<import("@tinkoff/dippy/lib/modules/module.h").ModuleSecretParameters> & {
2
- [x: string]: (...args: any[]) => import("@tramvai/core").ModuleType<import("@tinkoff/dippy/lib/modules/module.h").ModuleClass>;
2
+ [x: string]: (...args: any[]) => import("@tramvai/core").ModuleType;
3
3
  };
4
+ //# sourceMappingURL=serverTiming.d.ts.map
@@ -1,2 +1,3 @@
1
1
  export declare class ServerStaticsModule {
2
2
  }
3
+ //# sourceMappingURL=statics.d.ts.map
@@ -1,2 +1,3 @@
1
1
  export declare class UtilityServerModule {
2
2
  }
3
+ //# sourceMappingURL=utilityServer.d.ts.map
@@ -1,2 +1,3 @@
1
1
  export declare const nodeRequire: any;
2
2
  export declare const safeNodeRequire: (path: string) => any;
3
+ //# sourceMappingURL=require.d.ts.map
@@ -1,2 +1,3 @@
1
1
  import type { DEPENDENCIES_VERSION_FILTER_TOKEN } from '@tramvai/tokens-server';
2
2
  export declare const tramvaiDepsFilter: typeof DEPENDENCIES_VERSION_FILTER_TOKEN;
3
+ //# sourceMappingURL=tramvaiDepsFilter.d.ts.map
@@ -9,3 +9,4 @@ export declare const errorHandler: (app: FastifyInstance, { log, beforeError, af
9
9
  afterError: ExtractDependencyType<typeof WEB_FASTIFY_APP_AFTER_ERROR_TOKEN>;
10
10
  fetchWebpackStats: ExtractDependencyType<typeof FETCH_WEBPACK_STATS_TOKEN>;
11
11
  }) => void;
12
+ //# sourceMappingURL=error.d.ts.map
@@ -8,3 +8,4 @@ export declare const serverListenCommand: ({ server, logger, envManager, }: {
8
8
  logger: typeof LOGGER_TOKEN;
9
9
  envManager: typeof ENV_MANAGER_TOKEN;
10
10
  }) => () => void;
11
+ //# sourceMappingURL=server.d.ts.map
@@ -1,3 +1,4 @@
1
+ /// <reference types="node" />
1
2
  import type { LOGGER_TOKEN, ENV_MANAGER_TOKEN } from '@tramvai/module-common';
2
3
  import type { APP_INFO_TOKEN } from '@tramvai/core';
3
4
  export declare const staticAppCommand: ({ logger, envManager, appInfo, }: {
@@ -5,3 +6,4 @@ export declare const staticAppCommand: ({ logger, envManager, appInfo, }: {
5
6
  envManager: typeof ENV_MANAGER_TOKEN;
6
7
  appInfo: typeof APP_INFO_TOKEN;
7
8
  }) => (() => Promise<void>) | (() => Promise<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
+ //# sourceMappingURL=static.d.ts.map
@@ -7,3 +7,4 @@ export declare class ServerResponseTaskManager implements IServerResponseTaskMan
7
7
  processQueue(): void;
8
8
  closeQueue(): Promise<any[]>;
9
9
  }
10
+ //# sourceMappingURL=taskManager.d.ts.map
@@ -1,3 +1,4 @@
1
+ /// <reference types="node" />
1
2
  import type { EXECUTION_CONTEXT_MANAGER_TOKEN, LOGGER_TOKEN } from '@tramvai/tokens-common';
2
3
  import type { COMMAND_LINE_RUNNER_TOKEN } from '@tramvai/core';
3
4
  import type { SERVER_TOKEN } from '@tramvai/tokens-server';
@@ -21,3 +22,4 @@ export declare const webAppInitCommand: ({ app, logger, commandLineRunner, execu
21
22
  afterError: ExtractDependencyType<typeof WEB_FASTIFY_APP_AFTER_ERROR_TOKEN>;
22
23
  fetchWebpackStats: ExtractDependencyType<typeof FETCH_WEBPACK_STATS_TOKEN>;
23
24
  }) => () => Promise<void>;
25
+ //# sourceMappingURL=webApp.d.ts.map
@@ -6,3 +6,4 @@ export declare const xHeadersFactory: ({ app, envManager, appInfo, }: {
6
6
  envManager: typeof ENV_MANAGER_TOKEN;
7
7
  appInfo: typeof APP_INFO_TOKEN;
8
8
  }) => () => Promise<void>;
9
+ //# sourceMappingURL=xHeaders.d.ts.map
package/lib/server.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  export * from '@tramvai/tokens-server';
2
2
  export declare class ServerModule {
3
3
  }
4
+ //# sourceMappingURL=server.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-server",
3
- "version": "2.150.0",
3
+ "version": "2.150.1",
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.150.0",
29
- "@tramvai/module-metrics": "2.150.0",
30
- "@tramvai/papi": "2.150.0",
31
- "@tramvai/tokens-server": "2.150.0",
32
- "@tramvai/tokens-server-private": "2.150.0",
28
+ "@tramvai/module-cache-warmup": "2.150.1",
29
+ "@tramvai/module-metrics": "2.150.1",
30
+ "@tramvai/papi": "2.150.1",
31
+ "@tramvai/tokens-server": "2.150.1",
32
+ "@tramvai/tokens-server-private": "2.150.1",
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.16",
44
44
  "@tinkoff/utils": "^2.1.2",
45
- "@tramvai/cli": "2.150.0",
46
- "@tramvai/core": "2.150.0",
47
- "@tramvai/react": "2.150.0",
48
- "@tramvai/module-common": "2.150.0",
49
- "@tramvai/module-environment": "2.150.0",
50
- "@tramvai/tokens-common": "2.150.0",
51
- "@tramvai/tokens-core-private": "2.150.0",
52
- "@tramvai/tokens-render": "2.150.0",
45
+ "@tramvai/cli": "2.150.1",
46
+ "@tramvai/core": "2.150.1",
47
+ "@tramvai/react": "2.150.1",
48
+ "@tramvai/module-common": "2.150.1",
49
+ "@tramvai/module-environment": "2.150.1",
50
+ "@tramvai/tokens-common": "2.150.1",
51
+ "@tramvai/tokens-core-private": "2.150.1",
52
+ "@tramvai/tokens-render": "2.150.1",
53
53
  "react": ">=16.14.0",
54
54
  "react-dom": ">=16.14.0",
55
55
  "tslib": "^2.4.0"