@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.cjs
CHANGED
|
@@ -5581,10 +5581,10 @@ var CellexpertManager = class {
|
|
|
5581
5581
|
}
|
|
5582
5582
|
const n = /* @__PURE__ */ new Date();
|
|
5583
5583
|
const o = JSON.stringify({
|
|
5584
|
-
value,
|
|
5584
|
+
value: parseFbCxd(value)?.cxd ?? value,
|
|
5585
5585
|
expiresAt: subMinutes(addHours(n, 6), 2).getTime()
|
|
5586
5586
|
});
|
|
5587
|
-
localStorage.setItem(CXD_STORAGE_KEY,
|
|
5587
|
+
localStorage.setItem(CXD_STORAGE_KEY, o);
|
|
5588
5588
|
}
|
|
5589
5589
|
get cxd() {
|
|
5590
5590
|
if (this.isServer) {
|