@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 +10 -0
- package/dist/index.esm2017.js +1 -1
- package/dist/index.esm5.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.standalone.js +4 -4
- package/dist/index.standalone.js.map +1 -1
- package/dist/node-esm/index.js +1 -1
- package/package.json +6 -6
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
|
package/dist/index.esm2017.js
CHANGED
package/dist/index.esm5.js
CHANGED
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.
|
|
15
|
+
var version = "0.2.8-20221010203322";
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
18
|
* @license
|
package/dist/index.standalone.js
CHANGED
|
@@ -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
|
-
*
|
|
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
|
|
16931
|
-
* to the specified value and a
|
|
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
|