@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 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
@@ -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.6";
8
+ const version = "0.2.7";
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.6";
9
+ var version = "0.2.7";
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.6";
15
+ var version = "0.2.7";
16
16
 
17
17
  /**
18
18
  * @license
@@ -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: