@firebase/firestore 3.12.0 → 3.12.1-20230523183426

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.
@@ -82,10 +82,11 @@ export interface FirestoreSettings extends LiteSettings {
82
82
  * `experimentalForceLongPolling`, but only uses long-polling if required.
83
83
  *
84
84
  * After having had a default value of `false` since its inception in 2019,
85
- * the default value of this setting was changed in mid-2023 to `true`. That
86
- * is, auto-detection of long polling is now enabled by default. To disable
87
- * it, set this setting to `false`, and please open a GitHub issue to share
88
- * the problems that motivated you disabling long-polling auto-detection.
85
+ * the default value of this setting was changed in May 2023 to `true` in
86
+ * v9.22.0 of the Firebase JavaScript SDK. That is, auto-detection of long
87
+ * polling is now enabled by default. To disable it, set this setting to
88
+ * `false`, and please open a GitHub issue to share the problems that
89
+ * motivated you disabling long-polling auto-detection.
89
90
  */
90
91
  experimentalAutoDetectLongPolling?: boolean;
91
92
  /**
package/dist/index.cjs.js CHANGED
@@ -70,7 +70,7 @@ V.MOCK_USER = new V("mock-user");
70
70
  * See the License for the specific language governing permissions and
71
71
  * limitations under the License.
72
72
  */
73
- let S = "9.22.0";
73
+ let S = "9.22.1-20230523183426";
74
74
 
75
75
  /**
76
76
  * @license
@@ -21375,9 +21375,9 @@ function Jf(t, e) {
21375
21375
  return s = Object.assign({
21376
21376
  useFetchStreams: e
21377
21377
  }, s), r._setSettings(s), r;
21378
- }), "PUBLIC").setMultipleInstances(!0)), app.registerVersion(b, "3.12.0", t),
21378
+ }), "PUBLIC").setMultipleInstances(!0)), app.registerVersion(b, "3.12.1-20230523183426", t),
21379
21379
  // BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
21380
- app.registerVersion(b, "3.12.0", "cjs2017");
21380
+ app.registerVersion(b, "3.12.1-20230523183426", "cjs2017");
21381
21381
  }();
21382
21382
 
21383
21383
  exports.AbstractUserDataWriter = Wl;