Skip to content

Commit 66596f3

Browse files
authored
use raw api-report rollup d.ts (#5397)
* use raw api-report rollup d.ts * Create dirty-balloons-unite.md
1 parent 6163bb2 commit 66596f3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/dirty-balloons-unite.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@firebase/auth": patch
3+
---
4+
5+
Fix typings where the constructor of `OAuthProvider` was missing.

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"test:node:integration": "ts-node -O '{\"module\": \"commonjs\", \"target\": \"es6\"}' scripts/run_node_tests.ts --integration",
4242
"test:node:integration:local": "ts-node -O '{\"module\": \"commonjs\", \"target\": \"es6\"}' scripts/run_node_tests.ts --integration --local",
4343
"test:webdriver": "rollup -c test/integration/webdriver/static/rollup.config.js && ts-node -O '{\"module\": \"commonjs\", \"target\": \"es6\"}' scripts/run_node_tests.ts --webdriver",
44-
"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",
44+
"api-report": "api-extractor run --local --verbose",
4545
"doc": "api-documenter markdown --input temp --output docs",
4646
"build:doc": "yarn build && yarn doc",
4747
"typings:public": "node ../../scripts/exp/use_typings.js ./dist/auth-public.d.ts"

0 commit comments

Comments
 (0)