@firebase/firestore 4.6.2-dataconnect-preview.877f8b7d0 → 4.6.2

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.
@@ -10,7 +10,7 @@ var util = require('@firebase/util');
10
10
  var undici = require('undici');
11
11
  var crypto = require('crypto');
12
12
 
13
- const version$1 = "4.6.2-dataconnect-preview.877f8b7d0";
13
+ const version$1 = "4.6.2";
14
14
 
15
15
  /**
16
16
  * @license
@@ -63,7 +63,7 @@ User.GOOGLE_CREDENTIALS = new User('google-credentials-uid');
63
63
  User.FIRST_PARTY = new User('first-party-uid');
64
64
  User.MOCK_USER = new User('mock-user');
65
65
 
66
- const version = "10.12.0-dataconnect-preview.877f8b7d0";
66
+ const version = "10.12.0";
67
67
 
68
68
  /**
69
69
  * @license
@@ -6,7 +6,7 @@ import { FirebaseError, getDefaultEmulatorHostnameAndPort, createMockUserToken,
6
6
  import { fetch } from 'undici';
7
7
  import { randomBytes as randomBytes$1 } from 'crypto';
8
8
 
9
- const version$1 = "4.6.2-dataconnect-preview.877f8b7d0";
9
+ const version$1 = "4.6.2";
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 = "10.12.0-dataconnect-preview.877f8b7d0";
62
+ const version = "10.12.0";
63
63
 
64
64
  /**
65
65
  * @license