@quiltt/core 5.1.3 → 5.2.2
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 +101 -83
- package/README.md +1 -1
- package/dist/config/index.cjs +1 -1
- package/dist/config/index.js +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,28 @@
|
|
|
1
1
|
# @quiltt/core
|
|
2
2
|
|
|
3
|
+
## 5.2.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#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
|
|
8
|
+
|
|
9
|
+
## 5.2.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#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
|
|
14
|
+
|
|
15
|
+
## 5.2.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- [#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
|
|
20
|
+
|
|
3
21
|
## 5.1.3
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
6
24
|
|
|
7
|
-
- [#425](https://github.com/quiltt/quiltt-
|
|
25
|
+
- [#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
|
|
8
26
|
|
|
9
27
|
- Framework-agnostic by default — works with Vue, Angular, Svelte, or vanilla JS
|
|
10
28
|
- Vue 3 components via `@quiltt/capacitor/vue` subpath
|
|
@@ -45,25 +63,25 @@
|
|
|
45
63
|
|
|
46
64
|
### Patch Changes
|
|
47
65
|
|
|
48
|
-
- [#423](https://github.com/quiltt/quiltt-
|
|
66
|
+
- [#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
|
|
49
67
|
|
|
50
68
|
## 5.1.1
|
|
51
69
|
|
|
52
70
|
### Patch Changes
|
|
53
71
|
|
|
54
|
-
- [#419](https://github.com/quiltt/quiltt-
|
|
72
|
+
- [#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
|
|
55
73
|
|
|
56
|
-
- [#421](https://github.com/quiltt/quiltt-
|
|
74
|
+
- [#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
|
|
57
75
|
|
|
58
76
|
## 5.1.0
|
|
59
77
|
|
|
60
78
|
### Minor Changes
|
|
61
79
|
|
|
62
|
-
- [#406](https://github.com/quiltt/quiltt-
|
|
80
|
+
- [#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
|
|
63
81
|
|
|
64
82
|
### Patch Changes
|
|
65
83
|
|
|
66
|
-
- [#418](https://github.com/quiltt/quiltt-
|
|
84
|
+
- [#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
|
|
67
85
|
|
|
68
86
|
For Quiltt internal usage. Not intended for public use.
|
|
69
87
|
|
|
@@ -71,61 +89,61 @@
|
|
|
71
89
|
|
|
72
90
|
### Patch Changes
|
|
73
91
|
|
|
74
|
-
- [#412](https://github.com/quiltt/quiltt-
|
|
92
|
+
- [#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
|
|
75
93
|
|
|
76
|
-
- [#410](https://github.com/quiltt/quiltt-
|
|
94
|
+
- [#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
|
|
77
95
|
|
|
78
96
|
## 5.0.2
|
|
79
97
|
|
|
80
98
|
### Patch Changes
|
|
81
99
|
|
|
82
|
-
- [#407](https://github.com/quiltt/quiltt-
|
|
100
|
+
- [#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
|
|
83
101
|
|
|
84
102
|
## 5.0.1
|
|
85
103
|
|
|
86
104
|
### Patch Changes
|
|
87
105
|
|
|
88
|
-
- [#403](https://github.com/quiltt/quiltt-
|
|
106
|
+
- [#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
|
|
89
107
|
|
|
90
|
-
- [#399](https://github.com/quiltt/quiltt-
|
|
108
|
+
- [#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
|
|
91
109
|
|
|
92
|
-
- [#402](https://github.com/quiltt/quiltt-
|
|
110
|
+
- [#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
|
|
93
111
|
|
|
94
|
-
- [#401](https://github.com/quiltt/quiltt-
|
|
112
|
+
- [#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
|
|
95
113
|
|
|
96
|
-
- [#404](https://github.com/quiltt/quiltt-
|
|
114
|
+
- [#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
|
|
97
115
|
|
|
98
116
|
## 5.0.0
|
|
99
117
|
|
|
100
118
|
### Major Changes
|
|
101
119
|
|
|
102
|
-
- [#394](https://github.com/quiltt/quiltt-
|
|
120
|
+
- [#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
|
|
103
121
|
|
|
104
122
|
### Minor Changes
|
|
105
123
|
|
|
106
|
-
- [#395](https://github.com/quiltt/quiltt-
|
|
124
|
+
- [#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
|
|
107
125
|
|
|
108
126
|
## 4.5.1
|
|
109
127
|
|
|
110
128
|
### Patch Changes
|
|
111
129
|
|
|
112
|
-
- [#389](https://github.com/quiltt/quiltt-
|
|
130
|
+
- [#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
|
|
113
131
|
|
|
114
132
|
## 4.5.0
|
|
115
133
|
|
|
116
134
|
### Minor Changes
|
|
117
135
|
|
|
118
|
-
- [#386](https://github.com/quiltt/quiltt-
|
|
136
|
+
- [#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
|
|
119
137
|
|
|
120
138
|
### Patch Changes
|
|
121
139
|
|
|
122
|
-
- [#380](https://github.com/quiltt/quiltt-
|
|
140
|
+
- [#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
|
|
123
141
|
|
|
124
142
|
## 4.4.0
|
|
125
143
|
|
|
126
144
|
### Minor Changes
|
|
127
145
|
|
|
128
|
-
- [#378](https://github.com/quiltt/quiltt-
|
|
146
|
+
- [#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.
|
|
129
147
|
|
|
130
148
|
## New APIs
|
|
131
149
|
|
|
@@ -161,144 +179,144 @@
|
|
|
161
179
|
|
|
162
180
|
### Patch Changes
|
|
163
181
|
|
|
164
|
-
- [#375](https://github.com/quiltt/quiltt-
|
|
182
|
+
- [#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
|
|
165
183
|
|
|
166
184
|
## 4.3.2
|
|
167
185
|
|
|
168
186
|
### Patch Changes
|
|
169
187
|
|
|
170
|
-
- [#372](https://github.com/quiltt/quiltt-
|
|
188
|
+
- [#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.
|
|
171
189
|
|
|
172
190
|
## 4.3.1
|
|
173
191
|
|
|
174
192
|
### Patch Changes
|
|
175
193
|
|
|
176
|
-
- [#366](https://github.com/quiltt/quiltt-
|
|
177
|
-
- [#365](https://github.com/quiltt/quiltt-
|
|
194
|
+
- [#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
|
|
195
|
+
- [#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
|
|
178
196
|
|
|
179
197
|
## 4.3.0
|
|
180
198
|
|
|
181
199
|
### Minor Changes
|
|
182
200
|
|
|
183
|
-
- [#363](https://github.com/quiltt/quiltt-
|
|
201
|
+
- [#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
|
|
184
202
|
|
|
185
203
|
## 4.2.3
|
|
186
204
|
|
|
187
205
|
### Patch Changes
|
|
188
206
|
|
|
189
|
-
- [#355](https://github.com/quiltt/quiltt-
|
|
207
|
+
- [#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
|
|
190
208
|
|
|
191
209
|
## 4.2.2
|
|
192
210
|
|
|
193
211
|
### Patch Changes
|
|
194
212
|
|
|
195
|
-
- [#352](https://github.com/quiltt/quiltt-
|
|
213
|
+
- [#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
|
|
196
214
|
|
|
197
215
|
## 4.2.1
|
|
198
216
|
|
|
199
217
|
### Patch Changes
|
|
200
218
|
|
|
201
|
-
- [#350](https://github.com/quiltt/quiltt-
|
|
219
|
+
- [#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
|
|
202
220
|
|
|
203
221
|
## 4.2.0
|
|
204
222
|
|
|
205
223
|
### Minor Changes
|
|
206
224
|
|
|
207
|
-
- [#348](https://github.com/quiltt/quiltt-
|
|
225
|
+
- [#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
|
|
208
226
|
|
|
209
227
|
## 4.1.0
|
|
210
228
|
|
|
211
229
|
### Minor Changes
|
|
212
230
|
|
|
213
|
-
- [#342](https://github.com/quiltt/quiltt-
|
|
231
|
+
- [#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
|
|
214
232
|
|
|
215
233
|
## 4.0.1
|
|
216
234
|
|
|
217
235
|
### Patch Changes
|
|
218
236
|
|
|
219
|
-
- [#343](https://github.com/quiltt/quiltt-
|
|
237
|
+
- [#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
|
|
220
238
|
|
|
221
239
|
## 4.0.0
|
|
222
240
|
|
|
223
241
|
### Major Changes
|
|
224
242
|
|
|
225
|
-
- [#333](https://github.com/quiltt/quiltt-
|
|
243
|
+
- [#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
|
|
226
244
|
|
|
227
245
|
## 3.9.7
|
|
228
246
|
|
|
229
247
|
### Patch Changes
|
|
230
248
|
|
|
231
|
-
- [#330](https://github.com/quiltt/quiltt-
|
|
249
|
+
- [#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
|
|
232
250
|
|
|
233
251
|
## 3.9.6
|
|
234
252
|
|
|
235
253
|
### Patch Changes
|
|
236
254
|
|
|
237
|
-
- [#328](https://github.com/quiltt/quiltt-
|
|
255
|
+
- [#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
|
|
238
256
|
|
|
239
257
|
## 3.9.5
|
|
240
258
|
|
|
241
259
|
### Patch Changes
|
|
242
260
|
|
|
243
|
-
- [#325](https://github.com/quiltt/quiltt-
|
|
261
|
+
- [#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
|
|
244
262
|
|
|
245
263
|
## 3.9.4
|
|
246
264
|
|
|
247
265
|
### Patch Changes
|
|
248
266
|
|
|
249
|
-
- [#321](https://github.com/quiltt/quiltt-
|
|
267
|
+
- [#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
|
|
250
268
|
|
|
251
269
|
## 3.9.3
|
|
252
270
|
|
|
253
271
|
### Patch Changes
|
|
254
272
|
|
|
255
|
-
- [#319](https://github.com/quiltt/quiltt-
|
|
273
|
+
- [#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
|
|
256
274
|
|
|
257
275
|
## 3.9.2
|
|
258
276
|
|
|
259
277
|
### Patch Changes
|
|
260
278
|
|
|
261
|
-
- [#316](https://github.com/quiltt/quiltt-
|
|
279
|
+
- [#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.
|
|
262
280
|
|
|
263
|
-
- [#313](https://github.com/quiltt/quiltt-
|
|
281
|
+
- [#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
|
|
264
282
|
|
|
265
|
-
- [#312](https://github.com/quiltt/quiltt-
|
|
283
|
+
- [#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
|
|
266
284
|
|
|
267
285
|
## 3.9.1
|
|
268
286
|
|
|
269
287
|
### Patch Changes
|
|
270
288
|
|
|
271
|
-
- [#310](https://github.com/quiltt/quiltt-
|
|
289
|
+
- [#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.
|
|
272
290
|
|
|
273
291
|
## 3.9.0
|
|
274
292
|
|
|
275
293
|
### Minor Changes
|
|
276
294
|
|
|
277
|
-
- [#307](https://github.com/quiltt/quiltt-
|
|
295
|
+
- [#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"
|
|
278
296
|
- Bump @apollo/client to v3.11.8
|
|
279
297
|
|
|
280
298
|
### Patch Changes
|
|
281
299
|
|
|
282
|
-
- [#305](https://github.com/quiltt/quiltt-
|
|
300
|
+
- [#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
|
|
283
301
|
|
|
284
302
|
## 3.8.2
|
|
285
303
|
|
|
286
304
|
### Patch Changes
|
|
287
305
|
|
|
288
|
-
- [#303](https://github.com/quiltt/quiltt-
|
|
306
|
+
- [#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
|
|
289
307
|
|
|
290
308
|
## 3.8.1
|
|
291
309
|
|
|
292
310
|
### Patch Changes
|
|
293
311
|
|
|
294
|
-
- [#300](https://github.com/quiltt/quiltt-
|
|
312
|
+
- [#300](https://github.com/quiltt/quiltt-sdks/pull/300) [`a359810`](https://github.com/quiltt/quiltt-sdks/commit/a3598104565b4428beef9de37f85211e9caf465b)
|
|
295
313
|
- Thanks [@zubairaziz](https://github.com/zubairaziz)! - Make @quiltt/react-native ESM only
|
|
296
314
|
|
|
297
315
|
## 3.8.0
|
|
298
316
|
|
|
299
317
|
### Minor Changes
|
|
300
318
|
|
|
301
|
-
- [#298](https://github.com/quiltt/quiltt-
|
|
319
|
+
- [#298](https://github.com/quiltt/quiltt-sdks/pull/298) [`134b294`](https://github.com/quiltt/quiltt-sdks/commit/134b294019c3bdbccc1f4b5cf9af38d43ea5b3ac) Thanks [@zubairaziz](https://github.com/zubairaziz)! -
|
|
302
320
|
- Update dependencies
|
|
303
321
|
- Update expo-react-native implementation
|
|
304
322
|
- Reorganize test files
|
|
@@ -308,199 +326,199 @@
|
|
|
308
326
|
|
|
309
327
|
### Patch Changes
|
|
310
328
|
|
|
311
|
-
- [#296](https://github.com/quiltt/quiltt-
|
|
329
|
+
- [#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
|
|
312
330
|
|
|
313
331
|
## 3.7.3
|
|
314
332
|
|
|
315
333
|
### Patch Changes
|
|
316
334
|
|
|
317
|
-
- [#293](https://github.com/quiltt/quiltt-
|
|
335
|
+
- [#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
|
|
318
336
|
|
|
319
337
|
## 3.7.2
|
|
320
338
|
|
|
321
339
|
### Patch Changes
|
|
322
340
|
|
|
323
|
-
- [#284](https://github.com/quiltt/quiltt-
|
|
341
|
+
- [#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
|
|
324
342
|
|
|
325
343
|
## 3.7.1
|
|
326
344
|
|
|
327
345
|
### Patch Changes
|
|
328
346
|
|
|
329
|
-
- [`524a0d7`](https://github.com/quiltt/quiltt-
|
|
347
|
+
- [`524a0d7`](https://github.com/quiltt/quiltt-sdks/commit/524a0d7f83c92648522c7712b82619fcd72e56c8) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Add missing opened Enum type
|
|
330
348
|
|
|
331
349
|
## 3.7.0
|
|
332
350
|
|
|
333
351
|
### Minor Changes
|
|
334
352
|
|
|
335
|
-
- [#281](https://github.com/quiltt/quiltt-
|
|
353
|
+
- [#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
|
|
336
354
|
|
|
337
355
|
## 3.6.14
|
|
338
356
|
|
|
339
357
|
### Patch Changes
|
|
340
358
|
|
|
341
|
-
- [#278](https://github.com/quiltt/quiltt-
|
|
359
|
+
- [#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
|
|
342
360
|
|
|
343
361
|
## 3.6.13
|
|
344
362
|
|
|
345
363
|
### Patch Changes
|
|
346
364
|
|
|
347
|
-
- [#276](https://github.com/quiltt/quiltt-
|
|
365
|
+
- [#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
|
|
348
366
|
|
|
349
367
|
## 3.6.12
|
|
350
368
|
|
|
351
369
|
### Patch Changes
|
|
352
370
|
|
|
353
|
-
- [#274](https://github.com/quiltt/quiltt-
|
|
371
|
+
- [#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
|
|
354
372
|
|
|
355
373
|
## 3.6.11
|
|
356
374
|
|
|
357
375
|
### Patch Changes
|
|
358
376
|
|
|
359
|
-
- [#271](https://github.com/quiltt/quiltt-
|
|
377
|
+
- [#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
|
|
360
378
|
|
|
361
379
|
## 3.6.10
|
|
362
380
|
|
|
363
381
|
### Patch Changes
|
|
364
382
|
|
|
365
|
-
- [#268](https://github.com/quiltt/quiltt-
|
|
383
|
+
- [#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
|
|
366
384
|
|
|
367
385
|
## 3.6.9
|
|
368
386
|
|
|
369
387
|
### Patch Changes
|
|
370
388
|
|
|
371
|
-
- [#260](https://github.com/quiltt/quiltt-
|
|
389
|
+
- [#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
|
|
372
390
|
|
|
373
391
|
## 3.6.8
|
|
374
392
|
|
|
375
393
|
### Patch Changes
|
|
376
394
|
|
|
377
|
-
- [#258](https://github.com/quiltt/quiltt-
|
|
395
|
+
- [#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
|
|
378
396
|
|
|
379
397
|
## 3.6.7
|
|
380
398
|
|
|
381
399
|
### Patch Changes
|
|
382
400
|
|
|
383
|
-
- [#256](https://github.com/quiltt/quiltt-
|
|
401
|
+
- [#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
|
|
384
402
|
|
|
385
403
|
## 3.6.5
|
|
386
404
|
|
|
387
405
|
### Patch Changes
|
|
388
406
|
|
|
389
|
-
- [#248](https://github.com/quiltt/quiltt-
|
|
407
|
+
- [#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
|
|
390
408
|
|
|
391
409
|
## 3.6.4
|
|
392
410
|
|
|
393
411
|
### Patch Changes
|
|
394
412
|
|
|
395
|
-
- [#246](https://github.com/quiltt/quiltt-
|
|
413
|
+
- [#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
|
|
396
414
|
|
|
397
415
|
## 3.6.3
|
|
398
416
|
|
|
399
417
|
### Patch Changes
|
|
400
418
|
|
|
401
|
-
- [#240](https://github.com/quiltt/quiltt-
|
|
419
|
+
- [#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
|
|
402
420
|
|
|
403
421
|
## 3.6.2
|
|
404
422
|
|
|
405
423
|
### Patch Changes
|
|
406
424
|
|
|
407
|
-
- [#236](https://github.com/quiltt/quiltt-
|
|
425
|
+
- [#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
|
|
408
426
|
|
|
409
427
|
## 3.6.1
|
|
410
428
|
|
|
411
429
|
### Patch Changes
|
|
412
430
|
|
|
413
|
-
- [#232](https://github.com/quiltt/quiltt-
|
|
431
|
+
- [#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
|
|
414
432
|
|
|
415
433
|
## 3.6.0
|
|
416
434
|
|
|
417
435
|
### Minor Changes
|
|
418
436
|
|
|
419
|
-
- [#229](https://github.com/quiltt/quiltt-
|
|
437
|
+
- [#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
|
|
420
438
|
|
|
421
|
-
- [#229](https://github.com/quiltt/quiltt-
|
|
439
|
+
- [#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
|
|
422
440
|
|
|
423
441
|
## 3.5.6
|
|
424
442
|
|
|
425
443
|
### Patch Changes
|
|
426
444
|
|
|
427
|
-
- [#223](https://github.com/quiltt/quiltt-
|
|
445
|
+
- [#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
|
|
428
446
|
|
|
429
447
|
## 3.5.5
|
|
430
448
|
|
|
431
449
|
### Patch Changes
|
|
432
450
|
|
|
433
|
-
- [#218](https://github.com/quiltt/quiltt-
|
|
451
|
+
- [#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
|
|
434
452
|
|
|
435
|
-
- [#213](https://github.com/quiltt/quiltt-
|
|
453
|
+
- [#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'"
|
|
436
454
|
|
|
437
|
-
- [#210](https://github.com/quiltt/quiltt-
|
|
455
|
+
- [#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'
|
|
438
456
|
|
|
439
|
-
- [#215](https://github.com/quiltt/quiltt-
|
|
457
|
+
- [#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
|
|
440
458
|
|
|
441
|
-
- [#216](https://github.com/quiltt/quiltt-
|
|
459
|
+
- [#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
|
|
442
460
|
|
|
443
461
|
## 3.5.4
|
|
444
462
|
|
|
445
463
|
### Patch Changes
|
|
446
464
|
|
|
447
|
-
- [#209](https://github.com/quiltt/quiltt-
|
|
465
|
+
- [#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
|
|
448
466
|
|
|
449
467
|
## 3.5.3
|
|
450
468
|
|
|
451
469
|
### Patch Changes
|
|
452
470
|
|
|
453
|
-
- [#204](https://github.com/quiltt/quiltt-
|
|
471
|
+
- [#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
|
|
454
472
|
|
|
455
|
-
- [#197](https://github.com/quiltt/quiltt-
|
|
473
|
+
- [#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
|
|
456
474
|
|
|
457
475
|
## 3.5.2
|
|
458
476
|
|
|
459
477
|
### Patch Changes
|
|
460
478
|
|
|
461
|
-
- [#202](https://github.com/quiltt/quiltt-
|
|
479
|
+
- [#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
|
|
462
480
|
|
|
463
481
|
## 3.5.1
|
|
464
482
|
|
|
465
483
|
### Patch Changes
|
|
466
484
|
|
|
467
|
-
- [#200](https://github.com/quiltt/quiltt-
|
|
485
|
+
- [#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
|
|
468
486
|
|
|
469
487
|
## 3.5.0
|
|
470
488
|
|
|
471
489
|
### Minor Changes
|
|
472
490
|
|
|
473
|
-
- [#198](https://github.com/quiltt/quiltt-
|
|
491
|
+
- [#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
|
|
474
492
|
|
|
475
493
|
## 3.4.1
|
|
476
494
|
|
|
477
495
|
### Patch Changes
|
|
478
496
|
|
|
479
|
-
- [#195](https://github.com/quiltt/quiltt-
|
|
497
|
+
- [#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
|
|
480
498
|
|
|
481
499
|
## 3.4.0
|
|
482
500
|
|
|
483
501
|
### Minor Changes
|
|
484
502
|
|
|
485
|
-
- [#191](https://github.com/quiltt/quiltt-
|
|
503
|
+
- [#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
|
|
486
504
|
|
|
487
505
|
## 3.3.10
|
|
488
506
|
|
|
489
507
|
### Patch Changes
|
|
490
508
|
|
|
491
|
-
- [#190](https://github.com/quiltt/quiltt-
|
|
509
|
+
- [#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
|
|
492
510
|
|
|
493
511
|
## 3.3.9
|
|
494
512
|
|
|
495
513
|
### Patch Changes
|
|
496
514
|
|
|
497
|
-
- [#187](https://github.com/quiltt/quiltt-
|
|
515
|
+
- [#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
|
|
498
516
|
|
|
499
517
|
## 3.3.8
|
|
500
518
|
|
|
501
519
|
### Patch Changes
|
|
502
520
|
|
|
503
|
-
- [#185](https://github.com/quiltt/quiltt-
|
|
521
|
+
- [#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
|
|
504
522
|
|
|
505
523
|
## 3.3.7
|
|
506
524
|
|
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.
|
|
3
|
+
"version": "5.2.2",
|
|
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",
|
|
@@ -88,16 +88,16 @@
|
|
|
88
88
|
],
|
|
89
89
|
"main": "dist/index.js",
|
|
90
90
|
"dependencies": {
|
|
91
|
-
"@apollo/client": "^4.1.
|
|
91
|
+
"@apollo/client": "^4.1.6",
|
|
92
92
|
"@rails/actioncable": "^8.1.200",
|
|
93
93
|
"braces": "^3.0.3",
|
|
94
94
|
"cross-fetch": "^4.1.0",
|
|
95
|
-
"graphql": "^16.
|
|
95
|
+
"graphql": "^16.13.0",
|
|
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",
|