@firebase/database 1.0.4-canary.fe09d8338 → 1.0.4-dataconnect-preview.f2a1a4bfb

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/dist/index.cjs.js CHANGED
@@ -8,7 +8,7 @@ var util = require('@firebase/util');
8
8
  var logger$1 = require('@firebase/logger');
9
9
 
10
10
  const name = "@firebase/database";
11
- const version = "1.0.4-canary.fe09d8338";
11
+ const version = "1.0.4-dataconnect-preview.f2a1a4bfb";
12
12
 
13
13
  /**
14
14
  * @license
@@ -13218,6 +13218,7 @@ class QueryLimitToLastConstraint extends QueryConstraint {
13218
13218
  super();
13219
13219
  this._limit = _limit;
13220
13220
  this.type = 'limitToLast';
13221
+ console.log(this.type);
13221
13222
  }
13222
13223
  _apply(query) {
13223
13224
  if (query._queryParams.hasLimit()) {