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