@firebase/functions-compat 0.3.4 → 0.3.5-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/dist/index.cjs.js +1 -1
- package/dist/index.esm2017.js +1 -1
- package/dist/index.esm5.js +1 -1
- package/dist/index.node.cjs.js +1 -1
- package/dist/node-esm/index.node.esm.js +1 -1
- package/package.json +3 -3
- package/CHANGELOG.md +0 -256
package/dist/index.cjs.js
CHANGED
|
@@ -10,7 +10,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
10
10
|
var firebase__default = /*#__PURE__*/_interopDefaultLegacy(firebase);
|
|
11
11
|
|
|
12
12
|
const name = "@firebase/functions-compat";
|
|
13
|
-
const version = "0.3.
|
|
13
|
+
const version = "0.3.5-20230523191304";
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
* @license
|
package/dist/index.esm2017.js
CHANGED
package/dist/index.esm5.js
CHANGED
package/dist/index.node.cjs.js
CHANGED
|
@@ -10,7 +10,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
10
10
|
var firebase__default = /*#__PURE__*/_interopDefaultLegacy(firebase);
|
|
11
11
|
|
|
12
12
|
var name = "@firebase/functions-compat";
|
|
13
|
-
var version = "0.3.
|
|
13
|
+
var version = "0.3.5-20230523191304";
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
* @license
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/functions-compat",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.5-20230523191304",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"main": "dist/index.node.cjs.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@firebase/app-compat": "0.x"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@firebase/app-compat": "0.2.
|
|
34
|
+
"@firebase/app-compat": "0.2.10",
|
|
35
35
|
"rollup": "2.79.1",
|
|
36
36
|
"@rollup/plugin-json": "4.1.0",
|
|
37
37
|
"rollup-plugin-typescript2": "0.31.2",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"typings": "dist/src/index.d.ts",
|
|
65
65
|
"dependencies": {
|
|
66
66
|
"@firebase/component": "0.6.4",
|
|
67
|
-
"@firebase/functions": "0.
|
|
67
|
+
"@firebase/functions": "0.10.0-20230523191304",
|
|
68
68
|
"@firebase/functions-types": "0.6.0",
|
|
69
69
|
"@firebase/util": "1.9.3",
|
|
70
70
|
"tslib": "^2.1.0"
|
package/CHANGELOG.md
DELETED
|
@@ -1,256 +0,0 @@
|
|
|
1
|
-
# @firebase/functions-compat
|
|
2
|
-
|
|
3
|
-
## 0.3.4
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Updated dependencies [[`c59f537b1`](https://github.com/firebase/firebase-js-sdk/commit/c59f537b1262b5d7997291b8c1e9324d378effb6)]:
|
|
8
|
-
- @firebase/util@1.9.3
|
|
9
|
-
- @firebase/component@0.6.4
|
|
10
|
-
- @firebase/functions@0.9.4
|
|
11
|
-
|
|
12
|
-
## 0.3.3
|
|
13
|
-
|
|
14
|
-
### Patch Changes
|
|
15
|
-
|
|
16
|
-
- [`d071bd1ac`](https://github.com/firebase/firebase-js-sdk/commit/d071bd1acaa0583b4dd3454387fc58eafddb5c30) [#7007](https://github.com/firebase/firebase-js-sdk/pull/7007) (fixes [#7005](https://github.com/firebase/firebase-js-sdk/issues/7005)) - Move exports.default fields to always be the last field. This fixes a bug caused in 9.17.0 that prevented some bundlers and frameworks from building.
|
|
17
|
-
|
|
18
|
-
- Updated dependencies [[`d071bd1ac`](https://github.com/firebase/firebase-js-sdk/commit/d071bd1acaa0583b4dd3454387fc58eafddb5c30)]:
|
|
19
|
-
- @firebase/functions@0.9.3
|
|
20
|
-
- @firebase/util@1.9.2
|
|
21
|
-
- @firebase/component@0.6.3
|
|
22
|
-
|
|
23
|
-
## 0.3.2
|
|
24
|
-
|
|
25
|
-
### Patch Changes
|
|
26
|
-
|
|
27
|
-
- [`0bab0b7a7`](https://github.com/firebase/firebase-js-sdk/commit/0bab0b7a786d1563bf665904c7097d1fe06efce5) [#6981](https://github.com/firebase/firebase-js-sdk/pull/6981) - Added browser CJS entry points (expected by Jest when using JSDOM mode).
|
|
28
|
-
|
|
29
|
-
- Updated dependencies [[`0bab0b7a7`](https://github.com/firebase/firebase-js-sdk/commit/0bab0b7a786d1563bf665904c7097d1fe06efce5)]:
|
|
30
|
-
- @firebase/functions@0.9.2
|
|
31
|
-
- @firebase/util@1.9.1
|
|
32
|
-
- @firebase/component@0.6.2
|
|
33
|
-
|
|
34
|
-
## 0.3.1
|
|
35
|
-
|
|
36
|
-
### Patch Changes
|
|
37
|
-
|
|
38
|
-
- Updated dependencies [[`d4114a4f7`](https://github.com/firebase/firebase-js-sdk/commit/d4114a4f7da3f469c0c900416ac8beee58885ec3), [`06dc1364d`](https://github.com/firebase/firebase-js-sdk/commit/06dc1364d7560f4c563e1ccc89af9cad4cd91df8)]:
|
|
39
|
-
- @firebase/util@1.9.0
|
|
40
|
-
- @firebase/functions@0.9.1
|
|
41
|
-
- @firebase/component@0.6.1
|
|
42
|
-
|
|
43
|
-
## 0.3.0
|
|
44
|
-
|
|
45
|
-
### Minor Changes
|
|
46
|
-
|
|
47
|
-
- [`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.
|
|
48
|
-
|
|
49
|
-
### Patch Changes
|
|
50
|
-
|
|
51
|
-
- Updated dependencies [[`c20633ed3`](https://github.com/firebase/firebase-js-sdk/commit/c20633ed35056cbadc9d65d9ceddf4e28d1ea666), [`1625f7a95`](https://github.com/firebase/firebase-js-sdk/commit/1625f7a95cc3ffb666845db0a8044329be74b5be)]:
|
|
52
|
-
- @firebase/util@1.8.0
|
|
53
|
-
- @firebase/component@0.6.0
|
|
54
|
-
- @firebase/functions@0.9.0
|
|
55
|
-
- @firebase/functions-types@0.6.0
|
|
56
|
-
|
|
57
|
-
## 0.2.8
|
|
58
|
-
|
|
59
|
-
### Patch Changes
|
|
60
|
-
|
|
61
|
-
- [`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.
|
|
62
|
-
|
|
63
|
-
- Updated dependencies [[`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5)]:
|
|
64
|
-
- @firebase/component@0.5.21
|
|
65
|
-
- @firebase/functions@0.8.8
|
|
66
|
-
- @firebase/functions-types@0.5.1
|
|
67
|
-
- @firebase/util@1.7.3
|
|
68
|
-
|
|
69
|
-
## 0.2.7
|
|
70
|
-
|
|
71
|
-
### Patch Changes
|
|
72
|
-
|
|
73
|
-
- Updated dependencies [[`807f06aa2`](https://github.com/firebase/firebase-js-sdk/commit/807f06aa26438a91aaea08fd38efb6c706bb8a5d)]:
|
|
74
|
-
- @firebase/util@1.7.2
|
|
75
|
-
- @firebase/component@0.5.20
|
|
76
|
-
- @firebase/functions@0.8.7
|
|
77
|
-
|
|
78
|
-
## 0.2.6
|
|
79
|
-
|
|
80
|
-
### Patch Changes
|
|
81
|
-
|
|
82
|
-
- Updated dependencies [[`171b78b76`](https://github.com/firebase/firebase-js-sdk/commit/171b78b762826a640d267dd4dd172ad9459c4561), [`29d034072`](https://github.com/firebase/firebase-js-sdk/commit/29d034072c20af394ce384e42aa10a37d5dfcb18)]:
|
|
83
|
-
- @firebase/functions@0.8.6
|
|
84
|
-
- @firebase/util@1.7.1
|
|
85
|
-
- @firebase/component@0.5.19
|
|
86
|
-
|
|
87
|
-
## 0.2.5
|
|
88
|
-
|
|
89
|
-
### Patch Changes
|
|
90
|
-
|
|
91
|
-
- Updated dependencies [[`fdd4ab464`](https://github.com/firebase/firebase-js-sdk/commit/fdd4ab464b59a107bdcc195df3f01e32efd89ed4)]:
|
|
92
|
-
- @firebase/util@1.7.0
|
|
93
|
-
- @firebase/functions@0.8.5
|
|
94
|
-
- @firebase/component@0.5.18
|
|
95
|
-
|
|
96
|
-
## 0.2.4
|
|
97
|
-
|
|
98
|
-
### Patch Changes
|
|
99
|
-
|
|
100
|
-
- Updated dependencies [[`b12af44a5`](https://github.com/firebase/firebase-js-sdk/commit/b12af44a5c7500e1192d6cc1a4afc4d77efadbaf), [`e673dc808`](https://github.com/firebase/firebase-js-sdk/commit/e673dc808adc14baa499c4ecc31fdb82b1ff0757)]:
|
|
101
|
-
- @firebase/util@1.6.3
|
|
102
|
-
- @firebase/functions@0.8.4
|
|
103
|
-
- @firebase/component@0.5.17
|
|
104
|
-
|
|
105
|
-
## 0.2.3
|
|
106
|
-
|
|
107
|
-
### Patch Changes
|
|
108
|
-
|
|
109
|
-
- Updated dependencies [[`efe2000fc`](https://github.com/firebase/firebase-js-sdk/commit/efe2000fc499e2c85c4e5e0fef6741ff3bad2eb0)]:
|
|
110
|
-
- @firebase/util@1.6.2
|
|
111
|
-
- @firebase/component@0.5.16
|
|
112
|
-
- @firebase/functions@0.8.3
|
|
113
|
-
|
|
114
|
-
## 0.2.2
|
|
115
|
-
|
|
116
|
-
### Patch Changes
|
|
117
|
-
|
|
118
|
-
- [`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
|
|
119
|
-
|
|
120
|
-
- Updated dependencies [[`2cd1cc76f`](https://github.com/firebase/firebase-js-sdk/commit/2cd1cc76f2a308135cd60f424fe09084a34b5cb5)]:
|
|
121
|
-
- @firebase/component@0.5.15
|
|
122
|
-
- @firebase/functions@0.8.2
|
|
123
|
-
- @firebase/util@1.6.1
|
|
124
|
-
|
|
125
|
-
## 0.2.1
|
|
126
|
-
|
|
127
|
-
### Patch Changes
|
|
128
|
-
|
|
129
|
-
- Updated dependencies [[`9c5c9c36d`](https://github.com/firebase/firebase-js-sdk/commit/9c5c9c36da80b98b73cfd60ef2e2965087e9f801)]:
|
|
130
|
-
- @firebase/util@1.6.0
|
|
131
|
-
- @firebase/component@0.5.14
|
|
132
|
-
- @firebase/functions@0.8.1
|
|
133
|
-
|
|
134
|
-
## 0.2.0
|
|
135
|
-
|
|
136
|
-
### Minor Changes
|
|
137
|
-
|
|
138
|
-
- [`c69c6898a`](https://github.com/firebase/firebase-js-sdk/commit/c69c6898a3d14ddcc6c6cafd3a219064b500c4f6) [#6162](https://github.com/firebase/firebase-js-sdk/pull/6162) - Add `httpsCallableFromURL()`, which calls a callable function using its url.
|
|
139
|
-
|
|
140
|
-
### Patch Changes
|
|
141
|
-
|
|
142
|
-
- Updated dependencies [[`c69c6898a`](https://github.com/firebase/firebase-js-sdk/commit/c69c6898a3d14ddcc6c6cafd3a219064b500c4f6)]:
|
|
143
|
-
- @firebase/functions@0.8.0
|
|
144
|
-
|
|
145
|
-
## 0.1.12
|
|
146
|
-
|
|
147
|
-
### Patch Changes
|
|
148
|
-
|
|
149
|
-
- Updated dependencies [[`e9e5f6b3c`](https://github.com/firebase/firebase-js-sdk/commit/e9e5f6b3ca9d61323b22f87986d9959f5297ec59)]:
|
|
150
|
-
- @firebase/util@1.5.2
|
|
151
|
-
- @firebase/component@0.5.13
|
|
152
|
-
- @firebase/functions@0.7.11
|
|
153
|
-
|
|
154
|
-
## 0.1.11
|
|
155
|
-
|
|
156
|
-
### Patch Changes
|
|
157
|
-
|
|
158
|
-
- Updated dependencies [[`3198d58dc`](https://github.com/firebase/firebase-js-sdk/commit/3198d58dcedbf7583914dbcc76984f6f7df8d2ef)]:
|
|
159
|
-
- @firebase/util@1.5.1
|
|
160
|
-
- @firebase/component@0.5.12
|
|
161
|
-
- @firebase/functions@0.7.10
|
|
162
|
-
|
|
163
|
-
## 0.1.10
|
|
164
|
-
|
|
165
|
-
### Patch Changes
|
|
166
|
-
|
|
167
|
-
- Updated dependencies [[`2d672cead`](https://github.com/firebase/firebase-js-sdk/commit/2d672cead167187cb714cd89b638c0884ba58f03)]:
|
|
168
|
-
- @firebase/util@1.5.0
|
|
169
|
-
- @firebase/functions@0.7.9
|
|
170
|
-
- @firebase/component@0.5.11
|
|
171
|
-
|
|
172
|
-
## 0.1.9
|
|
173
|
-
|
|
174
|
-
### Patch Changes
|
|
175
|
-
|
|
176
|
-
- Updated dependencies [[`d612d6f6e`](https://github.com/firebase/firebase-js-sdk/commit/d612d6f6e4d3113d45427b7df68459c0a3e31a1f)]:
|
|
177
|
-
- @firebase/functions@0.7.8
|
|
178
|
-
|
|
179
|
-
## 0.1.8
|
|
180
|
-
|
|
181
|
-
### Patch Changes
|
|
182
|
-
|
|
183
|
-
- Updated dependencies [[`3b481f572`](https://github.com/firebase/firebase-js-sdk/commit/3b481f572456e1eab3435bfc25717770d95a8c49)]:
|
|
184
|
-
- @firebase/util@1.4.3
|
|
185
|
-
- @firebase/component@0.5.10
|
|
186
|
-
- @firebase/functions@0.7.7
|
|
187
|
-
|
|
188
|
-
## 0.1.7
|
|
189
|
-
|
|
190
|
-
### Patch Changes
|
|
191
|
-
|
|
192
|
-
- Updated dependencies [[`3b338dbd8`](https://github.com/firebase/firebase-js-sdk/commit/3b338dbd8cdfdc73267cd052b1852a1358b05eaf)]:
|
|
193
|
-
- @firebase/functions@0.7.6
|
|
194
|
-
|
|
195
|
-
## 0.1.6
|
|
196
|
-
|
|
197
|
-
### Patch Changes
|
|
198
|
-
|
|
199
|
-
- [`3281315fa`](https://github.com/firebase/firebase-js-sdk/commit/3281315fae9c6f535f9d5052ee17d60861ea569a) [#5708](https://github.com/firebase/firebase-js-sdk/pull/5708) (fixes [#1487](https://github.com/firebase/firebase-js-sdk/issues/1487)) - Update build scripts to work with the exports field
|
|
200
|
-
|
|
201
|
-
- Updated dependencies [[`3281315fa`](https://github.com/firebase/firebase-js-sdk/commit/3281315fae9c6f535f9d5052ee17d60861ea569a)]:
|
|
202
|
-
- @firebase/component@0.5.9
|
|
203
|
-
- @firebase/functions@0.7.5
|
|
204
|
-
- @firebase/util@1.4.2
|
|
205
|
-
|
|
206
|
-
## 0.1.5
|
|
207
|
-
|
|
208
|
-
### Patch Changes
|
|
209
|
-
|
|
210
|
-
- [`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
|
|
211
|
-
|
|
212
|
-
- Updated dependencies [[`2322b6023`](https://github.com/firebase/firebase-js-sdk/commit/2322b6023c628cd9f4f4172767c17d215dd91684)]:
|
|
213
|
-
- @firebase/component@0.5.8
|
|
214
|
-
- @firebase/functions@0.7.4
|
|
215
|
-
- @firebase/util@1.4.1
|
|
216
|
-
|
|
217
|
-
## 0.1.4
|
|
218
|
-
|
|
219
|
-
### Patch Changes
|
|
220
|
-
|
|
221
|
-
- Updated dependencies [[`93795c780`](https://github.com/firebase/firebase-js-sdk/commit/93795c7801d6b28ccbbe5855fd2f3fc377b1db5f)]:
|
|
222
|
-
- @firebase/functions@0.7.3
|
|
223
|
-
|
|
224
|
-
## 0.1.3
|
|
225
|
-
|
|
226
|
-
### Patch Changes
|
|
227
|
-
|
|
228
|
-
- Updated dependencies [[`a99943fe3`](https://github.com/firebase/firebase-js-sdk/commit/a99943fe3bd5279761aa29d138ec91272b06df39), [`b835b4cba`](https://github.com/firebase/firebase-js-sdk/commit/b835b4cbabc4b7b180ae38b908c49205ce31a422)]:
|
|
229
|
-
- @firebase/util@1.4.0
|
|
230
|
-
- @firebase/component@0.5.7
|
|
231
|
-
- @firebase/functions@0.7.2
|
|
232
|
-
|
|
233
|
-
## 0.1.2
|
|
234
|
-
|
|
235
|
-
### Patch Changes
|
|
236
|
-
|
|
237
|
-
- Updated dependencies [[`deda8cd85`](https://github.com/firebase/firebase-js-sdk/commit/deda8cd85e365c36b657dbe8a233b16bcf751ea7)]:
|
|
238
|
-
- @firebase/functions@0.7.1
|
|
239
|
-
|
|
240
|
-
## 0.1.1
|
|
241
|
-
|
|
242
|
-
### Patch Changes
|
|
243
|
-
|
|
244
|
-
- [`cd15df0d1`](https://github.com/firebase/firebase-js-sdk/commit/cd15df0d1f51110f448e4284244b06be8d37f1c3) [#5400](https://github.com/firebase/firebase-js-sdk/pull/5400) (fixes [#2903](https://github.com/firebase/firebase-js-sdk/issues/2903)) - Fix cjs builds by removing the named export from app-compat
|
|
245
|
-
|
|
246
|
-
## 0.1.0
|
|
247
|
-
|
|
248
|
-
### Minor Changes
|
|
249
|
-
|
|
250
|
-
- [`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
|
|
251
|
-
|
|
252
|
-
### Patch Changes
|
|
253
|
-
|
|
254
|
-
- Updated dependencies [[`cdada6c68`](https://github.com/firebase/firebase-js-sdk/commit/cdada6c68f9740d13dd6674bcb658e28e68253b6)]:
|
|
255
|
-
- @firebase/functions@0.7.0
|
|
256
|
-
- @firebase/functions-types@0.5.0
|