@opexa/portal-sdk 0.53.5 → 0.53.6
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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5576,10 +5576,10 @@ var CellexpertManager = class {
|
|
|
5576
5576
|
}
|
|
5577
5577
|
const n = /* @__PURE__ */ new Date();
|
|
5578
5578
|
const o = JSON.stringify({
|
|
5579
|
-
value,
|
|
5579
|
+
value: parseFbCxd(value)?.cxd ?? value,
|
|
5580
5580
|
expiresAt: subMinutes(addHours(n, 6), 2).getTime()
|
|
5581
5581
|
});
|
|
5582
|
-
localStorage.setItem(CXD_STORAGE_KEY,
|
|
5582
|
+
localStorage.setItem(CXD_STORAGE_KEY, o);
|
|
5583
5583
|
}
|
|
5584
5584
|
get cxd() {
|
|
5585
5585
|
if (this.isServer) {
|