@firebase/database 1.0.5-dataconnect-preview.877f8b7d0 → 1.0.5
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 +1 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm2017.js +1 -2
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.esm5.js +1 -2
- package/dist/index.esm5.js.map +1 -1
- package/dist/index.node.cjs.js +1 -2
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/index.standalone.js +0 -1
- package/dist/index.standalone.js.map +1 -1
- package/dist/node-esm/index.node.esm.js +1 -2
- package/dist/node-esm/index.node.esm.js.map +1 -1
- package/package.json +7 -7
package/dist/index.standalone.js
CHANGED
|
@@ -13664,7 +13664,6 @@ var QueryLimitToLastConstraint = /** @class */ (function (_super) {
|
|
|
13664
13664
|
var _this = _super.call(this) || this;
|
|
13665
13665
|
_this._limit = _limit;
|
|
13666
13666
|
_this.type = 'limitToLast';
|
|
13667
|
-
console.log(_this.type);
|
|
13668
13667
|
return _this;
|
|
13669
13668
|
}
|
|
13670
13669
|
QueryLimitToLastConstraint.prototype._apply = function (query) {
|