@firebase/database 0.13.7 → 0.13.8-20221010190246

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.
@@ -1298,7 +1298,7 @@ var WebSocketConnection = /** @class */ (function () {
1298
1298
  }());
1299
1299
 
1300
1300
  var name = "@firebase/database";
1301
- var version = "0.13.7";
1301
+ var version = "0.13.8-20221010190246";
1302
1302
 
1303
1303
  /**
1304
1304
  * @license
@@ -13120,8 +13120,8 @@ function onDisconnect(ref) {
13120
13120
  * resulting list of items is chronologically sorted. The keys are also
13121
13121
  * designed to be unguessable (they contain 72 random bits of entropy).
13122
13122
  *
13123
- * See {@link https://firebase.google.com/docs/database/web/lists-of-data#append_to_a_list_of_data | Append to a list of data}
13124
- * </br>See {@link ttps://firebase.googleblog.com/2015/02/the-2120-ways-to-ensure-unique_68.html | The 2^120 Ways to Ensure Unique Identifiers}
13123
+ * See {@link https://firebase.google.com/docs/database/web/lists-of-data#append_to_a_list_of_data | Append to a list of data}.
13124
+ * See {@link https://firebase.googleblog.com/2015/02/the-2120-ways-to-ensure-unique_68.html | The 2^120 Ways to Ensure Unique Identifiers}.
13125
13125
  *
13126
13126
  * @param parent - The parent location.
13127
13127
  * @param value - Optional value to be written at the generated location.
@@ -13586,8 +13586,8 @@ var QueryEndBeforeConstraint = /** @class */ (function (_super) {
13586
13586
  *
13587
13587
  * The ending point is exclusive. If only a value is provided, children
13588
13588
  * with a value less than the specified value will be included in the query.
13589
- * If a key is specified, then children must have a value lesss than or equal
13590
- * to the specified value and a a key name less than the specified key.
13589
+ * If a key is specified, then children must have a value less than or equal
13590
+ * to the specified value and a key name less than the specified key.
13591
13591
  *
13592
13592
  * @param value - The value to end before. The argument type depends on which
13593
13593
  * `orderBy*()` function was used in this query. Specify a value that matches