@firebase/database 0.13.6 → 0.13.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 +9 -3
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.esm5.js +9 -19
- package/dist/index.esm5.js.map +1 -1
- package/dist/index.node.cjs.js +8 -18
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/index.standalone.js +0 -16
- package/dist/index.standalone.js.map +1 -1
- package/dist/node-esm/index.node.esm.js +9 -3
- package/dist/node-esm/index.node.esm.js.map +1 -1
- package/package.json +4 -4
package/dist/index.standalone.js
CHANGED
|
@@ -13983,22 +13983,6 @@ function query(query) {
|
|
|
13983
13983
|
syncPointSetReferenceConstructor(ReferenceImpl);
|
|
13984
13984
|
syncTreeSetReferenceConstructor(ReferenceImpl);
|
|
13985
13985
|
|
|
13986
|
-
/**
|
|
13987
|
-
* @license
|
|
13988
|
-
* Copyright 2020 Google LLC
|
|
13989
|
-
*
|
|
13990
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
13991
|
-
* you may not use this file except in compliance with the License.
|
|
13992
|
-
* You may obtain a copy of the License at
|
|
13993
|
-
*
|
|
13994
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
13995
|
-
*
|
|
13996
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
13997
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13998
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13999
|
-
* See the License for the specific language governing permissions and
|
|
14000
|
-
* limitations under the License.
|
|
14001
|
-
*/
|
|
14002
13986
|
/**
|
|
14003
13987
|
* This variable is also defined in the firebase Node.js Admin SDK. Before
|
|
14004
13988
|
* modifying this definition, consult the definition in:
|