Skip to content

Commit 211b5b2

Browse files
committed
changed auth-exp package.json typings field to the appropriate
1 parent 89acaed commit 211b5b2

File tree

3 files changed

+15642
-5
lines changed

3 files changed

+15642
-5
lines changed

packages-exp/auth-exp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
"bugs": {
5252
"url": "https://github.com/firebase/firebase-js-sdk/issues"
5353
},
54-
"typings": "dist/index.d.ts",
54+
"typings": "dist/src/index.d.ts",
5555
"nyc": {
5656
"extension": [
5757
".ts"
5858
],
5959
"reportDir": "./coverage/node"
6060
}
61-
}
61+
}

scripts/exp/modular-export-binary-size-analysis/analysis.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function traverseDirs(
7979
const p = `${moduleLocation}/${name}`;
8080

8181
if (fs.lstatSync(p).isDirectory()) {
82-
allModulesLocation.push(p);
82+
//allModulesLocation.push(p);
8383
traverseDirs(allModulesLocation, p, executor, level + 1, levelLimit);
8484
}
8585
}
@@ -119,8 +119,8 @@ async function buildJson(
119119
async function main() {
120120
// retrieve All Modules Name
121121
const allModulesLocation = await mapWorkspaceToPackages([
122-
`${projectRoot}/packages-exp/*`,
123-
`${projectRoot}/packages/*`
122+
`${projectRoot}/packages-exp/*`
123+
// `${projectRoot}/packages/*`
124124
]);
125125
for (const moduleLocation of allModulesLocation) {
126126
// we traverse the dir in order to include binaries for submodules, e.g. @firebase/firestore/memory

0 commit comments

Comments
 (0)