@firebase/database 1.0.5-dataconnect-preview.388b61c7e → 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
|
@@ -1251,7 +1251,7 @@ WebSocketConnection.responsesRequiredToBeHealthy = 2;
|
|
|
1251
1251
|
WebSocketConnection.healthyTimeout = 30000;
|
|
1252
1252
|
|
|
1253
1253
|
const name = "@firebase/database";
|
|
1254
|
-
const version = "1.0.5
|
|
1254
|
+
const version = "1.0.5";
|
|
1255
1255
|
|
|
1256
1256
|
/**
|
|
1257
1257
|
* @license
|
|
@@ -13218,7 +13218,6 @@ class QueryLimitToLastConstraint extends QueryConstraint {
|
|
|
13218
13218
|
super();
|
|
13219
13219
|
this._limit = _limit;
|
|
13220
13220
|
this.type = 'limitToLast';
|
|
13221
|
-
console.log(this.type);
|
|
13222
13221
|
}
|
|
13223
13222
|
_apply(query) {
|
|
13224
13223
|
if (query._queryParams.hasLimit()) {
|