@firebase/auth-types 0.12.3-canary.5250e8006 → 0.12.3-canary.59ae45e48

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 +0 -1
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -130,7 +130,6 @@ export type ActionCodeSettings = {
130
130
  iOS?: { bundleId: string };
131
131
  url: string;
132
132
  dynamicLinkDomain?: string;
133
- linkDomain?: string;
134
133
  };
135
134
 
136
135
  export type AdditionalUserInfo = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/auth-types",
3
- "version": "0.12.3-canary.5250e8006",
3
+ "version": "0.12.3-canary.59ae45e48",
4
4
  "description": "@firebase/auth Types",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "license": "Apache-2.0",
@@ -12,8 +12,8 @@
12
12
  "index.d.ts"
13
13
  ],
14
14
  "peerDependencies": {
15
- "@firebase/app-types": "0.9.3-canary.5250e8006",
16
- "@firebase/util": "1.10.3-canary.5250e8006"
15
+ "@firebase/app-types": "0.9.3-canary.59ae45e48",
16
+ "@firebase/util": "1.10.3-canary.59ae45e48"
17
17
  },
18
18
  "repository": {
19
19
  "directory": "packages/auth-types",