@tramvai/tokens-server-private 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.
Files changed (2) hide show
  1. package/lib/index.d.ts +1 -1
  2. package/package.json +4 -4
package/lib/index.d.ts CHANGED
@@ -43,7 +43,7 @@ export declare const FASTIFY_REQUEST: FastifyRequest<import("fastify").RouteGene
43
43
  * @description
44
44
  * Direct reference to response object
45
45
  */
46
- export declare const FASTIFY_RESPONSE: FastifyReply<import("fastify").RawServerDefault, import("http").IncomingMessage, import("http").ServerResponse<import("http").IncomingMessage>, import("fastify").RouteGenericInterface, unknown, import("fastify").FastifySchema, import("fastify").FastifyTypeProviderDefault, unknown> & {
46
+ export declare const FASTIFY_RESPONSE: FastifyReply<import("fastify").RouteGenericInterface, import("fastify").RawServerDefault, import("http").IncomingMessage, import("http").ServerResponse<import("http").IncomingMessage>, unknown, import("fastify").FastifySchema, import("fastify").FastifyTypeProviderDefault, unknown> & {
47
47
  __type?: "base token" | undefined;
48
48
  };
49
49
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/tokens-server-private",
3
- "version": "6.78.0",
3
+ "version": "6.78.1",
4
4
  "description": "Tramvai private tokens for @tramvai/module-server",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.es.js",
@@ -18,12 +18,12 @@
18
18
  "watch": "tsc -w"
19
19
  },
20
20
  "dependencies": {
21
- "@tramvai/papi": "6.78.0"
21
+ "@tramvai/papi": "6.78.1"
22
22
  },
23
23
  "peerDependencies": {
24
- "@fastify/cookie": "^8.3.0",
24
+ "@fastify/cookie": "^11.0.2",
25
25
  "@tinkoff/dippy": "0.12.6",
26
- "fastify": "^4.14.1",
26
+ "fastify": "^5.6.2",
27
27
  "tslib": "^2.4.0"
28
28
  },
29
29
  "license": "Apache-2.0"