@opexa/portal-sdk 0.59.42 → 0.59.43
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7521,7 +7521,7 @@ function parseDecimal(value, fallback) {
|
|
|
7521
7521
|
}
|
|
7522
7522
|
|
|
7523
7523
|
// src/sdk/transformer.ts
|
|
7524
|
-
var IMAGE_CACHE_ID = "
|
|
7524
|
+
var IMAGE_CACHE_ID = "4".padStart(8, "0");
|
|
7525
7525
|
var Transformer = class {
|
|
7526
7526
|
get transform() {
|
|
7527
7527
|
return {
|