@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.
@@ -5,7 +5,7 @@ import { stringify, jsonEval, contains, assert, isNodeSdk, stringToByteArray, Sh
5
5
  import { Logger, LogLevel } from '@firebase/logger';
6
6
 
7
7
  var name = "@firebase/database";
8
- var version = "1.0.4-canary.fe09d8338";
8
+ var version = "1.0.4-dataconnect-preview.f2a1a4bfb";
9
9
 
10
10
  /**
11
11
  * @license
@@ -13656,6 +13656,7 @@ var QueryLimitToLastConstraint = /** @class */ (function (_super) {
13656
13656
  var _this = _super.call(this) || this;
13657
13657
  _this._limit = _limit;
13658
13658
  _this.type = 'limitToLast';
13659
+ console.log(_this.type);
13659
13660
  return _this;
13660
13661
  }
13661
13662
  QueryLimitToLastConstraint.prototype._apply = function (query) {