@alipay/ams-checkout 0.0.1766066234-dev.2 → 0.0.1766457560-dev.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/esm/main.js CHANGED
@@ -238,7 +238,8 @@ export var AMSEasyPay = /*#__PURE__*/function () {
238
238
  displayInfo: {
239
239
  type: DisplayTypeEnum.popup
240
240
  },
241
- isAppWebview: params.isAppWebview
241
+ isAppWebview: params.isAppWebview,
242
+ isNativeAppWebview: params.isNativeAppWebview
242
243
  });
243
244
  }
244
245
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1766066234-dev.2",
3
+ "version": "0.0.1766457560-dev.0",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",