@srimandir/hanuman-chalisa 1.5.5 → 1.5.7
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/constants/countrycode.d.ts +5 -5
- package/dist/hanuman-chalisa.js +471 -452
- package/dist/hanuman-chalisa.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +3 -3
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
export declare const ISD_COUNTRY_OPTIONS: readonly [{
|
|
2
2
|
readonly code: "+1";
|
|
3
|
-
readonly country: "USA
|
|
3
|
+
readonly country: "USA";
|
|
4
4
|
}, {
|
|
5
5
|
readonly code: "+44";
|
|
6
|
-
readonly country: "
|
|
6
|
+
readonly country: "UK";
|
|
7
7
|
}, {
|
|
8
8
|
readonly code: "+61";
|
|
9
|
-
readonly country: "
|
|
9
|
+
readonly country: "AUS";
|
|
10
10
|
}, {
|
|
11
11
|
readonly code: "+91";
|
|
12
|
-
readonly country: "
|
|
12
|
+
readonly country: "IN";
|
|
13
13
|
}, {
|
|
14
14
|
readonly code: "+971";
|
|
15
|
-
readonly country: "
|
|
15
|
+
readonly country: "UAE";
|
|
16
16
|
}];
|