@firebase/firestore 3.4.0 → 3.4.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.
@@ -14,7 +14,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
14
14
 
15
15
  var nodeFetch__default = /*#__PURE__*/_interopDefaultLegacy(nodeFetch);
16
16
 
17
- const version$1 = "3.4.0";
17
+ const version$1 = "3.4.1";
18
18
 
19
19
  /**
20
20
  * @license
@@ -67,7 +67,7 @@ User.GOOGLE_CREDENTIALS = new User('google-credentials-uid');
67
67
  User.FIRST_PARTY = new User('first-party-uid');
68
68
  User.MOCK_USER = new User('mock-user');
69
69
 
70
- const version = "9.6.0";
70
+ const version = "9.6.1";
71
71
 
72
72
  /**
73
73
  * @license
@@ -4645,7 +4645,7 @@ function registerFirestore() {
4645
4645
  firestoreInstance._setSettings(settings);
4646
4646
  }
4647
4647
  return firestoreInstance;
4648
- }, "PUBLIC" /* PUBLIC */));
4648
+ }, 'PUBLIC'));
4649
4649
  // RUNTIME_ENV and BUILD_TARGET are replaced by real values during the compilation
4650
4650
  app.registerVersion('firestore-lite', version$1, 'node');
4651
4651
  app.registerVersion('firestore-lite', version$1, 'cjs5');