@firebase/database-compat 1.0.5-canary.8fb372afb → 1.0.5-dataconnect-preview.877f8b7d0

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 { errorPrefix, validateArgCount, validateCallback, validateContextObject,
5
5
  import { Logger } from '@firebase/logger';
6
6
 
7
7
  const name = "@firebase/database-compat";
8
- const version = "1.0.5-canary.8fb372afb";
8
+ const version = "1.0.5-dataconnect-preview.877f8b7d0";
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 = "1.0.5-canary.8fb372afb";
9
+ var version = "1.0.5-dataconnect-preview.877f8b7d0";
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 = "1.0.5-canary.8fb372afb";
15
+ var version = "1.0.5-dataconnect-preview.877f8b7d0";
16
16
 
17
17
  /**
18
18
  * @license
@@ -17011,6 +17011,7 @@ var QueryLimitToLastConstraint = /** @class */ (function (_super) {
17011
17011
  var _this = _super.call(this) || this;
17012
17012
  _this._limit = _limit;
17013
17013
  _this.type = 'limitToLast';
17014
+ console.log(_this.type);
17014
17015
  return _this;
17015
17016
  }
17016
17017
  QueryLimitToLastConstraint.prototype._apply = function (query) {