@signskart/shared 1.3.24 → 1.3.25

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.d.mts CHANGED
@@ -527,7 +527,7 @@ interface ICountry {
527
527
  slug: string;
528
528
  isoCode: string;
529
529
  isoCode3: string;
530
- calling_code: string;
530
+ callingCode: string;
531
531
  capital: string;
532
532
  subContinent: string;
533
533
  continent: string;
package/dist/index.d.ts CHANGED
@@ -527,7 +527,7 @@ interface ICountry {
527
527
  slug: string;
528
528
  isoCode: string;
529
529
  isoCode3: string;
530
- calling_code: string;
530
+ callingCode: string;
531
531
  capital: string;
532
532
  subContinent: string;
533
533
  continent: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signskart/shared",
3
- "version": "1.3.24",
3
+ "version": "1.3.25",
4
4
  "description": "Production-grade upload manager SDK with queue, progress tracking, retry logic, and multi-provider support (S3, Cloudinary).",
5
5
  "author": "Signskart",
6
6
  "license": "UNLICENSED",