@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.
Files changed (64) hide show
  1. package/CHANGELOG.md +0 -4
  2. package/dist/dist/index.esm2017.d.ts +2 -2
  3. package/dist/dist/index.memory.esm2017.d.ts +2 -2
  4. package/dist/index.cjs.js +3540 -3559
  5. package/dist/index.cjs.js.map +1 -1
  6. package/dist/index.esm.js +3707 -3726
  7. package/dist/index.esm.js.map +1 -1
  8. package/dist/index.esm2017.js +4191 -4245
  9. package/dist/index.esm2017.js.map +1 -1
  10. package/dist/index.memory.cjs.js +2502 -2571
  11. package/dist/index.memory.cjs.js.map +1 -1
  12. package/dist/index.memory.esm.js +2623 -2692
  13. package/dist/index.memory.esm.js.map +1 -1
  14. package/dist/index.memory.esm2017.js +2590 -2649
  15. package/dist/index.memory.esm2017.js.map +1 -1
  16. package/dist/index.memory.node.cjs.js +2677 -2800
  17. package/dist/index.memory.node.cjs.js.map +1 -1
  18. package/dist/index.memory.node.esm2017.js +2469 -2563
  19. package/dist/index.memory.node.esm2017.js.map +1 -1
  20. package/dist/index.node.cjs.js +2823 -2895
  21. package/dist/index.node.cjs.js.map +1 -1
  22. package/dist/index.node.esm2017.js +2558 -2639
  23. package/dist/index.node.esm2017.js.map +1 -1
  24. package/dist/lib/src/core/component_provider.d.ts +20 -29
  25. package/dist/lib/src/core/transaction_runner.d.ts +1 -1
  26. package/dist/lib/src/local/indexeddb_persistence.d.ts +2 -2
  27. package/dist/lib/src/local/memory_persistence.d.ts +0 -1
  28. package/dist/lib/src/local/persistence.d.ts +0 -2
  29. package/dist/lib/src/platform/platform.d.ts +5 -0
  30. package/dist/lib/src/platform_browser/browser_platform.d.ts +1 -0
  31. package/dist/lib/src/platform_node/node_platform.d.ts +1 -0
  32. package/dist/lib/src/util/assert.d.ts +2 -5
  33. package/dist/lib/src/util/async_queue.d.ts +1 -18
  34. package/dist/lib/test/integration/api_internal/transaction.test.d.ts +1 -1
  35. package/dist/lib/test/unit/bootstrap.d.ts +1 -1
  36. package/dist/lib/test/unit/remote/{serializer.browser.test.d.ts → serializer.test.d.ts} +1 -1
  37. package/dist/lib/test/unit/specs/spec_builder.d.ts +0 -4
  38. package/dist/lib/test/unit/specs/spec_test_runner.d.ts +0 -2
  39. package/dist/lib/test/{unit/remote/serializer.node.test.d.ts → util/node_helpers.d.ts} +1 -1
  40. package/dist/lib/test/util/test_platform.d.ts +1 -0
  41. package/dist/src/core/component_provider.d.ts +20 -29
  42. package/dist/src/core/transaction_runner.d.ts +1 -1
  43. package/dist/src/local/indexeddb_persistence.d.ts +2 -2
  44. package/dist/src/local/memory_persistence.d.ts +0 -1
  45. package/dist/src/local/persistence.d.ts +0 -2
  46. package/dist/src/platform/platform.d.ts +5 -0
  47. package/dist/src/platform_browser/browser_platform.d.ts +1 -0
  48. package/dist/src/platform_node/node_platform.d.ts +1 -0
  49. package/dist/src/util/assert.d.ts +2 -5
  50. package/dist/src/util/async_queue.d.ts +1 -18
  51. package/dist/test/integration/api_internal/transaction.test.d.ts +1 -1
  52. package/dist/test/unit/bootstrap.d.ts +1 -1
  53. package/dist/test/unit/remote/{serializer.browser.test.d.ts → serializer.test.d.ts} +1 -1
  54. package/dist/test/unit/specs/spec_builder.d.ts +0 -4
  55. package/dist/test/unit/specs/spec_test_runner.d.ts +0 -2
  56. package/dist/test/{unit/remote/serializer.node.test.d.ts → util/node_helpers.d.ts} +1 -1
  57. package/dist/test/util/test_platform.d.ts +1 -0
  58. package/package.json +12 -12
  59. package/dist/lib/test/unit/remote/serializer.helper.d.ts +0 -25
  60. package/dist/lib/test/unit/specs/recovery_spec.test.d.ts +0 -17
  61. package/dist/lib/test/unit/specs/spec_test_components.d.ts +0 -60
  62. package/dist/test/unit/remote/serializer.helper.d.ts +0 -25
  63. package/dist/test/unit/specs/recovery_spec.test.d.ts +0 -17
  64. 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 { pr as __PRIVATE_registerFirestore };
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 pr(t: any): void;
38
+ declare function yr(t: any): void;
@@ -1,4 +1,4 @@
1
- export { nn as __PRIVATE_registerFirestore };
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 nn(t: any): void;
21
+ declare function rn(t: any): void;