@opexa/portal-sdk 0.22.0 → 0.23.0
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/README.md +1624 -1624
- 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
|
@@ -4566,7 +4566,7 @@ function addAreaCode(mobileNumber, locale) {
|
|
|
4566
4566
|
}
|
|
4567
4567
|
|
|
4568
4568
|
// src/sdk/transformer.ts
|
|
4569
|
-
var IMAGE_CACHE_ID = "
|
|
4569
|
+
var IMAGE_CACHE_ID = "2".padStart(8, "0");
|
|
4570
4570
|
var Transformer = class {
|
|
4571
4571
|
get transform() {
|
|
4572
4572
|
return {
|