File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
packages-exp/installations-exp/src Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- import { registerVersion , _registerComponent } from '@firebase/app-exp' ;
18
+ import { _registerComponent } from '@firebase/app-exp' ;
19
19
import { _FirebaseService } from '@firebase/app-types-exp' ;
20
20
import { Component , ComponentType } from '@firebase/component' ;
21
21
import { getInstallations , deleteInstallations } from '../api/index' ;
22
22
23
- import { name , version } from '../../package.json' ;
24
-
25
23
export function registerInstallations ( ) : void {
26
24
const installationsName = 'installations-exp' ;
27
25
@@ -44,5 +42,3 @@ export function registerInstallations(): void {
44
42
)
45
43
) ;
46
44
}
47
-
48
- registerVersion ( name , version ) ;
Original file line number Diff line number Diff line change 17
17
18
18
// import firebase from '@firebase/app-exp';
19
19
import { registerInstallations } from './functions/config' ;
20
+ import { registerVersion } from '@firebase/app-exp' ;
21
+ import { name , version } from '../package.json' ;
20
22
21
23
export * from './api' ;
22
24
23
25
registerInstallations ( ) ;
26
+ registerVersion ( name , version ) ;
You can’t perform that action at this time.
0 commit comments