@timardex/cluemart-shared 1.5.803 → 1.5.804
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-E7ZEBZ3O.mjs → chunk-4TP57ZL7.mjs} +2 -2
- package/dist/{chunk-E7ZEBZ3O.mjs.map → chunk-4TP57ZL7.mjs.map} +1 -1
- package/dist/{chunk-VGOXRE34.mjs → chunk-GJO7X2Y4.mjs} +2 -2
- package/dist/{chunk-6633VMDB.mjs → chunk-RITKFYRI.mjs} +2 -2
- package/dist/{chunk-JD7CKX4S.mjs → chunk-VKOL5CVW.mjs} +2 -2
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.mjs +3 -3
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +4 -4
- 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 +2 -2
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.mjs +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-VGOXRE34.mjs.map → chunk-GJO7X2Y4.mjs.map} +0 -0
- /package/dist/{chunk-6633VMDB.mjs.map → chunk-RITKFYRI.mjs.map} +0 -0
- /package/dist/{chunk-JD7CKX4S.mjs.map → chunk-VKOL5CVW.mjs.map} +0 -0
package/dist/index.d.mts
CHANGED
|
@@ -2835,7 +2835,7 @@ declare const RELATION_SHARE_APPLICATION: "application";
|
|
|
2835
2835
|
* invalidate after deploy. Facebook caches preview JPEGs by exact URL — changing
|
|
2836
2836
|
* this value forces crawlers to fetch a fresh image after server deploy.
|
|
2837
2837
|
*/
|
|
2838
|
-
declare const RELATION_OVERLAY_LAYOUT_VERSION =
|
|
2838
|
+
declare const RELATION_OVERLAY_LAYOUT_VERSION = 40;
|
|
2839
2839
|
declare const RELATION_SHARE_RESOURCE_TYPES: readonly ["invitation", "application"];
|
|
2840
2840
|
type RelationShareResourceType = (typeof RELATION_SHARE_RESOURCE_TYPES)[number];
|
|
2841
2841
|
declare function isRelationShareResourceType(resourceType: string): resourceType is RelationShareResourceType;
|
package/dist/index.d.ts
CHANGED
|
@@ -2835,7 +2835,7 @@ declare const RELATION_SHARE_APPLICATION: "application";
|
|
|
2835
2835
|
* invalidate after deploy. Facebook caches preview JPEGs by exact URL — changing
|
|
2836
2836
|
* this value forces crawlers to fetch a fresh image after server deploy.
|
|
2837
2837
|
*/
|
|
2838
|
-
declare const RELATION_OVERLAY_LAYOUT_VERSION =
|
|
2838
|
+
declare const RELATION_OVERLAY_LAYOUT_VERSION = 40;
|
|
2839
2839
|
declare const RELATION_SHARE_RESOURCE_TYPES: readonly ["invitation", "application"];
|
|
2840
2840
|
type RelationShareResourceType = (typeof RELATION_SHARE_RESOURCE_TYPES)[number];
|
|
2841
2841
|
declare function isRelationShareResourceType(resourceType: string): resourceType is RelationShareResourceType;
|
package/dist/index.mjs
CHANGED
|
@@ -722,7 +722,7 @@ function computeDailyClueState(dailyClue) {
|
|
|
722
722
|
// src/sharing/relationShareTypes.ts
|
|
723
723
|
var RELATION_SHARE_INVITATION = "invitation";
|
|
724
724
|
var RELATION_SHARE_APPLICATION = "application";
|
|
725
|
-
var RELATION_OVERLAY_LAYOUT_VERSION =
|
|
725
|
+
var RELATION_OVERLAY_LAYOUT_VERSION = 40;
|
|
726
726
|
var RELATION_SHARE_RESOURCE_TYPES = [
|
|
727
727
|
RELATION_SHARE_INVITATION,
|
|
728
728
|
RELATION_SHARE_APPLICATION
|