@tramvai/tokens-server-private 2.79.9 → 2.82.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/index.d.ts CHANGED
@@ -89,13 +89,6 @@ export declare const WEB_FASTIFY_APP_AFTER_INIT_TOKEN: FASTIFY_APP_INIT_HANDLER
89
89
  export declare const WEB_FASTIFY_APP_BEFORE_ERROR_TOKEN: FASTIFY_APP_ERROR_HANDLER & {
90
90
  __type?: "multi token" | undefined;
91
91
  };
92
- /**
93
- * @description
94
- * Subscription to error handler.
95
- */
96
- export declare const WEB_FASTIFY_APP_PROCESS_ERROR_TOKEN: FASTIFY_APP_ERROR_HANDLER & {
97
- __type?: "multi token" | undefined;
98
- };
99
92
  /**
100
93
  * @description
101
94
  * Subscription to error handler after default handlers.
package/lib/index.es.js CHANGED
@@ -58,11 +58,6 @@ const WEB_FASTIFY_APP_AFTER_INIT_TOKEN = createToken('webApp fastify afterInit',
58
58
  * Subscription to error handler before any default handlers.
59
59
  */
60
60
  const WEB_FASTIFY_APP_BEFORE_ERROR_TOKEN = createToken('webApp fastify beforeError', { multi: true });
61
- /**
62
- * @description
63
- * Subscription to error handler.
64
- */
65
- const WEB_FASTIFY_APP_PROCESS_ERROR_TOKEN = createToken('webApp fastify error', { multi: true });
66
61
  /**
67
62
  * @description
68
63
  * Subscription to error handler after default handlers.
@@ -86,4 +81,4 @@ const PAPI_EXECUTOR = createToken('papi executor');
86
81
  */
87
82
  const EARLY_HINTS_MANAGER_TOKEN = createToken('earlyHintsManager');
88
83
 
89
- export { EARLY_HINTS_MANAGER_TOKEN, FASTIFY_REQUEST, FASTIFY_RESPONSE, PAPI_EXECUTOR, SERVER_FACTORY_TOKEN, UTILITY_SERVER_TOKEN, UTILITY_WEB_FASTIFY_APP_TOKEN, WEB_FASTIFY_APP_AFTER_ERROR_TOKEN, WEB_FASTIFY_APP_AFTER_INIT_TOKEN, WEB_FASTIFY_APP_BEFORE_ERROR_TOKEN, WEB_FASTIFY_APP_BEFORE_INIT_TOKEN, WEB_FASTIFY_APP_FACTORY_TOKEN, WEB_FASTIFY_APP_INIT_TOKEN, WEB_FASTIFY_APP_LIMITER_TOKEN, WEB_FASTIFY_APP_METRICS_TOKEN, WEB_FASTIFY_APP_PROCESS_ERROR_TOKEN, WEB_FASTIFY_APP_TOKEN };
84
+ export { EARLY_HINTS_MANAGER_TOKEN, FASTIFY_REQUEST, FASTIFY_RESPONSE, PAPI_EXECUTOR, SERVER_FACTORY_TOKEN, UTILITY_SERVER_TOKEN, UTILITY_WEB_FASTIFY_APP_TOKEN, WEB_FASTIFY_APP_AFTER_ERROR_TOKEN, WEB_FASTIFY_APP_AFTER_INIT_TOKEN, WEB_FASTIFY_APP_BEFORE_ERROR_TOKEN, WEB_FASTIFY_APP_BEFORE_INIT_TOKEN, WEB_FASTIFY_APP_FACTORY_TOKEN, WEB_FASTIFY_APP_INIT_TOKEN, WEB_FASTIFY_APP_LIMITER_TOKEN, WEB_FASTIFY_APP_METRICS_TOKEN, WEB_FASTIFY_APP_TOKEN };
package/lib/index.js CHANGED
@@ -62,11 +62,6 @@ const WEB_FASTIFY_APP_AFTER_INIT_TOKEN = dippy.createToken('webApp fastify after
62
62
  * Subscription to error handler before any default handlers.
63
63
  */
64
64
  const WEB_FASTIFY_APP_BEFORE_ERROR_TOKEN = dippy.createToken('webApp fastify beforeError', { multi: true });
65
- /**
66
- * @description
67
- * Subscription to error handler.
68
- */
69
- const WEB_FASTIFY_APP_PROCESS_ERROR_TOKEN = dippy.createToken('webApp fastify error', { multi: true });
70
65
  /**
71
66
  * @description
72
67
  * Subscription to error handler after default handlers.
@@ -105,5 +100,4 @@ exports.WEB_FASTIFY_APP_FACTORY_TOKEN = WEB_FASTIFY_APP_FACTORY_TOKEN;
105
100
  exports.WEB_FASTIFY_APP_INIT_TOKEN = WEB_FASTIFY_APP_INIT_TOKEN;
106
101
  exports.WEB_FASTIFY_APP_LIMITER_TOKEN = WEB_FASTIFY_APP_LIMITER_TOKEN;
107
102
  exports.WEB_FASTIFY_APP_METRICS_TOKEN = WEB_FASTIFY_APP_METRICS_TOKEN;
108
- exports.WEB_FASTIFY_APP_PROCESS_ERROR_TOKEN = WEB_FASTIFY_APP_PROCESS_ERROR_TOKEN;
109
103
  exports.WEB_FASTIFY_APP_TOKEN = WEB_FASTIFY_APP_TOKEN;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/tokens-server-private",
3
- "version": "2.79.9",
3
+ "version": "2.82.0",
4
4
  "description": "Tramvai private tokens for @tramvai/module-server",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.es.js",
@@ -18,7 +18,7 @@
18
18
  "watch": "tsc -w"
19
19
  },
20
20
  "dependencies": {
21
- "@tramvai/papi": "2.79.9"
21
+ "@tramvai/papi": "2.82.0"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@tinkoff/dippy": "0.8.15",