@firebase/auth-types 0.12.3 → 0.13.0-20250205220033

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/index.d.ts +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -130,6 +130,7 @@ export type ActionCodeSettings = {
130
130
  iOS?: { bundleId: string };
131
131
  url: string;
132
132
  dynamicLinkDomain?: string;
133
+ linkDomain?: string;
133
134
  };
134
135
 
135
136
  export type AdditionalUserInfo = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/auth-types",
3
- "version": "0.12.3",
3
+ "version": "0.13.0-20250205220033",
4
4
  "description": "@firebase/auth Types",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "license": "Apache-2.0",