@firebase/component
Advanced tools
Comparing version 0.1.0-canary.fe11de0 to 0.1.0
@@ -138,5 +138,2 @@ 'use strict'; | ||
}; | ||
Provider.prototype.getComponent = function () { | ||
return this.component; | ||
}; | ||
Provider.prototype.setComponent = function (component) { | ||
@@ -143,0 +140,0 @@ var e_1, _a; |
@@ -134,5 +134,2 @@ import { __assign, __values, __read, __awaiter, __generator } from 'tslib'; | ||
}; | ||
Provider.prototype.getComponent = function () { | ||
return this.component; | ||
}; | ||
Provider.prototype.setComponent = function (component) { | ||
@@ -139,0 +136,0 @@ var e_1, _a; |
@@ -131,5 +131,2 @@ import { Deferred } from '@firebase/util'; | ||
} | ||
getComponent() { | ||
return this.component; | ||
} | ||
setComponent(component) { | ||
@@ -136,0 +133,0 @@ if (component.name !== this.name) { |
@@ -52,3 +52,2 @@ /** | ||
}): NameServiceMapping[T]; | ||
getComponent(): Component<T> | null; | ||
setComponent(component: Component<T>): void; | ||
@@ -55,0 +54,0 @@ clearInstance(identifier?: string): void; |
@@ -32,4 +32,3 @@ /** | ||
PUBLIC = "PUBLIC", | ||
PRIVATE = "PRIVATE", | ||
VERSION = "VERSION" | ||
PRIVATE = "PRIVATE" | ||
} | ||
@@ -36,0 +35,0 @@ /** |
{ | ||
"name": "@firebase/component", | ||
"version": "0.1.0-canary.fe11de0", | ||
"version": "0.1.0", | ||
"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.fe11de0", | ||
"@firebase/util": "0.2.35", | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
105720
1184
+ Added@firebase/util@0.2.35(transitive)
- Removed@firebase/util@0.2.34-canary.fe11de0(transitive)
Updated@firebase/util@0.2.35