@firebase/firestore 3.3.1-canary.dc6b447ba → 3.4.0-canary.08da8c81e

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,11 @@
1
1
  # @firebase/firestore
2
2
 
3
+ ## 3.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`086df7c7e`](https://github.com/firebase/firebase-js-sdk/commit/086df7c7e0299cedd9f3cff9080f46ca25cab7cd) [#5634](https://github.com/firebase/firebase-js-sdk/pull/5634) - AppCheck integration for Firestore
8
+
3
9
  ## 3.3.1
4
10
 
5
11
  ### Patch Changes
@@ -14,7 +14,7 @@
14
14
  * See the License for the specific language governing permissions and
15
15
  * limitations under the License.
16
16
  */
17
- import { FirebaseNamespace } from '@firebase/app-types';
17
+ import type { FirebaseNamespace } from '@firebase/app-types';
18
18
  import * as types from '@firebase/firestore-types';
19
19
  import './register-module';
20
20
  /**