@tramvai/tokens-child-app 2.150.0 → 2.151.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
@@ -85,7 +85,7 @@ export declare const CHILD_APP_INTERNAL_ACTION_TOKEN: (((context: import("@tramv
85
85
  __type?: "multi token" | undefined;
86
86
  }) | (TramvaiAction<any[], any, any> & {
87
87
  __type?: "multi token" | undefined;
88
- }) | ((Action<any, any, any> | TramvaiAction<any[], any, any>)[] & {
88
+ }) | ((Action | TramvaiAction<any[], any, any>)[] & {
89
89
  __type?: "multi token" | undefined;
90
90
  });
91
91
  /**
@@ -181,3 +181,4 @@ export declare const CHILD_APP_INTERNAL_RENDER_TOKEN: (import("react").Component
181
181
  }) | (import("react").FunctionComponent<WrapperProps<any>> & {
182
182
  __type?: "base token" | undefined;
183
183
  });
184
+ //# sourceMappingURL=index.d.ts.map
package/lib/types.d.ts CHANGED
@@ -92,3 +92,4 @@ export interface RootStateSubscription {
92
92
  listener: (state: Record<string, any>) => void;
93
93
  }
94
94
  export {};
95
+ //# sourceMappingURL=types.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/tokens-child-app",
3
- "version": "2.150.0",
3
+ "version": "2.151.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -21,9 +21,9 @@
21
21
  },
22
22
  "peerDependencies": {
23
23
  "@tinkoff/dippy": "0.8.16",
24
- "@tramvai/core": "2.150.0",
25
- "@tramvai/state": "2.150.0",
26
- "@tramvai/tokens-common": "2.150.0",
24
+ "@tramvai/core": "2.151.0",
25
+ "@tramvai/state": "2.151.0",
26
+ "@tramvai/tokens-common": "2.151.0",
27
27
  "react": ">=16.14.0"
28
28
  },
29
29
  "module": "lib/index.es.js"