@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.cjs
CHANGED
|
@@ -7526,7 +7526,7 @@ function parseDecimal(value, fallback) {
|
|
|
7526
7526
|
}
|
|
7527
7527
|
|
|
7528
7528
|
// src/sdk/transformer.ts
|
|
7529
|
-
var IMAGE_CACHE_ID = "
|
|
7529
|
+
var IMAGE_CACHE_ID = "4".padStart(8, "0");
|
|
7530
7530
|
var Transformer = class {
|
|
7531
7531
|
get transform() {
|
|
7532
7532
|
return {
|