@signskart/shared 1.3.25 → 1.3.26

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
@@ -538,7 +538,7 @@ interface ICountry {
538
538
 
539
539
  interface IState {
540
540
  _id: string;
541
- counrty: ICountry;
541
+ country: ICountry;
542
542
  name: string;
543
543
  slug: string;
544
544
  isoCode: string;
package/dist/index.d.ts CHANGED
@@ -538,7 +538,7 @@ interface ICountry {
538
538
 
539
539
  interface IState {
540
540
  _id: string;
541
- counrty: ICountry;
541
+ country: ICountry;
542
542
  name: string;
543
543
  slug: string;
544
544
  isoCode: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signskart/shared",
3
- "version": "1.3.25",
3
+ "version": "1.3.26",
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",