@firebase/installations-compat 0.2.4 → 0.2.5-20240131233318

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.
@@ -3,7 +3,7 @@ import { Component } from '@firebase/component';
3
3
  import { getId, getToken, deleteInstallations, onIdChange } from '@firebase/installations';
4
4
 
5
5
  var name = "@firebase/installations-compat";
6
- var version = "0.2.4";
6
+ var version = "0.2.5-20240131233318";
7
7
 
8
8
  /**
9
9
  * @license
@@ -3,7 +3,7 @@ import { Component } from '@firebase/component';
3
3
  import { getId, getToken, deleteInstallations, onIdChange } from '@firebase/installations';
4
4
 
5
5
  const name = "@firebase/installations-compat";
6
- const version = "0.2.4";
6
+ const version = "0.2.5-20240131233318";
7
7
 
8
8
  /**
9
9
  * @license
package/dist/index.cjs.js CHANGED
@@ -9,7 +9,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
9
9
  var firebase__default = /*#__PURE__*/_interopDefaultLegacy(firebase);
10
10
 
11
11
  var name = "@firebase/installations-compat";
12
- var version = "0.2.4";
12
+ var version = "0.2.5-20240131233318";
13
13
 
14
14
  /**
15
15
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/installations-compat",
3
- "version": "0.2.4",
3
+ "version": "0.2.5-20240131233318",
4
4
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/esm/index.esm2017.js",
@@ -45,7 +45,7 @@
45
45
  "url": "https://github.com/firebase/firebase-js-sdk/issues"
46
46
  },
47
47
  "devDependencies": {
48
- "@firebase/app-compat": "0.2.4",
48
+ "@firebase/app-compat": "0.2.27-20240131233318",
49
49
  "rollup": "2.79.1",
50
50
  "@rollup/plugin-commonjs": "21.1.0",
51
51
  "@rollup/plugin-json": "4.1.0",
@@ -55,13 +55,13 @@
55
55
  "typescript": "4.7.4"
56
56
  },
57
57
  "peerDependencies": {
58
- "@firebase/app-compat": "0.x"
58
+ "@firebase/app-compat": "0.2.27-20240131233318"
59
59
  },
60
60
  "dependencies": {
61
- "@firebase/installations": "0.6.4",
61
+ "@firebase/installations": "0.6.5-20240131233318",
62
62
  "@firebase/installations-types": "0.5.0",
63
- "@firebase/util": "1.9.3",
64
- "@firebase/component": "0.6.4",
63
+ "@firebase/util": "1.9.4-20240131233318",
64
+ "@firebase/component": "0.6.5-20240131233318",
65
65
  "tslib": "^2.1.0"
66
66
  }
67
67
  }
package/CHANGELOG.md DELETED
@@ -1,218 +0,0 @@
1
- # @firebase/installations-compat
2
-
3
- ## 0.2.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/installations@0.6.4
11
-
12
- ## 0.2.3
13
-
14
- ### Patch Changes
15
-
16
- - Updated dependencies [[`d071bd1ac`](https://github.com/firebase/firebase-js-sdk/commit/d071bd1acaa0583b4dd3454387fc58eafddb5c30)]:
17
- - @firebase/util@1.9.2
18
- - @firebase/component@0.6.3
19
- - @firebase/installations@0.6.3
20
-
21
- ## 0.2.2
22
-
23
- ### Patch Changes
24
-
25
- - Updated dependencies [[`0bab0b7a7`](https://github.com/firebase/firebase-js-sdk/commit/0bab0b7a786d1563bf665904c7097d1fe06efce5)]:
26
- - @firebase/util@1.9.1
27
- - @firebase/component@0.6.2
28
- - @firebase/installations@0.6.2
29
-
30
- ## 0.2.1
31
-
32
- ### Patch Changes
33
-
34
- - Updated dependencies [[`d4114a4f7`](https://github.com/firebase/firebase-js-sdk/commit/d4114a4f7da3f469c0c900416ac8beee58885ec3), [`06dc1364d`](https://github.com/firebase/firebase-js-sdk/commit/06dc1364d7560f4c563e1ccc89af9cad4cd91df8)]:
35
- - @firebase/util@1.9.0
36
- - @firebase/component@0.6.1
37
- - @firebase/installations@0.6.1
38
-
39
- ## 0.2.0
40
-
41
- ### Minor Changes
42
-
43
- - [`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.
44
-
45
- ### Patch Changes
46
-
47
- - Updated dependencies [[`c20633ed3`](https://github.com/firebase/firebase-js-sdk/commit/c20633ed35056cbadc9d65d9ceddf4e28d1ea666), [`1625f7a95`](https://github.com/firebase/firebase-js-sdk/commit/1625f7a95cc3ffb666845db0a8044329be74b5be)]:
48
- - @firebase/util@1.8.0
49
- - @firebase/component@0.6.0
50
- - @firebase/installations@0.6.0
51
- - @firebase/installations-types@0.5.0
52
-
53
- ## 0.1.16
54
-
55
- ### Patch Changes
56
-
57
- - [`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.
58
-
59
- - Updated dependencies [[`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5)]:
60
- - @firebase/component@0.5.21
61
- - @firebase/installations@0.5.16
62
- - @firebase/installations-types@0.4.1
63
- - @firebase/util@1.7.3
64
-
65
- ## 0.1.15
66
-
67
- ### Patch Changes
68
-
69
- - Updated dependencies [[`807f06aa2`](https://github.com/firebase/firebase-js-sdk/commit/807f06aa26438a91aaea08fd38efb6c706bb8a5d)]:
70
- - @firebase/util@1.7.2
71
- - @firebase/component@0.5.20
72
- - @firebase/installations@0.5.15
73
-
74
- ## 0.1.14
75
-
76
- ### Patch Changes
77
-
78
- - Updated dependencies [[`171b78b76`](https://github.com/firebase/firebase-js-sdk/commit/171b78b762826a640d267dd4dd172ad9459c4561), [`29d034072`](https://github.com/firebase/firebase-js-sdk/commit/29d034072c20af394ce384e42aa10a37d5dfcb18)]:
79
- - @firebase/util@1.7.1
80
- - @firebase/component@0.5.19
81
- - @firebase/installations@0.5.14
82
-
83
- ## 0.1.13
84
-
85
- ### Patch Changes
86
-
87
- - Updated dependencies [[`fdd4ab464`](https://github.com/firebase/firebase-js-sdk/commit/fdd4ab464b59a107bdcc195df3f01e32efd89ed4)]:
88
- - @firebase/util@1.7.0
89
- - @firebase/installations@0.5.13
90
- - @firebase/component@0.5.18
91
-
92
- ## 0.1.12
93
-
94
- ### Patch Changes
95
-
96
- - Updated dependencies [[`b12af44a5`](https://github.com/firebase/firebase-js-sdk/commit/b12af44a5c7500e1192d6cc1a4afc4d77efadbaf)]:
97
- - @firebase/util@1.6.3
98
- - @firebase/component@0.5.17
99
- - @firebase/installations@0.5.12
100
-
101
- ## 0.1.11
102
-
103
- ### Patch Changes
104
-
105
- - Updated dependencies [[`efe2000fc`](https://github.com/firebase/firebase-js-sdk/commit/efe2000fc499e2c85c4e5e0fef6741ff3bad2eb0)]:
106
- - @firebase/util@1.6.2
107
- - @firebase/component@0.5.16
108
- - @firebase/installations@0.5.11
109
-
110
- ## 0.1.10
111
-
112
- ### Patch Changes
113
-
114
- - [`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
115
-
116
- * [`d4b52b612`](https://github.com/firebase/firebase-js-sdk/commit/d4b52b612cf73610c57a3c08a0415ab7b622a70a) [#6321](https://github.com/firebase/firebase-js-sdk/pull/6321) - Fix incorrect paths in package.json
117
-
118
- * Updated dependencies [[`2cd1cc76f`](https://github.com/firebase/firebase-js-sdk/commit/2cd1cc76f2a308135cd60f424fe09084a34b5cb5)]:
119
- - @firebase/component@0.5.15
120
- - @firebase/installations@0.5.10
121
- - @firebase/util@1.6.1
122
-
123
- ## 0.1.9
124
-
125
- ### Patch Changes
126
-
127
- - Updated dependencies [[`9c5c9c36d`](https://github.com/firebase/firebase-js-sdk/commit/9c5c9c36da80b98b73cfd60ef2e2965087e9f801)]:
128
- - @firebase/util@1.6.0
129
- - @firebase/installations@0.5.9
130
- - @firebase/component@0.5.14
131
-
132
- ## 0.1.8
133
-
134
- ### Patch Changes
135
-
136
- - Updated dependencies [[`e9e5f6b3c`](https://github.com/firebase/firebase-js-sdk/commit/e9e5f6b3ca9d61323b22f87986d9959f5297ec59)]:
137
- - @firebase/util@1.5.2
138
- - @firebase/component@0.5.13
139
- - @firebase/installations@0.5.8
140
-
141
- ## 0.1.7
142
-
143
- ### Patch Changes
144
-
145
- - Updated dependencies [[`3198d58dc`](https://github.com/firebase/firebase-js-sdk/commit/3198d58dcedbf7583914dbcc76984f6f7df8d2ef)]:
146
- - @firebase/util@1.5.1
147
- - @firebase/component@0.5.12
148
- - @firebase/installations@0.5.7
149
-
150
- ## 0.1.6
151
-
152
- ### Patch Changes
153
-
154
- - [`2d672cead`](https://github.com/firebase/firebase-js-sdk/commit/2d672cead167187cb714cd89b638c0884ba58f03) [#6061](https://github.com/firebase/firebase-js-sdk/pull/6061) - Remove idb dependency and replace with our own code.
155
-
156
- - Updated dependencies [[`2d672cead`](https://github.com/firebase/firebase-js-sdk/commit/2d672cead167187cb714cd89b638c0884ba58f03), [`ddeff8384`](https://github.com/firebase/firebase-js-sdk/commit/ddeff8384ab8a927f02244e2591db525fd58c7dd)]:
157
- - @firebase/installations@0.5.6
158
- - @firebase/util@1.5.0
159
- - @firebase/component@0.5.11
160
-
161
- ## 0.1.5
162
-
163
- ### Patch Changes
164
-
165
- - Updated dependencies [[`3b481f572`](https://github.com/firebase/firebase-js-sdk/commit/3b481f572456e1eab3435bfc25717770d95a8c49)]:
166
- - @firebase/util@1.4.3
167
- - @firebase/component@0.5.10
168
- - @firebase/installations@0.5.5
169
-
170
- ## 0.1.4
171
-
172
- ### Patch Changes
173
-
174
- - [`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
175
-
176
- - Updated dependencies [[`3281315fa`](https://github.com/firebase/firebase-js-sdk/commit/3281315fae9c6f535f9d5052ee17d60861ea569a)]:
177
- - @firebase/component@0.5.9
178
- - @firebase/installations@0.5.4
179
- - @firebase/util@1.4.2
180
-
181
- ## 0.1.3
182
-
183
- ### Patch Changes
184
-
185
- - [`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
186
-
187
- - Updated dependencies [[`2322b6023`](https://github.com/firebase/firebase-js-sdk/commit/2322b6023c628cd9f4f4172767c17d215dd91684)]:
188
- - @firebase/component@0.5.8
189
- - @firebase/installations@0.5.3
190
- - @firebase/util@1.4.1
191
-
192
- ## 0.1.2
193
-
194
- ### Patch Changes
195
-
196
- - Updated dependencies [[`93795c780`](https://github.com/firebase/firebase-js-sdk/commit/93795c7801d6b28ccbbe5855fd2f3fc377b1db5f)]:
197
- - @firebase/installations@0.5.2
198
-
199
- ## 0.1.1
200
-
201
- ### Patch Changes
202
-
203
- - Updated dependencies [[`a99943fe3`](https://github.com/firebase/firebase-js-sdk/commit/a99943fe3bd5279761aa29d138ec91272b06df39), [`b835b4cba`](https://github.com/firebase/firebase-js-sdk/commit/b835b4cbabc4b7b180ae38b908c49205ce31a422)]:
204
- - @firebase/util@1.4.0
205
- - @firebase/component@0.5.7
206
- - @firebase/installations@0.5.1
207
-
208
- ## 0.1.0
209
-
210
- ### Minor Changes
211
-
212
- - [`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
213
-
214
- ### Patch Changes
215
-
216
- - Updated dependencies [[`cdada6c68`](https://github.com/firebase/firebase-js-sdk/commit/cdada6c68f9740d13dd6674bcb658e28e68253b6)]:
217
- - @firebase/installations@0.5.0
218
- - @firebase/installations-types@0.4.0