Skip to content

Commit 7d655a8

Browse files
authored
Fixes for performance-exp (#3855)
1 parent 7c1c7f1 commit 7d655a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages-exp/firebase-exp/performance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"main": "dist/index.cjs.js",
44
"browser": "dist/index.esm.js",
55
"module": "dist/index.esm.js",
6-
"typings": "dist/index.d.ts"
6+
"typings": "dist/performance/index.d.ts"
77
}

packages-exp/performance-exp/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ import {
3737
} from '@firebase/component';
3838
import { name, version } from '../package.json';
3939
import { Trace } from './resources/trace';
40+
import '@firebase/installations-exp';
4041

4142
const DEFAULT_ENTRY_NAME = '[DEFAULT]';
4243

0 commit comments

Comments
 (0)