@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.
@@ -6,7 +6,7 @@ import { createMockUserToken, getModularInstance } from '@firebase/util';
6
6
  import nodeFetch from 'node-fetch';
7
7
  import { randomBytes as randomBytes$1 } from 'crypto';
8
8
 
9
- const version$1 = "3.4.0";
9
+ const version$1 = "3.4.1";
10
10
 
11
11
  /**
12
12
  * @license
@@ -59,7 +59,7 @@ User.GOOGLE_CREDENTIALS = new User('google-credentials-uid');
59
59
  User.FIRST_PARTY = new User('first-party-uid');
60
60
  User.MOCK_USER = new User('mock-user');
61
61
 
62
- const version = "9.6.0";
62
+ const version = "9.6.1";
63
63
 
64
64
  /**
65
65
  * @license
@@ -4637,7 +4637,7 @@ function registerFirestore() {
4637
4637
  firestoreInstance._setSettings(settings);
4638
4638
  }
4639
4639
  return firestoreInstance;
4640
- }, "PUBLIC" /* PUBLIC */));
4640
+ }, 'PUBLIC'));
4641
4641
  // RUNTIME_ENV and BUILD_TARGET are replaced by real values during the compilation
4642
4642
  registerVersion('firestore-lite', version$1, 'node');
4643
4643
  registerVersion('firestore-lite', version$1, 'esm2017');