@momo-kits/template 0.81.16 → 0.81.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.
@@ -117,7 +117,7 @@ const TrustBanner: FC<TrustBannerProps> = ({
117
117
  };
118
118
 
119
119
  const _onPress = () => {
120
- trackEvent?.('service_component_clicked', trackingParams);
120
+ trackEvent?.('service_component_clicked', {...trackingParams, url_config});
121
121
  onPress?.({...trackingParams, url_config, feature_code});
122
122
  };
123
123
 
package/package.json CHANGED
@@ -1,15 +1,18 @@
1
1
  {
2
2
  "name": "@momo-kits/template",
3
- "version": "0.81.16",
3
+ "version": "0.81.17",
4
4
  "private": false,
5
5
  "main": "index.tsx",
6
6
  "dependencies": {},
7
7
  "peerDependencies": {
8
- "@momo-kits/foundation": "*",
8
+ "@momo-kits/foundation": "latest",
9
9
  "@momo-kits/carousel": "*",
10
10
  "prop-types": "^15.7.2",
11
11
  "react": "16.9.0",
12
12
  "react-native": ">=0.55"
13
13
  },
14
+ "devDependencies": {
15
+ "@momo-platform/versions": "4.1.11"
16
+ },
14
17
  "license": "MoMo"
15
18
  }