@firebase/database-compat 0.2.6 → 0.2.7-canary.397317b53
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 -20
- package/dist/index.standalone.js.map +1 -1
- package/dist/node-esm/index.js +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @firebase/database-compat
|
|
2
2
|
|
|
3
|
+
## 0.2.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`fdd4ab464`](https://github.com/firebase/firebase-js-sdk/commit/fdd4ab464b59a107bdcc195df3f01e32efd89ed4)]:
|
|
8
|
+
- @firebase/util@1.7.0
|
|
9
|
+
- @firebase/database@0.13.7
|
|
10
|
+
- @firebase/database-types@0.9.14
|
|
11
|
+
- @firebase/component@0.5.18
|
|
12
|
+
|
|
3
13
|
## 0.2.6
|
|
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.7-canary.397317b53";
|
|
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
|
|
@@ -17329,22 +17329,6 @@ function query(query) {
|
|
|
17329
17329
|
syncPointSetReferenceConstructor(ReferenceImpl);
|
|
17330
17330
|
syncTreeSetReferenceConstructor(ReferenceImpl);
|
|
17331
17331
|
|
|
17332
|
-
/**
|
|
17333
|
-
* @license
|
|
17334
|
-
* Copyright 2020 Google LLC
|
|
17335
|
-
*
|
|
17336
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
17337
|
-
* you may not use this file except in compliance with the License.
|
|
17338
|
-
* You may obtain a copy of the License at
|
|
17339
|
-
*
|
|
17340
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
17341
|
-
*
|
|
17342
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
17343
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
17344
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
17345
|
-
* See the License for the specific language governing permissions and
|
|
17346
|
-
* limitations under the License.
|
|
17347
|
-
*/
|
|
17348
17332
|
/**
|
|
17349
17333
|
* This variable is also defined in the firebase Node.js Admin SDK. Before
|
|
17350
17334
|
* modifying this definition, consult the definition in:
|