@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.
@@ -4,7 +4,7 @@ import { stringify, jsonEval, contains, assert, isNodeSdk, stringToByteArray, Sh
4
4
  import { Logger, LogLevel } from '@firebase/logger';
5
5
 
6
6
  const name = "@firebase/database";
7
- const version = "0.14.4";
7
+ const version = "1.0.0-20230706224113";
8
8
 
9
9
  /**
10
10
  * @license
@@ -12443,7 +12443,7 @@ class DataSnapshot {
12443
12443
  return this._node.val(true);
12444
12444
  }
12445
12445
  /**
12446
- * Enumerates the top-level children in the `DataSnapshot`.
12446
+ * Enumerates the top-level children in the `IteratedDataSnapshot`.
12447
12447
  *
12448
12448
  * Because of the way JavaScript objects work, the ordering of data in the
12449
12449
  * JavaScript object returned by `val()` is not guaranteed to match the