@timardex/cluemart-shared 1.5.731 → 1.5.732
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/{chunk-GSZN3A2C.mjs → chunk-3HZQZ36Q.mjs} +2 -2
- package/dist/{chunk-GSZN3A2C.mjs.map → chunk-3HZQZ36Q.mjs.map} +1 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/sharing/index.cjs +1 -1
- package/dist/sharing/index.cjs.map +1 -1
- package/dist/sharing/index.d.mts +1 -1
- package/dist/sharing/index.d.ts +1 -1
- package/dist/sharing/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2690,7 +2690,7 @@ declare const RELATION_SHARE_APPLICATION: "application";
|
|
|
2690
2690
|
* invalidate after deploy. Facebook caches preview JPEGs by exact URL — changing
|
|
2691
2691
|
* this value forces crawlers to fetch a fresh image after server deploy.
|
|
2692
2692
|
*/
|
|
2693
|
-
declare const RELATION_OVERLAY_LAYOUT_VERSION =
|
|
2693
|
+
declare const RELATION_OVERLAY_LAYOUT_VERSION = 23;
|
|
2694
2694
|
declare const RELATION_SHARE_RESOURCE_TYPES: readonly ["invitation", "application"];
|
|
2695
2695
|
type RelationShareResourceType = (typeof RELATION_SHARE_RESOURCE_TYPES)[number];
|
|
2696
2696
|
declare function isRelationShareResourceType(resourceType: string): resourceType is RelationShareResourceType;
|
package/dist/index.d.ts
CHANGED
|
@@ -2690,7 +2690,7 @@ declare const RELATION_SHARE_APPLICATION: "application";
|
|
|
2690
2690
|
* invalidate after deploy. Facebook caches preview JPEGs by exact URL — changing
|
|
2691
2691
|
* this value forces crawlers to fetch a fresh image after server deploy.
|
|
2692
2692
|
*/
|
|
2693
|
-
declare const RELATION_OVERLAY_LAYOUT_VERSION =
|
|
2693
|
+
declare const RELATION_OVERLAY_LAYOUT_VERSION = 23;
|
|
2694
2694
|
declare const RELATION_SHARE_RESOURCE_TYPES: readonly ["invitation", "application"];
|
|
2695
2695
|
type RelationShareResourceType = (typeof RELATION_SHARE_RESOURCE_TYPES)[number];
|
|
2696
2696
|
declare function isRelationShareResourceType(resourceType: string): resourceType is RelationShareResourceType;
|
package/dist/index.mjs
CHANGED
|
@@ -6745,7 +6745,7 @@ var otherImages = Object.fromEntries(
|
|
|
6745
6745
|
// src/sharing/relationShareTypes.ts
|
|
6746
6746
|
var RELATION_SHARE_INVITATION = "invitation";
|
|
6747
6747
|
var RELATION_SHARE_APPLICATION = "application";
|
|
6748
|
-
var RELATION_OVERLAY_LAYOUT_VERSION =
|
|
6748
|
+
var RELATION_OVERLAY_LAYOUT_VERSION = 23;
|
|
6749
6749
|
var RELATION_SHARE_RESOURCE_TYPES = [
|
|
6750
6750
|
RELATION_SHARE_INVITATION,
|
|
6751
6751
|
RELATION_SHARE_APPLICATION
|