@tramvai/module-router 2.108.1 → 2.109.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.
@@ -10,5 +10,5 @@ export declare function serializeError(error: AnyError): SerializedError;
10
10
  export declare function deserializeError(serializedError: SerializedError): AnyError;
11
11
  export type IPageErrorStore = SerializedError | null;
12
12
  export declare const setPageErrorEvent: import("@tramvai/types-actions-state-context").EventCreator1<AnyError, AnyError>;
13
- export declare const PageErrorStore: import("@tramvai/state").Reducer<SerializedError, "pageError">;
13
+ export declare const PageErrorStore: import("@tramvai/state").Reducer<SerializedError, "pageError", never>;
14
14
  export {};
@@ -8,4 +8,4 @@ export interface RouterState {
8
8
  currentUrl: Url;
9
9
  previousUrl: Url;
10
10
  }
11
- export declare const RouterStore: import("@tramvai/state").Reducer<RouterState, "router">;
11
+ export declare const RouterStore: import("@tramvai/state").Reducer<RouterState, "router", never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-router",
3
- "version": "2.108.1",
3
+ "version": "2.109.1",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "browser": {
@@ -28,24 +28,24 @@
28
28
  "@tinkoff/errors": "0.3.8",
29
29
  "@tinkoff/router": "0.2.16",
30
30
  "@tinkoff/url": "0.8.6",
31
- "@tramvai/react": "2.108.1",
32
- "@tramvai/tokens-child-app": "2.108.1",
33
- "@tramvai/tokens-render": "2.108.1",
34
- "@tramvai/tokens-router": "2.108.1",
35
- "@tramvai/tokens-server": "2.108.1",
36
- "@tramvai/experiments": "2.108.1"
31
+ "@tramvai/react": "2.109.1",
32
+ "@tramvai/tokens-child-app": "2.109.1",
33
+ "@tramvai/tokens-render": "2.109.1",
34
+ "@tramvai/tokens-router": "2.109.1",
35
+ "@tramvai/tokens-server": "2.109.1",
36
+ "@tramvai/experiments": "2.109.1"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@tinkoff/utils": "^2.1.2",
40
- "@tramvai/cli": "2.108.1",
41
- "@tramvai/core": "2.108.1",
42
- "@tramvai/module-log": "2.108.1",
43
- "@tramvai/module-server": "2.108.1",
44
- "@tramvai/papi": "2.108.1",
45
- "@tramvai/state": "2.108.1",
46
- "@tramvai/test-helpers": "2.108.1",
47
- "@tramvai/test-mocks": "2.108.1",
48
- "@tramvai/tokens-common": "2.108.1",
40
+ "@tramvai/cli": "2.109.1",
41
+ "@tramvai/core": "2.109.1",
42
+ "@tramvai/module-log": "2.109.1",
43
+ "@tramvai/module-server": "2.109.1",
44
+ "@tramvai/papi": "2.109.1",
45
+ "@tramvai/state": "2.109.1",
46
+ "@tramvai/test-helpers": "2.109.1",
47
+ "@tramvai/test-mocks": "2.109.1",
48
+ "@tramvai/tokens-common": "2.109.1",
49
49
  "@tinkoff/dippy": "0.8.15",
50
50
  "react": "*",
51
51
  "tslib": "^2.4.0"