@firebase/firestore 3.8.2 → 3.8.3-canary.3d605f8e7

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/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @firebase/firestore
2
2
 
3
+ ## 3.8.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`d071bd1ac`](https://github.com/firebase/firebase-js-sdk/commit/d071bd1acaa0583b4dd3454387fc58eafddb5c30) [#7007](https://github.com/firebase/firebase-js-sdk/pull/7007) (fixes [#7005](https://github.com/firebase/firebase-js-sdk/issues/7005)) - Move exports.default fields to always be the last field. This fixes a bug caused in 9.17.0 that prevented some bundlers and frameworks from building.
8
+
9
+ - Updated dependencies [[`d071bd1ac`](https://github.com/firebase/firebase-js-sdk/commit/d071bd1acaa0583b4dd3454387fc58eafddb5c30)]:
10
+ - @firebase/util@1.9.2
11
+ - @firebase/component@0.6.3
12
+
3
13
  ## 3.8.2
4
14
 
5
15
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -70,7 +70,7 @@ P.MOCK_USER = new P("mock-user");
70
70
  * See the License for the specific language governing permissions and
71
71
  * limitations under the License.
72
72
  */
73
- let v = "9.17.0";
73
+ let v = "9.17.1-canary.3d605f8e7";
74
74
 
75
75
  /**
76
76
  * @license
@@ -20534,9 +20534,9 @@ function lf(t, e) {
20534
20534
  return s = Object.assign({
20535
20535
  useFetchStreams: e
20536
20536
  }, s), r._setSettings(s), r;
20537
- }), "PUBLIC").setMultipleInstances(!0)), app.registerVersion(b, "3.8.2", t),
20537
+ }), "PUBLIC").setMultipleInstances(!0)), app.registerVersion(b, "3.8.3-canary.3d605f8e7", t),
20538
20538
  // BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
20539
- app.registerVersion(b, "3.8.2", "cjs2017");
20539
+ app.registerVersion(b, "3.8.3-canary.3d605f8e7", "cjs2017");
20540
20540
  }();
20541
20541
 
20542
20542
  exports.AbstractUserDataWriter = Pl;