@firebase/firestore 3.10.0-canary.a8d6499b1 → 3.10.0-canary.ea3849fff

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -106,7 +106,7 @@ export declare type PersistentSingleTabManager = {
106
106
  _offlineComponentProvider?: OfflineComponentProvider;
107
107
  };
108
108
  /**
109
- * A tab manager supportting multiple tabs. SDK will synchronize queries and
109
+ * A tab manager supporting multiple tabs. SDK will synchronize queries and
110
110
  * mutations done across all tabs using the SDK.
111
111
  */
112
112
  export declare type PersistentMultipleTabManager = {
@@ -125,11 +125,11 @@ export declare type PersistentMultipleTabManager = {
125
125
  _offlineComponentProvider?: OfflineComponentProvider;
126
126
  };
127
127
  /**
128
- * A union of all avaialbe tab managers.
128
+ * A union of all available tab managers.
129
129
  */
130
130
  export declare type PersistentTabManager = PersistentSingleTabManager | PersistentMultipleTabManager;
131
131
  /**
132
- * Type to configure an `PersistentSingleTabManager` instace.
132
+ * Type to configure an `PersistentSingleTabManager` instance.
133
133
  */
134
134
  export declare type PersistentSingleTabManagerSettings = {
135
135
  /**
@@ -50,7 +50,7 @@ export interface FirestoreSettings extends LiteSettings {
50
50
  */
51
51
  cacheSizeBytes?: number;
52
52
  /**
53
- * Specifies the cache used by the SDK. Availabe options are `MemoryLocalCache`
53
+ * Specifies the cache used by the SDK. Available options are `MemoryLocalCache`
54
54
  * and `IndexedDbLocalCache`, each with different configuration options.
55
55
  *
56
56
  * When unspecified, `MemoryLocalCache` will be used by default.
package/dist/index.cjs.js CHANGED
@@ -70,7 +70,7 @@ b.MOCK_USER = new b("mock-user");
70
70
  * See the License for the specific language governing permissions and
71
71
  * limitations under the License.
72
72
  */
73
- let P = "9.19.0-canary.a8d6499b1";
73
+ let P = "9.19.1-canary.ea3849fff";
74
74
 
75
75
  /**
76
76
  * @license
@@ -20984,9 +20984,9 @@ function kf(t, e) {
20984
20984
  return s = Object.assign({
20985
20985
  useFetchStreams: e
20986
20986
  }, s), r._setSettings(s), r;
20987
- }), "PUBLIC").setMultipleInstances(!0)), app.registerVersion(v, "3.10.0-canary.a8d6499b1", t),
20987
+ }), "PUBLIC").setMultipleInstances(!0)), app.registerVersion(v, "3.10.0-canary.ea3849fff", t),
20988
20988
  // BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
20989
- app.registerVersion(v, "3.10.0-canary.a8d6499b1", "cjs2017");
20989
+ app.registerVersion(v, "3.10.0-canary.ea3849fff", "cjs2017");
20990
20990
  }();
20991
20991
 
20992
20992
  exports.AbstractUserDataWriter = $l;