@firebase/database-compat 0.2.6 → 0.2.7
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 +0 -16
- 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.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";
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
18
|
* @license
|
package/dist/index.standalone.js
CHANGED
|
@@ -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:
|