@react-pakistan/util-functions 3.0.16 → 3.0.17

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.
@@ -0,0 +1,3 @@
1
+ declare const pakistanStates: string[];
2
+
3
+ export { pakistanStates };
@@ -0,0 +1,3 @@
1
+ declare const pakistanStates: string[];
2
+
3
+ export { pakistanStates };
@@ -0,0 +1 @@
1
+ var s=Object.defineProperty;var r=Object.getOwnPropertyDescriptor;var l=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var e=(t,a)=>{for(var n in a)s(t,n,{get:a[n],enumerable:!0})},m=(t,a,n,h)=>{if(a&&typeof a=="object"||typeof a=="function")for(let i of l(a))!d.call(t,i)&&i!==n&&s(t,i,{get:()=>a[i],enumerable:!(h=r(a,i))||h.enumerable});return t};var o=t=>m(s({},"__esModule",{value:!0}),t);var k={};e(k,{pakistanStates:()=>b});module.exports=o(k);const b=["Azad Jammu and Kashmir","Balochistan","Gilgit-Baltistan","Islamabad Capital Territory","Khyber Pakhtunkhwa","Punjab","Sindh"];0&&(module.exports={pakistanStates});
@@ -0,0 +1 @@
1
+ const a=["Azad Jammu and Kashmir","Balochistan","Gilgit-Baltistan","Islamabad Capital Territory","Khyber Pakhtunkhwa","Punjab","Sindh"];export{a as pakistanStates};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-pakistan/util-functions",
3
- "version": "3.0.16",
3
+ "version": "3.0.17",
4
4
  "description": "A library of all util functions",
5
5
  "scripts": {
6
6
  "add:tags": "scripts/add-tags.sh",