@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.
@@ -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 = "0.14.4";
8
+ var version = "1.0.0-20230706224113";
9
9
 
10
10
  /**
11
11
  * @license
@@ -12851,7 +12851,7 @@ var DataSnapshot = /** @class */ (function () {
12851
12851
  return this._node.val(true);
12852
12852
  };
12853
12853
  /**
12854
- * Enumerates the top-level children in the `DataSnapshot`.
12854
+ * Enumerates the top-level children in the `IteratedDataSnapshot`.
12855
12855
  *
12856
12856
  * Because of the way JavaScript objects work, the ordering of data in the
12857
12857
  * JavaScript object returned by `val()` is not guaranteed to match the