@firebase/database 0.14.4 → 1.0.0-20230706224113

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.
@@ -1300,7 +1300,7 @@ var WebSocketConnection = /** @class */ (function () {
1300
1300
  }());
1301
1301
 
1302
1302
  var name = "@firebase/database";
1303
- var version = "0.14.4";
1303
+ var version = "1.0.0-20230706224113";
1304
1304
 
1305
1305
  /**
1306
1306
  * @license
@@ -12863,7 +12863,7 @@ var DataSnapshot = /** @class */ (function () {
12863
12863
  return this._node.val(true);
12864
12864
  };
12865
12865
  /**
12866
- * Enumerates the top-level children in the `DataSnapshot`.
12866
+ * Enumerates the top-level children in the `IteratedDataSnapshot`.
12867
12867
  *
12868
12868
  * Because of the way JavaScript objects work, the ordering of data in the
12869
12869
  * JavaScript object returned by `val()` is not guaranteed to match the