@opexa/portal-sdk 0.40.2 → 0.40.3
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 +0 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +0 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4815,10 +4815,6 @@ var CellexpertManager = class {
|
|
|
4815
4815
|
localStorage.removeItem(CXD_STORAGE_KEY);
|
|
4816
4816
|
return;
|
|
4817
4817
|
}
|
|
4818
|
-
if (value.trim().length < 200) {
|
|
4819
|
-
this.logger.warn(`Invalid CXD: ${value}`);
|
|
4820
|
-
return;
|
|
4821
|
-
}
|
|
4822
4818
|
const n = /* @__PURE__ */ new Date();
|
|
4823
4819
|
const o = JSON.stringify({
|
|
4824
4820
|
value,
|