@momo-kits/native-kits 0.156.8-sp.2 → 0.156.8-sp.3

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.
@@ -130,7 +130,7 @@ struct ToolkitHeaderRight: View {
130
130
 
131
131
  private func onPressClose() {
132
132
  environment.composeApi?.request(
133
- funcName: "dismissAll",
133
+ funcName: "goHome",
134
134
  params: ""
135
135
  ) { _ in }
136
136
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/native-kits",
3
- "version": "0.156.8-sp.2",
3
+ "version": "0.156.8-sp.3",
4
4
  "private": false,
5
5
  "dependencies": {},
6
6
  "devDependencies": {},