@opensecret/react 1.3.3 → 1.3.4

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -629,6 +629,8 @@ declare type MeResponse = {
629
629
  declare type OAuthProviderSettings = {
630
630
  client_id: string;
631
631
  redirect_url: string;
632
+ team_id?: string;
633
+ key_id?: string;
632
634
  };
633
635
 
634
636
  declare type OAuthSettings = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensecret/react",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "files": [