@signskart/shared 1.3.24 → 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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
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
|
-
|
|
530
|
+
callingCode: string;
|
|
531
531
|
capital: string;
|
|
532
532
|
subContinent: string;
|
|
533
533
|
continent: string;
|
|
@@ -538,7 +538,7 @@ interface ICountry {
|
|
|
538
538
|
|
|
539
539
|
interface IState {
|
|
540
540
|
_id: string;
|
|
541
|
-
|
|
541
|
+
country: ICountry;
|
|
542
542
|
name: string;
|
|
543
543
|
slug: string;
|
|
544
544
|
isoCode: 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
|
-
|
|
530
|
+
callingCode: string;
|
|
531
531
|
capital: string;
|
|
532
532
|
subContinent: string;
|
|
533
533
|
continent: string;
|
|
@@ -538,7 +538,7 @@ interface ICountry {
|
|
|
538
538
|
|
|
539
539
|
interface IState {
|
|
540
540
|
_id: string;
|
|
541
|
-
|
|
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.
|
|
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",
|