@firebase/firestore-types 2.5.1-canary.d8af08feb → 2.5.1-canary.dd76dec20

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 (2) hide show
  1. package/package.json +3 -3
  2. package/CHANGELOG.md +0 -80
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/firestore-types",
3
- "version": "2.5.1-canary.d8af08feb",
3
+ "version": "2.5.1-canary.dd76dec20",
4
4
  "description": "@firebase/firestore Types",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "license": "Apache-2.0",
@@ -12,8 +12,8 @@
12
12
  "index.d.ts"
13
13
  ],
14
14
  "peerDependencies": {
15
- "@firebase/app-types": "0.9.0-canary.d8af08feb",
16
- "@firebase/util": "1.8.0-canary.d8af08feb"
15
+ "@firebase/app-types": "0.9.0-canary.dd76dec20",
16
+ "@firebase/util": "1.9.3-canary.dd76dec20"
17
17
  },
18
18
  "repository": {
19
19
  "directory": "packages/firestore-types",
package/CHANGELOG.md DELETED
@@ -1,80 +0,0 @@
1
- # @firebase/firestore-types
2
-
3
- ## 2.5.1
4
-
5
- ### Patch Changes
6
-
7
- - [`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5) [#6682](https://github.com/firebase/firebase-js-sdk/pull/6682) - Upgrade TypeScript to 4.7.4.
8
-
9
- ## 2.5.0
10
-
11
- ### Minor Changes
12
-
13
- - [`cdada6c68`](https://github.com/firebase/firebase-js-sdk/commit/cdada6c68f9740d13dd6674bcb658e28e68253b6) [#5345](https://github.com/firebase/firebase-js-sdk/pull/5345) (fixes [#5015](https://github.com/firebase/firebase-js-sdk/issues/5015)) - Release modularized SDKs
14
-
15
- ## 2.4.0
16
-
17
- ### Minor Changes
18
-
19
- - [`3c6a11c8d`](https://github.com/firebase/firebase-js-sdk/commit/3c6a11c8d0b35afddb50e9c3e0c4d2e30f642131) [#5282](https://github.com/firebase/firebase-js-sdk/pull/5282) - Implement mockUserToken for Storage and fix JWT format bugs.
20
-
21
- ## 2.3.0
22
-
23
- ### Minor Changes
24
-
25
- - [`97f61e6f3`](https://github.com/firebase/firebase-js-sdk/commit/97f61e6f3d24e5b4c92ed248bb531233a94b9eaf) [#4837](https://github.com/firebase/firebase-js-sdk/pull/4837) (fixes [#4715](https://github.com/firebase/firebase-js-sdk/issues/4715)) - Add mockUserToken support for Firestore.
26
-
27
- ## 2.2.0
28
-
29
- ### Minor Changes
30
-
31
- - [`b6080a857`](https://github.com/firebase/firebase-js-sdk/commit/b6080a857b1b56e10db041e6357acd69154e31fb) [#4577](https://github.com/firebase/firebase-js-sdk/pull/4577) - Added support to remove a FirestoreDataConverter on a Firestore reference by calling `withConverter(null)`
32
-
33
- ## 2.1.0
34
-
35
- ### Minor Changes
36
-
37
- - [`b662f8c0a`](https://github.com/firebase/firebase-js-sdk/commit/b662f8c0a9890cbdcf53cce7fe01c2a8a52d3d2d) [#4168](https://github.com/firebase/firebase-js-sdk/pull/4168) - Release Firestore Bundles (pre-packaged Firestore data). For NPM users, this can
38
- be enabled via an additional import: 'firebase/firestore/bundle'. For CDN usage,
39
- it is enabled by default.
40
-
41
- ## 2.0.0
42
-
43
- ### Major Changes
44
-
45
- - [`ffef32e38`](https://github.com/firebase/firebase-js-sdk/commit/ffef32e3837d3ee1098129b237e7a6e2e738182d) [#3897](https://github.com/firebase/firebase-js-sdk/pull/3897) (fixes [#3879](https://github.com/firebase/firebase-js-sdk/issues/3879)) - Removed the `timestampsInSnapshots` option from `FirestoreSettings`. Now, Firestore always returns `Timestamp` values for all timestamp values.
46
-
47
- ### Minor Changes
48
-
49
- - [`79b049375`](https://github.com/firebase/firebase-js-sdk/commit/79b04937537b90422e051086112f6b43c2880cdb) [#3909](https://github.com/firebase/firebase-js-sdk/pull/3909) - Add a useEmulator(host, port) method to Firestore
50
-
51
- ## 1.14.0
52
-
53
- ### Minor Changes
54
-
55
- - [`4f997bce1`](https://github.com/firebase/firebase-js-sdk/commit/4f997bce102be272b76836b6bcba96ea7de857bc) [#3724](https://github.com/firebase/firebase-js-sdk/pull/3724) - Adds a new `experimentalAutoDetectLongPolling` to FirestoreSettings. When
56
- enabled, the SDK's underlying transport (WebChannel) automatically detects if
57
- long-polling should be used. This is very similar to
58
- `experimentalForceLongPolling`, but only uses long-polling if required.
59
-
60
- ## 1.13.0
61
-
62
- ### Minor Changes
63
-
64
- - [`f9004177e`](https://github.com/firebase/firebase-js-sdk/commit/f9004177e76f00fc484d30c0c0e7b1bc2da033f9) [#3772](https://github.com/firebase/firebase-js-sdk/pull/3772) - [feature] Added `not-in` and `!=` query operators for use with `.where()`. `not-in` finds documents where a specified field’s value is not in a specified array. `!=` finds documents where a specified field's value does not equal the specified value. Neither query operator will match documents where the specified field is not present.
65
-
66
- * [`a8ff3dbaa`](https://github.com/firebase/firebase-js-sdk/commit/a8ff3dbaacd06371e6652a6d639ef2d9bead612b) [#3418](https://github.com/firebase/firebase-js-sdk/pull/3418) - Use FirestoreError instead of Error in onSnapshot\*() error callbacks.
67
-
68
- ## 1.12.1
69
-
70
- ### Patch Changes
71
-
72
- - [`61b4cd31b`](https://github.com/firebase/firebase-js-sdk/commit/61b4cd31b961c90354be38b18af5fbea9da8d5a3) [#3464](https://github.com/firebase/firebase-js-sdk/pull/3464) (fixes [#3354](https://github.com/firebase/firebase-js-sdk/issues/3354)) - feat: Added `merge` option to `firestore.settings()`, which merges the provided settings with
73
- settings from a previous call. This allows adding settings on top of the settings that were applied
74
- by `@firebase/testing`.
75
-
76
- ## 1.12.0
77
-
78
- ### Minor Changes
79
-
80
- - [`39ca8ecf`](https://github.com/firebase/firebase-js-sdk/commit/39ca8ecf940472159d0bc58212f34a70146da60c) [#3254](https://github.com/firebase/firebase-js-sdk/pull/3254) Thanks [@thebrianchen](https://github.com/thebrianchen)! - Added support for `set()` with merge options when using `FirestoreDataConverter`.