@artsy/cohesion 4.277.0 → 4.278.0
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/CHANGELOG.md +12 -0
- package/dist/Schema/Events/Tap.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v4.278.0 (Mon Jun 30 2025)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- fix: add destination type to TappedBuyerProtection [#611](https://github.com/artsy/cohesion/pull/611) ([@MrSltun](https://github.com/MrSltun))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Sultan Al-Maari ([@MrSltun](https://github.com/MrSltun))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v4.277.0 (Fri Jun 20 2025)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
|
@@ -1411,6 +1411,6 @@ export interface TappedBuyerProtection {
|
|
|
1411
1411
|
context_module: ContextModule;
|
|
1412
1412
|
context_screen_owner_type: ScreenOwnerType;
|
|
1413
1413
|
context_screen_owner_id: string;
|
|
1414
|
-
|
|
1414
|
+
destination_screen_owner_type: ScreenOwnerType;
|
|
1415
1415
|
destination_screen_owner_slug: string;
|
|
1416
1416
|
}
|