@firebase/component
Advanced tools
Comparing version 0.6.8 to 0.6.9-20240916151535
@@ -92,3 +92,3 @@ import { Deferred } from '@firebase/util'; | ||
/** | ||
* @param identifier A provider can provide mulitple instances of a service | ||
* @param identifier A provider can provide multiple instances of a service | ||
* if this.component.multipleInstances is true. | ||
@@ -143,3 +143,3 @@ */ | ||
else { | ||
// In case a component is not initialized and should/can not be auto-initialized at the moment, return null if the optional flag is set, or throw | ||
// In case a component is not initialized and should/cannot be auto-initialized at the moment, return null if the optional flag is set, or throw | ||
if (optional) { | ||
@@ -146,0 +146,0 @@ return null; |
@@ -94,3 +94,3 @@ import { __values, __read, __awaiter, __generator, __spreadArray } from 'tslib'; | ||
/** | ||
* @param identifier A provider can provide mulitple instances of a service | ||
* @param identifier A provider can provide multiple instances of a service | ||
* if this.component.multipleInstances is true. | ||
@@ -145,3 +145,3 @@ */ | ||
else { | ||
// In case a component is not initialized and should/can not be auto-initialized at the moment, return null if the optional flag is set, or throw | ||
// In case a component is not initialized and should/cannot be auto-initialized at the moment, return null if the optional flag is set, or throw | ||
if (optional) { | ||
@@ -148,0 +148,0 @@ return null; |
@@ -34,3 +34,3 @@ /** | ||
/** | ||
* @param identifier A provider can provide mulitple instances of a service | ||
* @param identifier A provider can provide multiple instances of a service | ||
* if this.component.multipleInstances is true. | ||
@@ -41,3 +41,3 @@ */ | ||
* | ||
* @param options.identifier A provider can provide mulitple instances of a service | ||
* @param options.identifier A provider can provide multiple instances of a service | ||
* if this.component.multipleInstances is true. | ||
@@ -44,0 +44,0 @@ * @param options.optional If optional is false or not provided, the method throws an error when |
@@ -29,3 +29,3 @@ /** | ||
* PRIVATE: A private component provides a set of private APIs that are used internally by other | ||
* Firebase SDKs. No serivce namespace is created in `firebase` namespace and customers have no way to get them. | ||
* Firebase SDKs. No service namespace is created in `firebase` namespace and customers have no way to get them. | ||
*/ | ||
@@ -32,0 +32,0 @@ export declare const enum ComponentType { |
@@ -98,3 +98,3 @@ 'use strict'; | ||
/** | ||
* @param identifier A provider can provide mulitple instances of a service | ||
* @param identifier A provider can provide multiple instances of a service | ||
* if this.component.multipleInstances is true. | ||
@@ -149,3 +149,3 @@ */ | ||
else { | ||
// In case a component is not initialized and should/can not be auto-initialized at the moment, return null if the optional flag is set, or throw | ||
// In case a component is not initialized and should/cannot be auto-initialized at the moment, return null if the optional flag is set, or throw | ||
if (optional) { | ||
@@ -152,0 +152,0 @@ return null; |
@@ -34,3 +34,3 @@ /** | ||
/** | ||
* @param identifier A provider can provide mulitple instances of a service | ||
* @param identifier A provider can provide multiple instances of a service | ||
* if this.component.multipleInstances is true. | ||
@@ -41,3 +41,3 @@ */ | ||
* | ||
* @param options.identifier A provider can provide mulitple instances of a service | ||
* @param options.identifier A provider can provide multiple instances of a service | ||
* if this.component.multipleInstances is true. | ||
@@ -44,0 +44,0 @@ * @param options.optional If optional is false or not provided, the method throws an error when |
@@ -29,3 +29,3 @@ /** | ||
* PRIVATE: A private component provides a set of private APIs that are used internally by other | ||
* Firebase SDKs. No serivce namespace is created in `firebase` namespace and customers have no way to get them. | ||
* Firebase SDKs. No service namespace is created in `firebase` namespace and customers have no way to get them. | ||
*/ | ||
@@ -32,0 +32,0 @@ export declare const enum ComponentType { |
{ | ||
"name": "@firebase/component", | ||
"version": "0.6.8", | ||
"version": "0.6.9-20240916151535", | ||
"description": "Firebase Component Platform", | ||
@@ -31,3 +31,3 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all", | ||
"test:browser": "karma start --single-run", | ||
"test:browser": "karma start", | ||
"test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha src/**/*.test.ts --config ../../config/mocharc.node.js", | ||
@@ -37,3 +37,3 @@ "trusted-type-check": "tsec -p tsconfig.json --noEmit" | ||
"dependencies": { | ||
"@firebase/util": "1.9.7", | ||
"@firebase/util": "1.10.0-20240916151535", | ||
"tslib": "^2.1.0" | ||
@@ -40,0 +40,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
176782
+ Added@firebase/util@1.10.0-20240916151535(transitive)
- Removed@firebase/util@1.9.7(transitive)