@firebase/component
Advanced tools
Comparing version 0.1.2-canary.9a1a8693 to 0.1.2-canary.cfa8a5f0
@@ -16,3 +16,3 @@ 'use strict'; | ||
* @param instanceFactory Service factory responsible for creating the public interface | ||
* @param type whehter the service provided by the component is public or private | ||
* @param type whether the service provided by the component is public or private | ||
*/ | ||
@@ -19,0 +19,0 @@ function Component(name, instanceFactory, type) { |
@@ -12,3 +12,3 @@ import { __assign, __values, __read, __awaiter, __generator } from 'tslib'; | ||
* @param instanceFactory Service factory responsible for creating the public interface | ||
* @param type whehter the service provided by the component is public or private | ||
* @param type whether the service provided by the component is public or private | ||
*/ | ||
@@ -15,0 +15,0 @@ function Component(name, instanceFactory, type) { |
@@ -11,3 +11,3 @@ import { Deferred } from '@firebase/util'; | ||
* @param instanceFactory Service factory responsible for creating the public interface | ||
* @param type whehter the service provided by the component is public or private | ||
* @param type whether the service provided by the component is public or private | ||
*/ | ||
@@ -14,0 +14,0 @@ constructor(name, instanceFactory, type) { |
@@ -35,3 +35,3 @@ /** | ||
* @param instanceFactory Service factory responsible for creating the public interface | ||
* @param type whehter the service provided by the component is public or private | ||
* @param type whether the service provided by the component is public or private | ||
*/ | ||
@@ -38,0 +38,0 @@ constructor(name: T, instanceFactory: InstanceFactory<T>, type: ComponentType); |
{ | ||
"name": "@firebase/component", | ||
"version": "0.1.2-canary.9a1a8693", | ||
"version": "0.1.2-canary.cfa8a5f0", | ||
"description": "Firebase Component Platform", | ||
@@ -24,3 +24,3 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"dependencies": { | ||
"@firebase/util": "0.2.37-canary.9a1a8693", | ||
"@firebase/util": "0.2.37-canary.cfa8a5f0", | ||
"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
+ Added@firebase/util@0.2.37-canary.cfa8a5f0(transitive)
- Removed@firebase/util@0.2.37-canary.9a1a8693(transitive)