@firebase/component
Advanced tools
Comparing version 0.1.3 to 0.1.4-0
@@ -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.3", | ||
"version": "0.1.4-0", | ||
"description": "Firebase Component Platform", | ||
@@ -18,3 +18,4 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"dev": "rollup -c -w", | ||
"test": "run-p lint test:browser test:node", | ||
"test": "yarn type-check && run-p lint test:browser test:node", | ||
"type-check": "tsc -p . --noEmit", | ||
"test:browser": "karma start --single-run", | ||
@@ -25,3 +26,3 @@ "test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha src/**/*.test.ts --opts ../../config/mocha.node.opts", | ||
"dependencies": { | ||
"@firebase/util": "0.2.38", | ||
"@firebase/util": "0.2.39-0", | ||
"tslib": "1.10.0" | ||
@@ -28,0 +29,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
106518
+ Added@firebase/util@0.2.39-0(transitive)
- Removed@firebase/util@0.2.38(transitive)
Updated@firebase/util@0.2.39-0