@firebase/firestore 1.14.0-canary.fc3d5396 → 1.14.0
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 +0 -4
- package/dist/dist/index.esm2017.d.ts +2 -2
- package/dist/dist/index.memory.esm2017.d.ts +2 -2
- package/dist/index.cjs.js +3540 -3559
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3707 -3726
- package/dist/index.esm.js.map +1 -1
- package/dist/index.esm2017.js +4191 -4245
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.memory.cjs.js +2502 -2571
- package/dist/index.memory.cjs.js.map +1 -1
- package/dist/index.memory.esm.js +2623 -2692
- package/dist/index.memory.esm.js.map +1 -1
- package/dist/index.memory.esm2017.js +2590 -2649
- package/dist/index.memory.esm2017.js.map +1 -1
- package/dist/index.memory.node.cjs.js +2677 -2800
- package/dist/index.memory.node.cjs.js.map +1 -1
- package/dist/index.memory.node.esm2017.js +2469 -2563
- package/dist/index.memory.node.esm2017.js.map +1 -1
- package/dist/index.node.cjs.js +2823 -2895
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/index.node.esm2017.js +2558 -2639
- package/dist/index.node.esm2017.js.map +1 -1
- package/dist/lib/src/core/component_provider.d.ts +20 -29
- package/dist/lib/src/core/transaction_runner.d.ts +1 -1
- package/dist/lib/src/local/indexeddb_persistence.d.ts +2 -2
- package/dist/lib/src/local/memory_persistence.d.ts +0 -1
- package/dist/lib/src/local/persistence.d.ts +0 -2
- package/dist/lib/src/platform/platform.d.ts +5 -0
- package/dist/lib/src/platform_browser/browser_platform.d.ts +1 -0
- package/dist/lib/src/platform_node/node_platform.d.ts +1 -0
- package/dist/lib/src/util/assert.d.ts +2 -5
- package/dist/lib/src/util/async_queue.d.ts +1 -18
- package/dist/lib/test/integration/api_internal/transaction.test.d.ts +1 -1
- package/dist/lib/test/unit/bootstrap.d.ts +1 -1
- package/dist/lib/test/unit/remote/{serializer.browser.test.d.ts → serializer.test.d.ts} +1 -1
- package/dist/lib/test/unit/specs/spec_builder.d.ts +0 -4
- package/dist/lib/test/unit/specs/spec_test_runner.d.ts +0 -2
- package/dist/lib/test/{unit/remote/serializer.node.test.d.ts → util/node_helpers.d.ts} +1 -1
- package/dist/lib/test/util/test_platform.d.ts +1 -0
- package/dist/src/core/component_provider.d.ts +20 -29
- package/dist/src/core/transaction_runner.d.ts +1 -1
- package/dist/src/local/indexeddb_persistence.d.ts +2 -2
- package/dist/src/local/memory_persistence.d.ts +0 -1
- package/dist/src/local/persistence.d.ts +0 -2
- package/dist/src/platform/platform.d.ts +5 -0
- package/dist/src/platform_browser/browser_platform.d.ts +1 -0
- package/dist/src/platform_node/node_platform.d.ts +1 -0
- package/dist/src/util/assert.d.ts +2 -5
- package/dist/src/util/async_queue.d.ts +1 -18
- package/dist/test/integration/api_internal/transaction.test.d.ts +1 -1
- package/dist/test/unit/bootstrap.d.ts +1 -1
- package/dist/test/unit/remote/{serializer.browser.test.d.ts → serializer.test.d.ts} +1 -1
- package/dist/test/unit/specs/spec_builder.d.ts +0 -4
- package/dist/test/unit/specs/spec_test_runner.d.ts +0 -2
- package/dist/test/{unit/remote/serializer.node.test.d.ts → util/node_helpers.d.ts} +1 -1
- package/dist/test/util/test_platform.d.ts +1 -0
- package/package.json +12 -12
- package/dist/lib/test/unit/remote/serializer.helper.d.ts +0 -25
- package/dist/lib/test/unit/specs/recovery_spec.test.d.ts +0 -17
- package/dist/lib/test/unit/specs/spec_test_components.d.ts +0 -60
- package/dist/test/unit/remote/serializer.helper.d.ts +0 -25
- package/dist/test/unit/specs/recovery_spec.test.d.ts +0 -17
- package/dist/test/unit/specs/spec_test_components.d.ts +0 -60
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
# Unreleased
|
|
2
|
-
- [fixed] Fixed a source of IndexedDB-related crashes for tabs that receive
|
|
3
|
-
multi-tab notifications while the file system is locked.
|
|
4
|
-
|
|
5
|
-
# 1.10.2
|
|
6
2
|
- [fixed] Temporarily reverted the use of window.crypto to generate document
|
|
7
3
|
IDs to address compatibility issues with IE 11, WebWorkers, and React Native.
|
|
8
4
|
- [changed] Firestore now limits the number of concurrent document lookups it
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { yr as __PRIVATE_registerFirestore };
|
|
2
2
|
/**
|
|
3
3
|
* @license
|
|
4
4
|
* Copyright 2017 Google LLC
|
|
@@ -35,4 +35,4 @@ export { pr as __PRIVATE_registerFirestore };
|
|
|
35
35
|
* Registers the main Firestore build with the components framework.
|
|
36
36
|
* Persistence can be enabled via `firebase.firestore().enablePersistence()`.
|
|
37
37
|
*/
|
|
38
|
-
declare function
|
|
38
|
+
declare function yr(t: any): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { rn as __PRIVATE_registerFirestore };
|
|
2
2
|
/**
|
|
3
3
|
* @license
|
|
4
4
|
* Copyright 2020 Google LLC
|
|
@@ -18,4 +18,4 @@ export { nn as __PRIVATE_registerFirestore };
|
|
|
18
18
|
/**
|
|
19
19
|
* Registers the memory-only Firestore build with the components framework.
|
|
20
20
|
*/
|
|
21
|
-
declare function
|
|
21
|
+
declare function rn(t: any): void;
|