@firebase/component
Advanced tools
Comparing version 0.1.0-canary.e4a987e to 0.1.0-canary.fe11de0
@@ -138,2 +138,5 @@ 'use strict'; | ||
}; | ||
Provider.prototype.getComponent = function () { | ||
return this.component; | ||
}; | ||
Provider.prototype.setComponent = function (component) { | ||
@@ -140,0 +143,0 @@ var e_1, _a; |
@@ -134,2 +134,5 @@ import { __assign, __values, __read, __awaiter, __generator } from 'tslib'; | ||
}; | ||
Provider.prototype.getComponent = function () { | ||
return this.component; | ||
}; | ||
Provider.prototype.setComponent = function (component) { | ||
@@ -136,0 +139,0 @@ var e_1, _a; |
@@ -131,2 +131,5 @@ import { Deferred } from '@firebase/util'; | ||
} | ||
getComponent() { | ||
return this.component; | ||
} | ||
setComponent(component) { | ||
@@ -133,0 +136,0 @@ if (component.name !== this.name) { |
@@ -52,2 +52,3 @@ /** | ||
}): NameServiceMapping[T]; | ||
getComponent(): Component<T> | null; | ||
setComponent(component: Component<T>): void; | ||
@@ -54,0 +55,0 @@ clearInstance(identifier?: string): void; |
@@ -32,3 +32,4 @@ /** | ||
PUBLIC = "PUBLIC", | ||
PRIVATE = "PRIVATE" | ||
PRIVATE = "PRIVATE", | ||
VERSION = "VERSION" | ||
} | ||
@@ -35,0 +36,0 @@ /** |
{ | ||
"name": "@firebase/component", | ||
"version": "0.1.0-canary.e4a987e", | ||
"version": "0.1.0-canary.fe11de0", | ||
"description": "Firebase Component Platform", | ||
@@ -24,3 +24,3 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"dependencies": { | ||
"@firebase/util": "0.2.34-canary.e4a987e", | ||
"@firebase/util": "0.2.34-canary.fe11de0", | ||
"tslib": "1.10.0" | ||
@@ -27,0 +27,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
106437
1195
+ Added@firebase/util@0.2.34-canary.fe11de0(transitive)
- Removed@firebase/util@0.2.34-canary.e4a987e(transitive)