dochub-sdk 0.1.234 → 0.1.235

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.
@@ -20,7 +20,7 @@ export type DocHubLocationWatcher = (location: URL) => void;
20
20
  /**
21
21
  * Обработчик middleware роутера
22
22
  */
23
- export type DocHubRouterMiddlewareHandle = () => Promise<void>;
23
+ export type DocHubRouterMiddlewareHandle = (to, from, next) => Promise<void>;
24
24
 
25
25
  /**
26
26
  * Интерфейс middleware
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dochub-sdk",
3
- "version": "0.1.234",
3
+ "version": "0.1.235",
4
4
  "description": "The DocHub System Development Kit.",
5
5
  "private": false,
6
6
  "main": "index.ts",