@quiltt/core 5.2.0 → 5.2.3
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/CHANGELOG.md +102 -84
- package/README.md +1 -1
- package/dist/config/index.cjs +1 -1
- package/dist/config/index.js +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,34 @@
|
|
|
1
1
|
# @quiltt/core
|
|
2
2
|
|
|
3
|
+
## 5.2.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#448](https://github.com/quiltt/quiltt-sdks/pull/448) [`f5968c6`](https://github.com/quiltt/quiltt-sdks/commit/f5968c65bd5de1bf421d96bc371473f1e9ba4763) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Empty-token early return and no-session revoke guard in useQuilttSession
|
|
8
|
+
|
|
9
|
+
## 5.2.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#444](https://github.com/quiltt/quiltt-sdks/pull/444) [`ac582f5`](https://github.com/quiltt/quiltt-sdks/commit/ac582f5313c206765b17ebaacd6d50327130a552) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Trigger manual release
|
|
14
|
+
|
|
15
|
+
## 5.2.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [#436](https://github.com/quiltt/quiltt-sdks/pull/436) [`4062b87`](https://github.com/quiltt/quiltt-sdks/commit/4062b87e6868b253bd2e878a2d64c754ed9dbf41) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Added integration tests across all SDK packages (React, Vue, Capacitor React/Vue, React Native, Android, Flutter, and iOS) and validated consistent connector behavior
|
|
20
|
+
|
|
3
21
|
## 5.2.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
|
6
24
|
|
|
7
|
-
- [#427](https://github.com/quiltt/quiltt-
|
|
25
|
+
- [#427](https://github.com/quiltt/quiltt-sdks/pull/427) [`6d4b768`](https://github.com/quiltt/quiltt-sdks/commit/6d4b7683f49d0a6e649a4bdfaff0398669102a63) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Bump minor version to be consistent with SemVer standards
|
|
8
26
|
|
|
9
27
|
## 5.1.3
|
|
10
28
|
|
|
11
29
|
### Patch Changes
|
|
12
30
|
|
|
13
|
-
- [#425](https://github.com/quiltt/quiltt-
|
|
31
|
+
- [#425](https://github.com/quiltt/quiltt-sdks/pull/425) [`c684b3b`](https://github.com/quiltt/quiltt-sdks/commit/c684b3b5f6ea2829e2abfa2a75c0d430edad66a5) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Add @quiltt/capacitor package for Ionic and Capacitor apps
|
|
14
32
|
|
|
15
33
|
- Framework-agnostic by default — works with Vue, Angular, Svelte, or vanilla JS
|
|
16
34
|
- Vue 3 components via `@quiltt/capacitor/vue` subpath
|
|
@@ -51,25 +69,25 @@
|
|
|
51
69
|
|
|
52
70
|
### Patch Changes
|
|
53
71
|
|
|
54
|
-
- [#423](https://github.com/quiltt/quiltt-
|
|
72
|
+
- [#423](https://github.com/quiltt/quiltt-sdks/pull/423) [`aca4d51`](https://github.com/quiltt/quiltt-sdks/commit/aca4d51bc699f80e50977d28b120280db9a4414d) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Fix VersionLink to allow custom Quiltt-SDK-Agent header override
|
|
55
73
|
|
|
56
74
|
## 5.1.1
|
|
57
75
|
|
|
58
76
|
### Patch Changes
|
|
59
77
|
|
|
60
|
-
- [#419](https://github.com/quiltt/quiltt-
|
|
78
|
+
- [#419](https://github.com/quiltt/quiltt-sdks/pull/419) [`5f5846a`](https://github.com/quiltt/quiltt-sdks/commit/5f5846a1d807f517c156bbebe60d639256a7db1e) Thanks [@rubendinho](https://github.com/rubendinho)! - Update telemetry headers
|
|
61
79
|
|
|
62
|
-
- [#421](https://github.com/quiltt/quiltt-
|
|
80
|
+
- [#421](https://github.com/quiltt/quiltt-sdks/pull/421) [`0756cb5`](https://github.com/quiltt/quiltt-sdks/commit/0756cb59d3fb55208cc2d1bdc10a2a8d5b66b595) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Ensure custom Headers are passed to all API calls
|
|
63
81
|
|
|
64
82
|
## 5.1.0
|
|
65
83
|
|
|
66
84
|
### Minor Changes
|
|
67
85
|
|
|
68
|
-
- [#406](https://github.com/quiltt/quiltt-
|
|
86
|
+
- [#406](https://github.com/quiltt/quiltt-sdks/pull/406) [`177a4fc`](https://github.com/quiltt/quiltt-sdks/commit/177a4fc3d70fa3f313f6586396719dae9763cf4b) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Add OAuth redirect URL support to React SDK
|
|
69
87
|
|
|
70
88
|
### Patch Changes
|
|
71
89
|
|
|
72
|
-
- [#418](https://github.com/quiltt/quiltt-
|
|
90
|
+
- [#418](https://github.com/quiltt/quiltt-sdks/pull/418) [`2d918a0`](https://github.com/quiltt/quiltt-sdks/commit/2d918a089f8546bb7d20db1eefd958beca296ee0) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Internal: Add `headers` prop to QuilttProvider
|
|
73
91
|
|
|
74
92
|
For Quiltt internal usage. Not intended for public use.
|
|
75
93
|
|
|
@@ -77,61 +95,61 @@
|
|
|
77
95
|
|
|
78
96
|
### Patch Changes
|
|
79
97
|
|
|
80
|
-
- [#412](https://github.com/quiltt/quiltt-
|
|
98
|
+
- [#412](https://github.com/quiltt/quiltt-sdks/pull/412) [`099070b`](https://github.com/quiltt/quiltt-sdks/commit/099070b984f7375491e1c736bc3fbd35c93c7fd3) Thanks [@rubendinho](https://github.com/rubendinho)! - Improve User Agent telemetry
|
|
81
99
|
|
|
82
|
-
- [#410](https://github.com/quiltt/quiltt-
|
|
100
|
+
- [#410](https://github.com/quiltt/quiltt-sdks/pull/410) [`628887c`](https://github.com/quiltt/quiltt-sdks/commit/628887cc592b492a1fb38ff5898aeda969140855) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Re-Export Upstream Packages
|
|
83
101
|
|
|
84
102
|
## 5.0.2
|
|
85
103
|
|
|
86
104
|
### Patch Changes
|
|
87
105
|
|
|
88
|
-
- [#407](https://github.com/quiltt/quiltt-
|
|
106
|
+
- [#407](https://github.com/quiltt/quiltt-sdks/pull/407) [`0262754`](https://github.com/quiltt/quiltt-sdks/commit/0262754fa680d39cea1426a09796783488a4f4d6) Thanks [@rubendinho](https://github.com/rubendinho)! - Add Institution Prop to QuilttContainer
|
|
89
107
|
|
|
90
108
|
## 5.0.1
|
|
91
109
|
|
|
92
110
|
### Patch Changes
|
|
93
111
|
|
|
94
|
-
- [#403](https://github.com/quiltt/quiltt-
|
|
112
|
+
- [#403](https://github.com/quiltt/quiltt-sdks/pull/403) [`b714ff3`](https://github.com/quiltt/quiltt-sdks/commit/b714ff3b3ee878445ca8e09903153ac0b43d693b) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Prevent Infinite Re-Renders in QuilttProvider
|
|
95
113
|
|
|
96
|
-
- [#399](https://github.com/quiltt/quiltt-
|
|
114
|
+
- [#399](https://github.com/quiltt/quiltt-sdks/pull/399) [`77d11b6`](https://github.com/quiltt/quiltt-sdks/commit/77d11b69ceb950da9ca500aa73bae7a3abdfb3a2) Thanks [@CarltonHowell](https://github.com/CarltonHowell)! - Output commonJS
|
|
97
115
|
|
|
98
|
-
- [#402](https://github.com/quiltt/quiltt-
|
|
116
|
+
- [#402](https://github.com/quiltt/quiltt-sdks/pull/402) [`97eccbe`](https://github.com/quiltt/quiltt-sdks/commit/97eccbe6df42843307a11d28a0a8b5a36e43f3d9) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Remove Node.js Dependencies in React Native Builds
|
|
99
117
|
|
|
100
|
-
- [#401](https://github.com/quiltt/quiltt-
|
|
118
|
+
- [#401](https://github.com/quiltt/quiltt-sdks/pull/401) [`2bf07c3`](https://github.com/quiltt/quiltt-sdks/commit/2bf07c36bf8dc573f01db8f4c69a48e05d313b8b) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Improve expired auth token detection and clearing
|
|
101
119
|
|
|
102
|
-
- [#404](https://github.com/quiltt/quiltt-
|
|
120
|
+
- [#404](https://github.com/quiltt/quiltt-sdks/pull/404) [`45eb8c9`](https://github.com/quiltt/quiltt-sdks/commit/45eb8c907f51c0c8c5a3c069c35e0f301a4c374f) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Add Subpath Exports and Reorganize Core Modules
|
|
103
121
|
|
|
104
122
|
## 5.0.0
|
|
105
123
|
|
|
106
124
|
### Major Changes
|
|
107
125
|
|
|
108
|
-
- [#394](https://github.com/quiltt/quiltt-
|
|
126
|
+
- [#394](https://github.com/quiltt/quiltt-sdks/pull/394) [`2ba646a`](https://github.com/quiltt/quiltt-sdks/commit/2ba646a2efcb7bef7949dab74778ab1c3babdb84) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Migrate Apollo Client to v4
|
|
109
127
|
|
|
110
128
|
### Minor Changes
|
|
111
129
|
|
|
112
|
-
- [#395](https://github.com/quiltt/quiltt-
|
|
130
|
+
- [#395](https://github.com/quiltt/quiltt-sdks/pull/395) [`f635500`](https://github.com/quiltt/quiltt-sdks/commit/f635500f17ab8a76aa0fb87ed7f4971e63a93f12) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Enhanced SDK telemetry with standardized User-Agent headers
|
|
113
131
|
|
|
114
132
|
## 4.5.1
|
|
115
133
|
|
|
116
134
|
### Patch Changes
|
|
117
135
|
|
|
118
|
-
- [#389](https://github.com/quiltt/quiltt-
|
|
136
|
+
- [#389](https://github.com/quiltt/quiltt-sdks/pull/389) [`a6a2a7e`](https://github.com/quiltt/quiltt-sdks/commit/a6a2a7ea94c7204a69b53f191ee738bcdc520a10) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Upgrade React versions across all projects
|
|
119
137
|
|
|
120
138
|
## 4.5.0
|
|
121
139
|
|
|
122
140
|
### Minor Changes
|
|
123
141
|
|
|
124
|
-
- [#386](https://github.com/quiltt/quiltt-
|
|
142
|
+
- [#386](https://github.com/quiltt/quiltt-sdks/pull/386) [`0bf706c`](https://github.com/quiltt/quiltt-sdks/commit/0bf706ce2ad926304d6eac739ee58971736f913e) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Update platform webview props
|
|
125
143
|
|
|
126
144
|
### Patch Changes
|
|
127
145
|
|
|
128
|
-
- [#380](https://github.com/quiltt/quiltt-
|
|
146
|
+
- [#380](https://github.com/quiltt/quiltt-sdks/pull/380) [`31cd190`](https://github.com/quiltt/quiltt-sdks/commit/31cd1902618ebc2314d42dd7aca81b3ab94068ea) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Improve useQuilttResolvable error messaging
|
|
129
147
|
|
|
130
148
|
## 4.4.0
|
|
131
149
|
|
|
132
150
|
### Minor Changes
|
|
133
151
|
|
|
134
|
-
- [#378](https://github.com/quiltt/quiltt-
|
|
152
|
+
- [#378](https://github.com/quiltt/quiltt-sdks/pull/378) [`0af4e66`](https://github.com/quiltt/quiltt-sdks/commit/0af4e6622d1542e0c0c02ac7e897e3e4f9219cbd) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Add connector institution search and provider migration support.
|
|
135
153
|
|
|
136
154
|
## New APIs
|
|
137
155
|
|
|
@@ -167,144 +185,144 @@
|
|
|
167
185
|
|
|
168
186
|
### Patch Changes
|
|
169
187
|
|
|
170
|
-
- [#375](https://github.com/quiltt/quiltt-
|
|
188
|
+
- [#375](https://github.com/quiltt/quiltt-sdks/pull/375) [`fdc91e3`](https://github.com/quiltt/quiltt-sdks/commit/fdc91e3efb3f63659580f2d1d2ea0ff7fcaee8f5) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Add 403 callback to Auth useIdentifySession
|
|
171
189
|
|
|
172
190
|
## 4.3.2
|
|
173
191
|
|
|
174
192
|
### Patch Changes
|
|
175
193
|
|
|
176
|
-
- [#372](https://github.com/quiltt/quiltt-
|
|
194
|
+
- [#372](https://github.com/quiltt/quiltt-sdks/pull/372) [`c022ebe`](https://github.com/quiltt/quiltt-sdks/commit/c022ebed0c82404a1bdbf5abbaf6e60b49f2d07a) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Hardened React SDK against unstable prop references by implementing ref-based callback wrappers and deep equality checks, eliminating unnecessary re-renders, event handler churn, and API calls without requiring customers to use useCallback.
|
|
177
195
|
|
|
178
196
|
## 4.3.1
|
|
179
197
|
|
|
180
198
|
### Patch Changes
|
|
181
199
|
|
|
182
|
-
- [#366](https://github.com/quiltt/quiltt-
|
|
183
|
-
- [#365](https://github.com/quiltt/quiltt-
|
|
200
|
+
- [#366](https://github.com/quiltt/quiltt-sdks/pull/366) [`dc376b5`](https://github.com/quiltt/quiltt-sdks/commit/dc376b52dd824d7867ca74677bbfd5c54eff5cdc) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Warn if useQuilttConnector is unmounted while in use
|
|
201
|
+
- [#365](https://github.com/quiltt/quiltt-sdks/pull/365) [`5f6b8af`](https://github.com/quiltt/quiltt-sdks/commit/5f6b8af153086c77bb2227d43ae7023fb0c47985) Thanks [@rubendinho](https://github.com/rubendinho)! - Standardize SDK agent tracking header to `Quiltt-SDK-Agent` and add support for custom Apollo Links injection
|
|
184
202
|
|
|
185
203
|
## 4.3.0
|
|
186
204
|
|
|
187
205
|
### Minor Changes
|
|
188
206
|
|
|
189
|
-
- [#363](https://github.com/quiltt/quiltt-
|
|
207
|
+
- [#363](https://github.com/quiltt/quiltt-sdks/pull/363) [`641d766`](https://github.com/quiltt/quiltt-sdks/commit/641d76620ffbb99bc80fdc9998ac936883fe1d06) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Upgrade rails/actioncable to v8
|
|
190
208
|
|
|
191
209
|
## 4.2.3
|
|
192
210
|
|
|
193
211
|
### Patch Changes
|
|
194
212
|
|
|
195
|
-
- [#355](https://github.com/quiltt/quiltt-
|
|
213
|
+
- [#355](https://github.com/quiltt/quiltt-sdks/pull/355) [`6d32f3e`](https://github.com/quiltt/quiltt-sdks/commit/6d32f3e40e7554c512ca63ef532d689d5485e10c) Thanks [@rubendinho](https://github.com/rubendinho)! - Improve error handling in React Native
|
|
196
214
|
|
|
197
215
|
## 4.2.2
|
|
198
216
|
|
|
199
217
|
### Patch Changes
|
|
200
218
|
|
|
201
|
-
- [#352](https://github.com/quiltt/quiltt-
|
|
219
|
+
- [#352](https://github.com/quiltt/quiltt-sdks/pull/352) [`45b3b32`](https://github.com/quiltt/quiltt-sdks/commit/45b3b3270b69b95c9553e149e15870be4f43af3b) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Fix useQuilttInstitutions export
|
|
202
220
|
|
|
203
221
|
## 4.2.1
|
|
204
222
|
|
|
205
223
|
### Patch Changes
|
|
206
224
|
|
|
207
|
-
- [#350](https://github.com/quiltt/quiltt-
|
|
225
|
+
- [#350](https://github.com/quiltt/quiltt-sdks/pull/350) [`0233592`](https://github.com/quiltt/quiltt-sdks/commit/02335928bb872a6588c2ca81a1bd9a081053bd29) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Bugfix: early return in effect prevents reconnect from being called
|
|
208
226
|
|
|
209
227
|
## 4.2.0
|
|
210
228
|
|
|
211
229
|
### Minor Changes
|
|
212
230
|
|
|
213
|
-
- [#348](https://github.com/quiltt/quiltt-
|
|
231
|
+
- [#348](https://github.com/quiltt/quiltt-sdks/pull/348) [`7e27845`](https://github.com/quiltt/quiltt-sdks/commit/7e2784523124c87fc6654d8336f924286daade1b) Thanks [@zubairaziz](https://github.com/zubairaziz)! - resolve connectionId persistence issue in QuilttContainer
|
|
214
232
|
|
|
215
233
|
## 4.1.0
|
|
216
234
|
|
|
217
235
|
### Minor Changes
|
|
218
236
|
|
|
219
|
-
- [#342](https://github.com/quiltt/quiltt-
|
|
237
|
+
- [#342](https://github.com/quiltt/quiltt-sdks/pull/342) [`6a387ba`](https://github.com/quiltt/quiltt-sdks/commit/6a387ba0db77912df85c6cd1924f63edf50f9cdd) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Create useQuilttInstitutions hook
|
|
220
238
|
|
|
221
239
|
## 4.0.1
|
|
222
240
|
|
|
223
241
|
### Patch Changes
|
|
224
242
|
|
|
225
|
-
- [#343](https://github.com/quiltt/quiltt-
|
|
243
|
+
- [#343](https://github.com/quiltt/quiltt-sdks/pull/343) [`da152b7`](https://github.com/quiltt/quiltt-sdks/commit/da152b7f42606defde5f55488632bcdc095be592) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Add the ability to set nonce for the Quiltt SDK Script
|
|
226
244
|
|
|
227
245
|
## 4.0.0
|
|
228
246
|
|
|
229
247
|
### Major Changes
|
|
230
248
|
|
|
231
|
-
- [#333](https://github.com/quiltt/quiltt-
|
|
249
|
+
- [#333](https://github.com/quiltt/quiltt-sdks/pull/333) [`5afca4a`](https://github.com/quiltt/quiltt-sdks/commit/5afca4a45f357afbb7f6af02088f86230f351e18) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Migrate to 'Navigate' message for URL handling
|
|
232
250
|
|
|
233
251
|
## 3.9.7
|
|
234
252
|
|
|
235
253
|
### Patch Changes
|
|
236
254
|
|
|
237
|
-
- [#330](https://github.com/quiltt/quiltt-
|
|
255
|
+
- [#330](https://github.com/quiltt/quiltt-sdks/pull/330) [`e7b8e74`](https://github.com/quiltt/quiltt-sdks/commit/e7b8e74613f7725c6f2653be6d8ac0e06cce661d) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Make OAuth Handling Safer
|
|
238
256
|
|
|
239
257
|
## 3.9.6
|
|
240
258
|
|
|
241
259
|
### Patch Changes
|
|
242
260
|
|
|
243
|
-
- [#328](https://github.com/quiltt/quiltt-
|
|
261
|
+
- [#328](https://github.com/quiltt/quiltt-sdks/pull/328) [`6b8751c`](https://github.com/quiltt/quiltt-sdks/commit/6b8751c981e9e74b347227bc9f427585d21870cd) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Updated QuilttConnector OAuth handler
|
|
244
262
|
|
|
245
263
|
## 3.9.5
|
|
246
264
|
|
|
247
265
|
### Patch Changes
|
|
248
266
|
|
|
249
|
-
- [#325](https://github.com/quiltt/quiltt-
|
|
267
|
+
- [#325](https://github.com/quiltt/quiltt-sdks/pull/325) [`62b7323`](https://github.com/quiltt/quiltt-sdks/commit/62b732371a8d57242170e0ae838baa4ca8e78059) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Improve useSession and useStorage hooks
|
|
250
268
|
|
|
251
269
|
## 3.9.4
|
|
252
270
|
|
|
253
271
|
### Patch Changes
|
|
254
272
|
|
|
255
|
-
- [#321](https://github.com/quiltt/quiltt-
|
|
273
|
+
- [#321](https://github.com/quiltt/quiltt-sdks/pull/321) [`642ec0f`](https://github.com/quiltt/quiltt-sdks/commit/642ec0f34f2506672993b82785b5b5ddb5c69069) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Bugfix: iOS WebView header drag behavior and scrolling
|
|
256
274
|
|
|
257
275
|
## 3.9.3
|
|
258
276
|
|
|
259
277
|
### Patch Changes
|
|
260
278
|
|
|
261
|
-
- [#319](https://github.com/quiltt/quiltt-
|
|
279
|
+
- [#319](https://github.com/quiltt/quiltt-sdks/pull/319) [`b97a814`](https://github.com/quiltt/quiltt-sdks/commit/b97a814b87b8bfec9f8b4bb155e1140724e441eb) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Improve typings for query client and react components
|
|
262
280
|
|
|
263
281
|
## 3.9.2
|
|
264
282
|
|
|
265
283
|
### Patch Changes
|
|
266
284
|
|
|
267
|
-
- [#316](https://github.com/quiltt/quiltt-
|
|
285
|
+
- [#316](https://github.com/quiltt/quiltt-sdks/pull/316) [`de5d43e`](https://github.com/quiltt/quiltt-sdks/commit/de5d43e664a8bbb04595816718f5c645a9c3df27) Thanks [@rubendinho](https://github.com/rubendinho)! - Updated `main` param to `package.json` to improve analyzing the package.
|
|
268
286
|
|
|
269
|
-
- [#313](https://github.com/quiltt/quiltt-
|
|
287
|
+
- [#313](https://github.com/quiltt/quiltt-sdks/pull/313) [`3b789c9`](https://github.com/quiltt/quiltt-sdks/commit/3b789c9413ab2f9bdda965248ed7a8ccaf270172) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Update typings for QuilttButton onLoad handler
|
|
270
288
|
|
|
271
|
-
- [#312](https://github.com/quiltt/quiltt-
|
|
289
|
+
- [#312](https://github.com/quiltt/quiltt-sdks/pull/312) [`11ba6a3`](https://github.com/quiltt/quiltt-sdks/commit/11ba6a3af1975349a63640bb99ed0e34ffee3f1c) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Update session handling in QuilttAuthProvider
|
|
272
290
|
|
|
273
291
|
## 3.9.1
|
|
274
292
|
|
|
275
293
|
### Patch Changes
|
|
276
294
|
|
|
277
|
-
- [#310](https://github.com/quiltt/quiltt-
|
|
295
|
+
- [#310](https://github.com/quiltt/quiltt-sdks/pull/310) [`86b39ac`](https://github.com/quiltt/quiltt-sdks/commit/86b39ac7015fcf21d1c1962df1a76f84c2af9801) Thanks [@rubendinho](https://github.com/rubendinho)! - Added explicit file extensions to import statements to comply with strict ESM module resolution.
|
|
278
296
|
|
|
279
297
|
## 3.9.0
|
|
280
298
|
|
|
281
299
|
### Minor Changes
|
|
282
300
|
|
|
283
|
-
- [#307](https://github.com/quiltt/quiltt-
|
|
301
|
+
- [#307](https://github.com/quiltt/quiltt-sdks/pull/307) [`d0033cd`](https://github.com/quiltt/quiltt-sdks/commit/d0033cdbdaf33f9227afa55c9a6078156809a563) Thanks [@rubendinho](https://github.com/rubendinho)! - - Significantly reduce bundle size by migrating @apollo/client to "deep entrypoint import style"
|
|
284
302
|
- Bump @apollo/client to v3.11.8
|
|
285
303
|
|
|
286
304
|
### Patch Changes
|
|
287
305
|
|
|
288
|
-
- [#305](https://github.com/quiltt/quiltt-
|
|
306
|
+
- [#305](https://github.com/quiltt/quiltt-sdks/pull/305) [`803a4d0`](https://github.com/quiltt/quiltt-sdks/commit/803a4d09e458ed2e72781fcd475ad5f9639f2bf2) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Optimize connector WebView implementation
|
|
289
307
|
|
|
290
308
|
## 3.8.2
|
|
291
309
|
|
|
292
310
|
### Patch Changes
|
|
293
311
|
|
|
294
|
-
- [#303](https://github.com/quiltt/quiltt-
|
|
312
|
+
- [#303](https://github.com/quiltt/quiltt-sdks/pull/303) [`d1ceb66`](https://github.com/quiltt/quiltt-sdks/commit/d1ceb6648f4c2747988f8d6cacbee9946beaea0c) Thanks [@rubendinho](https://github.com/rubendinho)! - Reduce bundle size
|
|
295
313
|
|
|
296
314
|
## 3.8.1
|
|
297
315
|
|
|
298
316
|
### Patch Changes
|
|
299
317
|
|
|
300
|
-
- [#300](https://github.com/quiltt/quiltt-
|
|
318
|
+
- [#300](https://github.com/quiltt/quiltt-sdks/pull/300) [`a359810`](https://github.com/quiltt/quiltt-sdks/commit/a3598104565b4428beef9de37f85211e9caf465b)
|
|
301
319
|
- Thanks [@zubairaziz](https://github.com/zubairaziz)! - Make @quiltt/react-native ESM only
|
|
302
320
|
|
|
303
321
|
## 3.8.0
|
|
304
322
|
|
|
305
323
|
### Minor Changes
|
|
306
324
|
|
|
307
|
-
- [#298](https://github.com/quiltt/quiltt-
|
|
325
|
+
- [#298](https://github.com/quiltt/quiltt-sdks/pull/298) [`134b294`](https://github.com/quiltt/quiltt-sdks/commit/134b294019c3bdbccc1f4b5cf9af38d43ea5b3ac) Thanks [@zubairaziz](https://github.com/zubairaziz)! -
|
|
308
326
|
- Update dependencies
|
|
309
327
|
- Update expo-react-native implementation
|
|
310
328
|
- Reorganize test files
|
|
@@ -314,199 +332,199 @@
|
|
|
314
332
|
|
|
315
333
|
### Patch Changes
|
|
316
334
|
|
|
317
|
-
- [#296](https://github.com/quiltt/quiltt-
|
|
335
|
+
- [#296](https://github.com/quiltt/quiltt-sdks/pull/296) [`bff9d1f`](https://github.com/quiltt/quiltt-sdks/commit/bff9d1fb4f89c9c762de85ca0d8ee9a35dd10f7e) Thanks [@rubendinho](https://github.com/rubendinho)! - Fix typings
|
|
318
336
|
|
|
319
337
|
## 3.7.3
|
|
320
338
|
|
|
321
339
|
### Patch Changes
|
|
322
340
|
|
|
323
|
-
- [#293](https://github.com/quiltt/quiltt-
|
|
341
|
+
- [#293](https://github.com/quiltt/quiltt-sdks/pull/293) [`f4b48e6`](https://github.com/quiltt/quiltt-sdks/commit/f4b48e6db199cae4e880202c28974b481890b7c6) Thanks [@rubendinho](https://github.com/rubendinho)! - Improve documentation
|
|
324
342
|
|
|
325
343
|
## 3.7.2
|
|
326
344
|
|
|
327
345
|
### Patch Changes
|
|
328
346
|
|
|
329
|
-
- [#284](https://github.com/quiltt/quiltt-
|
|
347
|
+
- [#284](https://github.com/quiltt/quiltt-sdks/pull/284) [`ccfc6a3`](https://github.com/quiltt/quiltt-sdks/commit/ccfc6a36ad465e73723d2286b37a377256c31b11) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Update Dependencies
|
|
330
348
|
|
|
331
349
|
## 3.7.1
|
|
332
350
|
|
|
333
351
|
### Patch Changes
|
|
334
352
|
|
|
335
|
-
- [`524a0d7`](https://github.com/quiltt/quiltt-
|
|
353
|
+
- [`524a0d7`](https://github.com/quiltt/quiltt-sdks/commit/524a0d7f83c92648522c7712b82619fcd72e56c8) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Add missing opened Enum type
|
|
336
354
|
|
|
337
355
|
## 3.7.0
|
|
338
356
|
|
|
339
357
|
### Minor Changes
|
|
340
358
|
|
|
341
|
-
- [#281](https://github.com/quiltt/quiltt-
|
|
359
|
+
- [#281](https://github.com/quiltt/quiltt-sdks/pull/281) [`0c5fd75`](https://github.com/quiltt/quiltt-sdks/commit/0c5fd757fa1f688f205431c21c98bb54ea6ea72a) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Add bindings for a new onOpen callback event for Connector Modals
|
|
342
360
|
|
|
343
361
|
## 3.6.14
|
|
344
362
|
|
|
345
363
|
### Patch Changes
|
|
346
364
|
|
|
347
|
-
- [#278](https://github.com/quiltt/quiltt-
|
|
365
|
+
- [#278](https://github.com/quiltt/quiltt-sdks/pull/278) [`0d9e43d`](https://github.com/quiltt/quiltt-sdks/commit/0d9e43d580d73279d7c078219749b000ebb59b02) Thanks [@rubendinho](https://github.com/rubendinho)! - Fix debug config during CI
|
|
348
366
|
|
|
349
367
|
## 3.6.13
|
|
350
368
|
|
|
351
369
|
### Patch Changes
|
|
352
370
|
|
|
353
|
-
- [#276](https://github.com/quiltt/quiltt-
|
|
371
|
+
- [#276](https://github.com/quiltt/quiltt-sdks/pull/276) [`be1f9be`](https://github.com/quiltt/quiltt-sdks/commit/be1f9be957ef1a7686e6a25807275186c8dd51b4) Thanks [@rubendinho](https://github.com/rubendinho)! - Replace manually imported ActionCable code with official npm package
|
|
354
372
|
|
|
355
373
|
## 3.6.12
|
|
356
374
|
|
|
357
375
|
### Patch Changes
|
|
358
376
|
|
|
359
|
-
- [#274](https://github.com/quiltt/quiltt-
|
|
377
|
+
- [#274](https://github.com/quiltt/quiltt-sdks/pull/274) [`d684ade`](https://github.com/quiltt/quiltt-sdks/commit/d684ade520689d6207c699cea0681a9331f06069) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Update 'rol' types in PrivateClaims
|
|
360
378
|
|
|
361
379
|
## 3.6.11
|
|
362
380
|
|
|
363
381
|
### Patch Changes
|
|
364
382
|
|
|
365
|
-
- [#271](https://github.com/quiltt/quiltt-
|
|
383
|
+
- [#271](https://github.com/quiltt/quiltt-sdks/pull/271) [`a9ea2a7`](https://github.com/quiltt/quiltt-sdks/commit/a9ea2a7c6592dd5245183996ce0d26ffb53f2ed9) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Add 'rol' to private claims
|
|
366
384
|
|
|
367
385
|
## 3.6.10
|
|
368
386
|
|
|
369
387
|
### Patch Changes
|
|
370
388
|
|
|
371
|
-
- [#268](https://github.com/quiltt/quiltt-
|
|
389
|
+
- [#268](https://github.com/quiltt/quiltt-sdks/pull/268) [`8a82094`](https://github.com/quiltt/quiltt-sdks/commit/8a82094a709d0d7e1478ec32142be33825323708) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Migrate linter to Biome
|
|
372
390
|
|
|
373
391
|
## 3.6.9
|
|
374
392
|
|
|
375
393
|
### Patch Changes
|
|
376
394
|
|
|
377
|
-
- [#260](https://github.com/quiltt/quiltt-
|
|
395
|
+
- [#260](https://github.com/quiltt/quiltt-sdks/pull/260) [`6e80930`](https://github.com/quiltt/quiltt-sdks/commit/6e80930f84013f483e2c75fcb37a28dc4996dadc) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Refactor QuilttConnector to remove URL allow list
|
|
378
396
|
|
|
379
397
|
## 3.6.8
|
|
380
398
|
|
|
381
399
|
### Patch Changes
|
|
382
400
|
|
|
383
|
-
- [#258](https://github.com/quiltt/quiltt-
|
|
401
|
+
- [#258](https://github.com/quiltt/quiltt-sdks/pull/258) [`dc97e95`](https://github.com/quiltt/quiltt-sdks/commit/dc97e95dfa73bc1ccf09add6af70e4f95a458fab) Thanks [@rubendinho](https://github.com/rubendinho)! - Add URLs to WebView allowList
|
|
384
402
|
|
|
385
403
|
## 3.6.7
|
|
386
404
|
|
|
387
405
|
### Patch Changes
|
|
388
406
|
|
|
389
|
-
- [#256](https://github.com/quiltt/quiltt-
|
|
407
|
+
- [#256](https://github.com/quiltt/quiltt-sdks/pull/256) [`824e21e`](https://github.com/quiltt/quiltt-sdks/commit/824e21e14b4731e5ebb0d8bd3ba141ca7d9418e2) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Add Google recaptcha to allowed URLs
|
|
390
408
|
|
|
391
409
|
## 3.6.5
|
|
392
410
|
|
|
393
411
|
### Patch Changes
|
|
394
412
|
|
|
395
|
-
- [#248](https://github.com/quiltt/quiltt-
|
|
413
|
+
- [#248](https://github.com/quiltt/quiltt-sdks/pull/248) [`d15297e`](https://github.com/quiltt/quiltt-sdks/commit/d15297e4dea40c90dab97d1f8e8797b5cfe8395c) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Fix issue with loading Plaid's new Link
|
|
396
414
|
|
|
397
415
|
## 3.6.4
|
|
398
416
|
|
|
399
417
|
### Patch Changes
|
|
400
418
|
|
|
401
|
-
- [#246](https://github.com/quiltt/quiltt-
|
|
419
|
+
- [#246](https://github.com/quiltt/quiltt-sdks/pull/246) [`38f7904`](https://github.com/quiltt/quiltt-sdks/commit/38f79048e99dc617d700b62fd285623f9f2ae2fa) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Update exports for react-native
|
|
402
420
|
|
|
403
421
|
## 3.6.3
|
|
404
422
|
|
|
405
423
|
### Patch Changes
|
|
406
424
|
|
|
407
|
-
- [#240](https://github.com/quiltt/quiltt-
|
|
425
|
+
- [#240](https://github.com/quiltt/quiltt-sdks/pull/240) [`96556d4`](https://github.com/quiltt/quiltt-sdks/commit/96556d4e4d29b1a5623b78f60d97c49a974e44e8) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Pre-transpile '@quiltt/react-native' code before publish
|
|
408
426
|
|
|
409
427
|
## 3.6.2
|
|
410
428
|
|
|
411
429
|
### Patch Changes
|
|
412
430
|
|
|
413
|
-
- [#236](https://github.com/quiltt/quiltt-
|
|
431
|
+
- [#236](https://github.com/quiltt/quiltt-sdks/pull/236) [`85c0be1`](https://github.com/quiltt/quiltt-sdks/commit/85c0be16803381de5dbd89a7295e326228542080) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Fix config loading
|
|
414
432
|
|
|
415
433
|
## 3.6.1
|
|
416
434
|
|
|
417
435
|
### Patch Changes
|
|
418
436
|
|
|
419
|
-
- [#232](https://github.com/quiltt/quiltt-
|
|
437
|
+
- [#232](https://github.com/quiltt/quiltt-sdks/pull/232) [`7a119af`](https://github.com/quiltt/quiltt-sdks/commit/7a119af8b0ba826b8df81f5eb242c002379b4e56) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Improve typeof checks for mobile environments
|
|
420
438
|
|
|
421
439
|
## 3.6.0
|
|
422
440
|
|
|
423
441
|
### Minor Changes
|
|
424
442
|
|
|
425
|
-
- [#229](https://github.com/quiltt/quiltt-
|
|
443
|
+
- [#229](https://github.com/quiltt/quiltt-sdks/pull/229) [`f688563`](https://github.com/quiltt/quiltt-sdks/commit/f6885635d989fb75918cb13e449ca0eec60850fc) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Fix Websockets protocol variable
|
|
426
444
|
|
|
427
|
-
- [#229](https://github.com/quiltt/quiltt-
|
|
445
|
+
- [#229](https://github.com/quiltt/quiltt-sdks/pull/229) [`f688563`](https://github.com/quiltt/quiltt-sdks/commit/f6885635d989fb75918cb13e449ca0eec60850fc) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Fix Websockets protocol variable
|
|
428
446
|
|
|
429
447
|
## 3.5.6
|
|
430
448
|
|
|
431
449
|
### Patch Changes
|
|
432
450
|
|
|
433
|
-
- [#223](https://github.com/quiltt/quiltt-
|
|
451
|
+
- [#223](https://github.com/quiltt/quiltt-sdks/pull/223) [`8c5041c`](https://github.com/quiltt/quiltt-sdks/commit/8c5041c1670fd7dbfed06355c06888256ce84b08) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Remove axios and replace with native fetch
|
|
434
452
|
|
|
435
453
|
## 3.5.5
|
|
436
454
|
|
|
437
455
|
### Patch Changes
|
|
438
456
|
|
|
439
|
-
- [#218](https://github.com/quiltt/quiltt-
|
|
457
|
+
- [#218](https://github.com/quiltt/quiltt-sdks/pull/218) [`7dd42db`](https://github.com/quiltt/quiltt-sdks/commit/7dd42dbc744805d68fbff8fbed73a4bd68022b44) Thanks [@tom-quiltt](https://github.com/tom-quiltt)! - Fix changeset md to release packages
|
|
440
458
|
|
|
441
|
-
- [#213](https://github.com/quiltt/quiltt-
|
|
459
|
+
- [#213](https://github.com/quiltt/quiltt-sdks/pull/213) [`5648e3c`](https://github.com/quiltt/quiltt-sdks/commit/5648e3c91d572d97ad88115710ab840b98e1d469) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Add exported files to '@quiltt/react-native'"
|
|
442
460
|
|
|
443
|
-
- [#210](https://github.com/quiltt/quiltt-
|
|
461
|
+
- [#210](https://github.com/quiltt/quiltt-sdks/pull/210) [`e57fdb8`](https://github.com/quiltt/quiltt-sdks/commit/e57fdb8c21e90b6a3492bc7a0c858031384caebf) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Migrate bundler to 'bunchee'
|
|
444
462
|
|
|
445
|
-
- [#215](https://github.com/quiltt/quiltt-
|
|
463
|
+
- [#215](https://github.com/quiltt/quiltt-sdks/pull/215) [`c36abb4`](https://github.com/quiltt/quiltt-sdks/commit/c36abb47cffea3d754fd243b321f2ae50518c297) Thanks [@tom-quiltt](https://github.com/tom-quiltt)! - Remove React Native SDK about:srcdoc warning
|
|
446
464
|
|
|
447
|
-
- [#216](https://github.com/quiltt/quiltt-
|
|
465
|
+
- [#216](https://github.com/quiltt/quiltt-sdks/pull/216) [`2895899`](https://github.com/quiltt/quiltt-sdks/commit/289589913c55f8dad2e818d71c4be39c93e5a52a) Thanks [@tom-quiltt](https://github.com/tom-quiltt)! - Fix release changeset command
|
|
448
466
|
|
|
449
467
|
## 3.5.4
|
|
450
468
|
|
|
451
469
|
### Patch Changes
|
|
452
470
|
|
|
453
|
-
- [#209](https://github.com/quiltt/quiltt-
|
|
471
|
+
- [#209](https://github.com/quiltt/quiltt-sdks/pull/209) [`6c5aa5f`](https://github.com/quiltt/quiltt-sdks/commit/6c5aa5fb0212f9dce84e71fe91e2182f463f7318) Thanks [@tom-quiltt](https://github.com/tom-quiltt)! - Expose Institutions to React Native API
|
|
454
472
|
|
|
455
473
|
## 3.5.3
|
|
456
474
|
|
|
457
475
|
### Patch Changes
|
|
458
476
|
|
|
459
|
-
- [#204](https://github.com/quiltt/quiltt-
|
|
477
|
+
- [#204](https://github.com/quiltt/quiltt-sdks/pull/204) [`ee42bf1`](https://github.com/quiltt/quiltt-sdks/commit/ee42bf137db1029807df49f66ff7e57117e8ace9) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Add missing type to QuilttButton
|
|
460
478
|
|
|
461
|
-
- [#197](https://github.com/quiltt/quiltt-
|
|
479
|
+
- [#197](https://github.com/quiltt/quiltt-sdks/pull/197) [`8d9f24c`](https://github.com/quiltt/quiltt-sdks/commit/8d9f24c59102db5dc665195a6145cfac2c80e2c0) Thanks [@rubendinho](https://github.com/rubendinho)! - Update docs, and fix typo in types
|
|
462
480
|
|
|
463
481
|
## 3.5.2
|
|
464
482
|
|
|
465
483
|
### Patch Changes
|
|
466
484
|
|
|
467
|
-
- [#202](https://github.com/quiltt/quiltt-
|
|
485
|
+
- [#202](https://github.com/quiltt/quiltt-sdks/pull/202) [`42705f0`](https://github.com/quiltt/quiltt-sdks/commit/42705f0e01b0adb35ab627697169433e1065a8f0) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Expose Institutions to React API
|
|
468
486
|
|
|
469
487
|
## 3.5.1
|
|
470
488
|
|
|
471
489
|
### Patch Changes
|
|
472
490
|
|
|
473
|
-
- [#200](https://github.com/quiltt/quiltt-
|
|
491
|
+
- [#200](https://github.com/quiltt/quiltt-sdks/pull/200) [`0a07431`](https://github.com/quiltt/quiltt-sdks/commit/0a07431ff936e6cd4fd3aeee66bba1fec21f6624) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Fix release
|
|
474
492
|
|
|
475
493
|
## 3.5.0
|
|
476
494
|
|
|
477
495
|
### Minor Changes
|
|
478
496
|
|
|
479
|
-
- [#198](https://github.com/quiltt/quiltt-
|
|
497
|
+
- [#198](https://github.com/quiltt/quiltt-sdks/pull/198) [`c65d87a`](https://github.com/quiltt/quiltt-sdks/commit/c65d87a8316dbec82635a0c4108714de7bbd082b) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Add Institutions to the Connect API
|
|
480
498
|
|
|
481
499
|
## 3.4.1
|
|
482
500
|
|
|
483
501
|
### Patch Changes
|
|
484
502
|
|
|
485
|
-
- [#195](https://github.com/quiltt/quiltt-
|
|
503
|
+
- [#195](https://github.com/quiltt/quiltt-sdks/pull/195) [`6c36908`](https://github.com/quiltt/quiltt-sdks/commit/6c36908678cb46d5f6a0c7438e0ed48889cabf79) Thanks [@tom-quiltt](https://github.com/tom-quiltt)! - Report preflight error before sending connectorUrl to webview
|
|
486
504
|
|
|
487
505
|
## 3.4.0
|
|
488
506
|
|
|
489
507
|
### Minor Changes
|
|
490
508
|
|
|
491
|
-
- [#191](https://github.com/quiltt/quiltt-
|
|
509
|
+
- [#191](https://github.com/quiltt/quiltt-sdks/pull/191) [`58c8f0c`](https://github.com/quiltt/quiltt-sdks/commit/58c8f0c5265dfa379263225baafb4552067514c6) Thanks [@tom-quiltt](https://github.com/tom-quiltt)! - Add agent QSP for analytic
|
|
492
510
|
|
|
493
511
|
## 3.3.10
|
|
494
512
|
|
|
495
513
|
### Patch Changes
|
|
496
514
|
|
|
497
|
-
- [#190](https://github.com/quiltt/quiltt-
|
|
515
|
+
- [#190](https://github.com/quiltt/quiltt-sdks/pull/190) [`21ead66`](https://github.com/quiltt/quiltt-sdks/commit/21ead662e7626f906562f952c9d1c0bc2c859985) Thanks [@tom-quiltt](https://github.com/tom-quiltt)! - Fix Android App with Chase app installed not able to launch Chase app
|
|
498
516
|
|
|
499
517
|
## 3.3.9
|
|
500
518
|
|
|
501
519
|
### Patch Changes
|
|
502
520
|
|
|
503
|
-
- [#187](https://github.com/quiltt/quiltt-
|
|
521
|
+
- [#187](https://github.com/quiltt/quiltt-sdks/pull/187) [`02f37cd`](https://github.com/quiltt/quiltt-sdks/commit/02f37cda97f501f2d77601d0fd6b7fbbd1c71431) Thanks [@rubendinho](https://github.com/rubendinho)! - Export Quiltt config
|
|
504
522
|
|
|
505
523
|
## 3.3.8
|
|
506
524
|
|
|
507
525
|
### Patch Changes
|
|
508
526
|
|
|
509
|
-
- [#185](https://github.com/quiltt/quiltt-
|
|
527
|
+
- [#185](https://github.com/quiltt/quiltt-sdks/pull/185) [`a3452da`](https://github.com/quiltt/quiltt-sdks/commit/a3452da3c7604902b5917e1f838e2dced42b708c) Thanks [@rubendinho](https://github.com/rubendinho)! - Fix Vite build error
|
|
510
528
|
|
|
511
529
|
## 3.3.7
|
|
512
530
|
|
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# @quiltt/core
|
|
2
2
|
|
|
3
3
|
[](https://badge.fury.io/js/@quiltt%2Fcore)
|
|
4
|
-
[](https://github.com/quiltt/quiltt-sdks/actions/workflows/ci-js.yml)
|
|
5
5
|
|
|
6
6
|
`@quiltt/core` provides essential primitives for building Javascript-based applications with Quiltt. It provides an Auth API client and modules for handling JSON Web Tokens (JWT), observables, storage management, timeouts, API handling, and Typescript types.
|
|
7
7
|
|
package/dist/config/index.cjs
CHANGED
package/dist/config/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quiltt/core",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.3",
|
|
4
4
|
"description": "Javascript API client and utilities for Quiltt",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"quiltt",
|
|
7
7
|
"typescript"
|
|
8
8
|
],
|
|
9
|
-
"homepage": "https://github.com/quiltt/quiltt-
|
|
9
|
+
"homepage": "https://github.com/quiltt/quiltt-sdks/tree/main/packages/core#readme",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
|
-
"url": "https://github.com/quiltt/quiltt-
|
|
12
|
+
"url": "https://github.com/quiltt/quiltt-sdks.git",
|
|
13
13
|
"directory": "packages/core"
|
|
14
14
|
},
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"bugs": {
|
|
17
|
-
"url": "https://github.com/quiltt/quiltt-
|
|
17
|
+
"url": "https://github.com/quiltt/quiltt-sdks/issues"
|
|
18
18
|
},
|
|
19
19
|
"sideEffects": [],
|
|
20
20
|
"type": "module",
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
"rxjs": "^7.8.2"
|
|
97
97
|
},
|
|
98
98
|
"devDependencies": {
|
|
99
|
-
"@biomejs/biome": "2.4.
|
|
100
|
-
"@types/node": "24.
|
|
99
|
+
"@biomejs/biome": "2.4.7",
|
|
100
|
+
"@types/node": "24.12.0",
|
|
101
101
|
"@types/rails__actioncable": "8.0.3",
|
|
102
102
|
"@types/react": "19.2.14",
|
|
103
103
|
"bunchee": "6.9.4",
|