Skip to content

Commit 911652e

Browse files
committed
Add conditional delays to auth-next (#2934)
* Add conditional delays to auth-next * [AUTOMATED]: Prettier Code Styling * Use typescript asserts keyword for typesafe assertions * [AUTOMATED]: Prettier Code Styling * Rebase conflicts & PR feedback * More PR Feedback * Strip debug asserts from prod builds * [AUTOMATED]: Prettier Code Styling * [AUTOMATED]: API Reports * Fix logic in assertion * Revert merge artifacts * PR Feedback
1 parent 7b297c5 commit 911652e

File tree

3 files changed

+15535
-1
lines changed

3 files changed

+15535
-1
lines changed

packages-exp/auth-exp/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"license": "Apache-2.0",
3838
"devDependencies": {
3939
"@rollup/plugin-strip": "^1.3.2",
40-
"@firebase/app-exp": "0.x",
4140
"rollup": "1.32.1",
4241
"rollup-plugin-json": "4.0.0",
4342
"rollup-plugin-replace": "2.2.0",

packages-exp/auth-exp/src/api/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import {
2727
ServerError,
2828
ServerErrorMap
2929
} from './errors';
30+
import { Delay } from '../core/util/delay';
3031

3132
export enum HttpMethod {
3233
POST = 'POST',

0 commit comments

Comments
 (0)