@firebase/webchannel-wrapper 0.10.0 → 0.10.1-20230523191304

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/webchannel-wrapper",
3
- "version": "0.10.0",
3
+ "version": "0.10.1-20230523191304",
4
4
  "description": "A wrapper of the webchannel packages from closure-library for use outside of a closure compiled application",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.js",
@@ -27,8 +27,8 @@
27
27
  "license": "Apache-2.0",
28
28
  "devDependencies": {
29
29
  "@rollup/plugin-commonjs": "21.1.0",
30
- "google-closure-compiler": "20220301.0.0",
31
- "google-closure-library": "20220301.0.0",
30
+ "google-closure-compiler": "20230228.0.0",
31
+ "google-closure-library": "20230228.0.0",
32
32
  "gulp": "4.0.2",
33
33
  "gulp-sourcemaps": "3.0.0",
34
34
  "rollup": "2.79.1",
package/CHANGELOG.md DELETED
@@ -1,94 +0,0 @@
1
- # @firebase/webchannel-wrapper
2
-
3
- ## 0.10.0
4
-
5
- ### Minor Changes
6
-
7
- - [`98abcd5ed`](https://github.com/firebase/firebase-js-sdk/commit/98abcd5ed9bbc5910c1a94f0580f1ceffe95e564) [#7229](https://github.com/firebase/firebase-js-sdk/pull/7229) - Implemented an optimization in the local cache synchronization logic that reduces the number of billed document reads when documents were deleted on the server while the client was not actively listening to the query (e.g. while the client was offline).
8
-
9
- ### Patch Changes
10
-
11
- - [`5e5c41225`](https://github.com/firebase/firebase-js-sdk/commit/5e5c41225869a5b3f315f2440d382ab010ba2e39) [#7228](https://github.com/firebase/firebase-js-sdk/pull/7228) - Make webchannel-wrapper exports Node-ESM-friendly.
12
-
13
- ## 0.9.0
14
-
15
- ### Minor Changes
16
-
17
- - [`1625f7a95`](https://github.com/firebase/firebase-js-sdk/commit/1625f7a95cc3ffb666845db0a8044329be74b5be) [#6799](https://github.com/firebase/firebase-js-sdk/pull/6799) - Update TypeScript version to 4.7.4.
18
-
19
- ## 0.8.1
20
-
21
- ### Patch Changes
22
-
23
- - [`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.
24
-
25
- ## 0.8.0
26
-
27
- ### Minor Changes
28
-
29
- - [`397317b53`](https://github.com/firebase/firebase-js-sdk/commit/397317b53c4d9d8aee761f566adf3616aef844ed) [#6643](https://github.com/firebase/firebase-js-sdk/pull/6643) - Set withCredentials=true when making requests via non-streaming RPCs, like is done for streaming RPCs.
30
-
31
- ## 0.7.0
32
-
33
- ### Minor Changes
34
-
35
- - [`7c0c640a4`](https://github.com/firebase/firebase-js-sdk/commit/7c0c640a446c729ac66fec27dfd77d6398a468db) [#6107](https://github.com/firebase/firebase-js-sdk/pull/6107) - Enable encodeInitMessageHeaders. This transitions the Firestore client from encoding HTTP Headers via the Query Param to the request's POST payload.
36
-
37
- Requires Cloud Firestore Emulator v1.14.4 or newer.
38
-
39
- ## 0.6.2
40
-
41
- ### Patch Changes
42
-
43
- - [`2cd1cc76f`](https://github.com/firebase/firebase-js-sdk/commit/2cd1cc76f2a308135cd60f424fe09084a34b5cb5) [#6307](https://github.com/firebase/firebase-js-sdk/pull/6307) (fixes [#6300](https://github.com/firebase/firebase-js-sdk/issues/6300)) - fix: add type declarations to exports field
44
-
45
- ## 0.6.1
46
-
47
- ### Patch Changes
48
-
49
- - [`2322b6023`](https://github.com/firebase/firebase-js-sdk/commit/2322b6023c628cd9f4f4172767c17d215dd91684) [#5693](https://github.com/firebase/firebase-js-sdk/pull/5693) - Add exports field to all packages
50
-
51
- ## 0.6.0
52
-
53
- ### Minor Changes
54
-
55
- - [`a99943fe3`](https://github.com/firebase/firebase-js-sdk/commit/a99943fe3bd5279761aa29d138ec91272b06df39) [#5539](https://github.com/firebase/firebase-js-sdk/pull/5539) - Use esm2017 builds by default
56
-
57
- ### Patch Changes
58
-
59
- - [`456d664ae`](https://github.com/firebase/firebase-js-sdk/commit/456d664aef582fc18326ffbd418de0d7d3ef86b7) [#5485](https://github.com/firebase/firebase-js-sdk/pull/5485) - Remove an unused option (`backgroundChannelTest`).
60
-
61
- ## 0.5.1
62
-
63
- ### Patch Changes
64
-
65
- - [`85f73abb5`](https://github.com/firebase/firebase-js-sdk/commit/85f73abb5c5dd5625c82b874adbfbb4acd1d70d7) [#5099](https://github.com/firebase/firebase-js-sdk/pull/5099) - Added a new export for FetchXmlHttpFactory.
66
-
67
- ## 0.5.0
68
-
69
- ### Minor Changes
70
-
71
- - [`10fb5b87f`](https://github.com/firebase/firebase-js-sdk/commit/10fb5b87faecf3aa79e15545b21de99af3e51a71) [#4982](https://github.com/firebase/firebase-js-sdk/pull/4982) (fixes [#4977](https://github.com/firebase/firebase-js-sdk/issues/4977)) - Added a new export for FetchXmlHttpFactory.
72
-
73
- ## 0.4.1
74
-
75
- ### Patch Changes
76
-
77
- - [`9822e125c`](https://github.com/firebase/firebase-js-sdk/commit/9822e125c399ae7271d4a9077f82b184a44526e4) [#4078](https://github.com/firebase/firebase-js-sdk/pull/4078) - Fix an issue that prevented `experimentalAutoDetectLongPolling` from working correctly.
78
-
79
- ## 0.4.0
80
-
81
- ### Minor Changes
82
-
83
- - [`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
84
- enabled, the SDK's underlying transport (WebChannel) automatically detects if
85
- long-polling should be used. This is very similar to
86
- `experimentalForceLongPolling`, but only uses long-polling if required.
87
-
88
- ## 0.3.0
89
-
90
- ### Minor Changes
91
-
92
- - [`7f0860a4`](https://github.com/firebase/firebase-js-sdk/commit/7f0860a4ced76da8492ae44d2267a2f1cc58eccb) [#3372](https://github.com/firebase/firebase-js-sdk/pull/3372) - Upgrade to the latest version of Google Closure Library and Compiler. This dependency will be
93
- necessary for future updates to the @firebase/firestore package. Developers will not need to
94
- make any changes to their code to handle this change.