From fd81ca633bff7439819f888df3604acc731b7a59 Mon Sep 17 00:00:00 2001 From: Feiyang1 Date: Fri, 27 Aug 2021 13:50:21 -0700 Subject: [PATCH 1/2] use raw api-report rollup d.ts --- packages/auth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/auth/package.json b/packages/auth/package.json index a0edbffcb15..f3442a8f737 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -41,7 +41,7 @@ "test:node:integration": "ts-node -O '{\"module\": \"commonjs\", \"target\": \"es6\"}' scripts/run_node_tests.ts --integration", "test:node:integration:local": "ts-node -O '{\"module\": \"commonjs\", \"target\": \"es6\"}' scripts/run_node_tests.ts --integration --local", "test:webdriver": "rollup -c test/integration/webdriver/static/rollup.config.js && ts-node -O '{\"module\": \"commonjs\", \"target\": \"es6\"}' scripts/run_node_tests.ts --webdriver", - "api-report": "api-extractor run --local --verbose && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/auth-public.d.ts --output dist/auth-public.d.ts", + "api-report": "api-extractor run --local --verbose", "doc": "api-documenter markdown --input temp --output docs", "build:doc": "yarn build && yarn doc", "typings:public": "node ../../scripts/exp/use_typings.js ./dist/auth-public.d.ts" From 6343ba700c9cc6983e2700a930a8985063bdac0b Mon Sep 17 00:00:00 2001 From: Feiyang Date: Fri, 27 Aug 2021 16:20:09 -0700 Subject: [PATCH 2/2] Create dirty-balloons-unite.md --- .changeset/dirty-balloons-unite.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/dirty-balloons-unite.md diff --git a/.changeset/dirty-balloons-unite.md b/.changeset/dirty-balloons-unite.md new file mode 100644 index 00000000000..45415ffc8a5 --- /dev/null +++ b/.changeset/dirty-balloons-unite.md @@ -0,0 +1,5 @@ +--- +"@firebase/auth": patch +--- + +Fix typings where the constructor of `OAuthProvider` was missing.