@firebase/firestore 3.10.1-canary.2d141ed9d → 3.10.1

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 CHANGED
@@ -70,7 +70,7 @@ b.MOCK_USER = new b("mock-user");
70
70
  * See the License for the specific language governing permissions and
71
71
  * limitations under the License.
72
72
  */
73
- let P = "9.20.0-canary.2d141ed9d";
73
+ let P = "9.20.0";
74
74
 
75
75
  /**
76
76
  * @license
@@ -4817,16 +4817,7 @@ function ms() {
4817
4817
  }
4818
4818
  }
4819
4819
  };
4820
- // We should avoid storing deeply nested server timestamp map values
4821
- // because we never use the intermediate "previous values".
4822
- // For example:
4823
- // previous: 42L, add: t1, result: t1 -> 42L
4824
- // previous: t1, add: t2, result: t2 -> 42L (NOT t2 -> t1 -> 42L)
4825
- // previous: t2, add: t3, result: t3 -> 42L (NOT t3 -> t2 -> t1 -> 42L)
4826
- // `getPreviousValue` recursively traverses server timestamps to find the
4827
- // least recent Value.
4828
- return e && Ce(e) && (e = xe(e)), e && (n.fields.__previous_value__ = e),
4829
- {
4820
+ return e && (n.fields.__previous_value__ = e), {
4830
4821
  mapValue: n
4831
4822
  };
4832
4823
  }(n, e) : t instanceof vs ? bs(t, e) : t instanceof Ps ? Vs(t, e) : function(t, e) {
@@ -20992,9 +20983,9 @@ function kf(t, e) {
20992
20983
  return s = Object.assign({
20993
20984
  useFetchStreams: e
20994
20985
  }, s), r._setSettings(s), r;
20995
- }), "PUBLIC").setMultipleInstances(!0)), app.registerVersion(v, "3.10.1-canary.2d141ed9d", t),
20986
+ }), "PUBLIC").setMultipleInstances(!0)), app.registerVersion(v, "3.10.1", t),
20996
20987
  // BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
20997
- app.registerVersion(v, "3.10.1-canary.2d141ed9d", "cjs2017");
20988
+ app.registerVersion(v, "3.10.1", "cjs2017");
20998
20989
  }();
20999
20990
 
21000
20991
  exports.AbstractUserDataWriter = $l;