@firebase/database-compat 0.2.7 → 0.2.8-20221010203322

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @firebase/database-compat
2
2
 
3
+ ## 0.2.8-20221010203322
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`5aa48d0ab`](https://github.com/firebase/firebase-js-sdk/commit/5aa48d0ab432002ccf49d65bf2ff637e82a2b402), [`171b78b76`](https://github.com/firebase/firebase-js-sdk/commit/171b78b762826a640d267dd4dd172ad9459c4561), [`29d034072`](https://github.com/firebase/firebase-js-sdk/commit/29d034072c20af394ce384e42aa10a37d5dfcb18)]:
8
+ - @firebase/database@0.13.8-20221010203322
9
+ - @firebase/util@1.7.1-20221010203322
10
+ - @firebase/component@0.5.19-20221010203322
11
+ - @firebase/database-types@0.9.15-20221010203322
12
+
3
13
  ## 0.2.7
4
14
 
5
15
  ### Patch Changes
@@ -5,7 +5,7 @@ import { errorPrefix, validateArgCount, validateCallback, validateContextObject,
5
5
  import { Logger } from '@firebase/logger';
6
6
 
7
7
  const name = "@firebase/database-compat";
8
- const version = "0.2.7";
8
+ const version = "0.2.8-20221010203322";
9
9
 
10
10
  /**
11
11
  * @license
@@ -6,7 +6,7 @@ import { __extends } from 'tslib';
6
6
  import { Logger } from '@firebase/logger';
7
7
 
8
8
  var name = "@firebase/database-compat";
9
- var version = "0.2.7";
9
+ var version = "0.2.8-20221010203322";
10
10
 
11
11
  /**
12
12
  * @license
package/dist/index.js CHANGED
@@ -12,7 +12,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
12
12
  var firebase__default = /*#__PURE__*/_interopDefaultLegacy(firebase);
13
13
 
14
14
  var name = "@firebase/database-compat";
15
- var version = "0.2.7";
15
+ var version = "0.2.8-20221010203322";
16
16
 
17
17
  /**
18
18
  * @license
@@ -16461,8 +16461,8 @@ function onDisconnect(ref) {
16461
16461
  * resulting list of items is chronologically sorted. The keys are also
16462
16462
  * designed to be unguessable (they contain 72 random bits of entropy).
16463
16463
  *
16464
- * See {@link https://firebase.google.com/docs/database/web/lists-of-data#append_to_a_list_of_data | Append to a list of data}
16465
- * </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}
16464
+ * See {@link https://firebase.google.com/docs/database/web/lists-of-data#append_to_a_list_of_data | Append to a list of data}.
16465
+ * See {@link https://firebase.googleblog.com/2015/02/the-2120-ways-to-ensure-unique_68.html | The 2^120 Ways to Ensure Unique Identifiers}.
16466
16466
  *
16467
16467
  * @param parent - The parent location.
16468
16468
  * @param value - Optional value to be written at the generated location.
@@ -16927,8 +16927,8 @@ var QueryEndBeforeConstraint = /** @class */ (function (_super) {
16927
16927
  *
16928
16928
  * The ending point is exclusive. If only a value is provided, children
16929
16929
  * with a value less than the specified value will be included in the query.
16930
- * If a key is specified, then children must have a value lesss than or equal
16931
- * to the specified value and a a key name less than the specified key.
16930
+ * If a key is specified, then children must have a value less than or equal
16931
+ * to the specified value and a key name less than the specified key.
16932
16932
  *
16933
16933
  * @param value - The value to end before. The argument type depends on which
16934
16934
  * `orderBy*()` function was used in this query. Specify a value that matches