gearboxdownloadmodal 7.0.0 → 7.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +12 -12
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5502,10 +5502,10 @@ function ii(t, e) {
|
|
|
5502
5502
|
}
|
|
5503
5503
|
ii({ read: js.decodeValue, write: js.encodeValue }, ji);
|
|
5504
5504
|
let ia;
|
|
5505
|
-
typeof window < "u" && (ia = ra("
|
|
5505
|
+
typeof window < "u" && (ia = ra("token"));
|
|
5506
5506
|
const ve = jc.create({
|
|
5507
5507
|
headers: {
|
|
5508
|
-
|
|
5508
|
+
Authorization: `Bearer ${ia}`
|
|
5509
5509
|
}
|
|
5510
5510
|
});
|
|
5511
5511
|
async function Nc(t, e, n) {
|