@timardex/cluemart-shared 1.5.795 → 1.5.797
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/{ad-kAjUceeE.d.mts → ad-CnXQqP4h.d.mts} +1 -1
- package/dist/{ad-BmDOVKmE.d.ts → ad-jTYE2A1Z.d.ts} +1 -1
- package/dist/{affiliate-ISt4ujwI.d.mts → affiliate-BDoo69JY.d.mts} +1 -1
- package/dist/{affiliate-C09PnHJx.d.ts → affiliate-BY-BlC9i.d.ts} +1 -1
- package/dist/{chunk-XY5XRXR3.mjs → chunk-6UP53CPG.mjs} +1 -1
- package/dist/chunk-6UP53CPG.mjs.map +1 -0
- package/dist/{chunk-B2ID4C66.mjs → chunk-JCFZV25I.mjs} +4 -6
- package/dist/chunk-JCFZV25I.mjs.map +1 -0
- package/dist/{chunk-2US6BYNF.mjs → chunk-R2XNULRY.mjs} +2 -1
- package/dist/chunk-R2XNULRY.mjs.map +1 -0
- package/dist/{contactUs-DGrDzJaM.d.mts → contactUs-Dr-IbmG5.d.mts} +1 -1
- package/dist/{contactUs-H7799pWe.d.ts → contactUs-RKkIL-nI.d.ts} +1 -1
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/formFields/index.mjs +2 -2
- package/dist/{global-fKbMmluy.d.ts → global-BeBuHWbg.d.ts} +1 -0
- package/dist/{global-BUUfmCo7.d.mts → global-C8npu_7P.d.mts} +1 -0
- package/dist/graphql/index.cjs +1 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +4 -4
- package/dist/graphql/index.d.ts +4 -4
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +3 -6
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +4 -4
- package/dist/hooks/index.d.ts +4 -4
- package/dist/hooks/index.mjs +3 -5
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +3 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +3 -4
- package/dist/index.mjs.map +1 -1
- package/dist/map/index.d.mts +1 -1
- package/dist/map/index.d.ts +1 -1
- package/dist/{resourceActivities-BL_12IAo.d.ts → resourceActivities-CJrM2qDC.d.ts} +1 -1
- package/dist/{resourceActivities-zczOntNk.d.mts → resourceActivities-lFB7B-Y9.d.mts} +1 -1
- package/dist/sharing/index.d.mts +1 -1
- package/dist/sharing/index.d.ts +1 -1
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +6 -6
- package/dist/types/index.d.ts +6 -6
- package/dist/types/index.mjs +1 -1
- package/dist/utils/index.cjs +2 -4
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.d.mts +2 -2
- package/dist/utils/index.d.ts +2 -2
- package/dist/utils/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-2US6BYNF.mjs.map +0 -1
- package/dist/chunk-B2ID4C66.mjs.map +0 -1
- package/dist/chunk-XY5XRXR3.mjs.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -1466,10 +1466,8 @@ var paymentMethodOptions = mapArrayToOptions(
|
|
|
1466
1466
|
Object.values(EnumPaymentMethod)
|
|
1467
1467
|
);
|
|
1468
1468
|
function normalizeUrl(url) {
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
}
|
|
1472
|
-
return url;
|
|
1469
|
+
const withProtocol = !url.startsWith("http://") && !url.startsWith("https://") ? `https://${url}` : url;
|
|
1470
|
+
return withProtocol.replace(/\/+$/, "");
|
|
1473
1471
|
}
|
|
1474
1472
|
var licenseNiceNames = {
|
|
1475
1473
|
["pro_event" /* PRO_EVENT */]: "Pro Event",
|
|
@@ -3839,6 +3837,7 @@ var EVENT_LIST_ITEM = import_client.gql`
|
|
|
3839
3837
|
`;
|
|
3840
3838
|
var RELATED_POST_FIELDS_FRAGMENT = import_client.gql`
|
|
3841
3839
|
fragment RelatedPostFields on RelatedPostType {
|
|
3840
|
+
postActive
|
|
3842
3841
|
postId
|
|
3843
3842
|
postSlug
|
|
3844
3843
|
postType
|