@vknext/shared 1.4.1 → 1.4.2

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.
@@ -825,7 +825,7 @@ interface IVKApi {
825
825
  signal?: AbortSignal;
826
826
  },
827
827
  ): Promise<T>;
828
- login(method: string): Promise<IVKApiLoginResponse>;
828
+ login(method: string, params: Record<string, any>): Promise<IVKApiLoginResponse>;
829
829
  }
830
830
 
831
831
  interface IStories {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vknext/shared",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "vk next shared",
5
5
  "type": "module",
6
6
  "files": [