@alipay/ams-checkout 0.0.1726734012-dev.5 → 0.0.1726734012-dev.6

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.
@@ -79,6 +79,7 @@ var AMSSDK = /*#__PURE__*/function () {
79
79
  key: "preInitSecurity",
80
80
  value: function preInitSecurity(options) {
81
81
  var _this$options;
82
+ console.log('web-preloadsdk preInitSecurity-success');
82
83
  var antomSDKConfigKey = 'antomSDKConfigKey';
83
84
  var config = safeJson(getOrSetStorageId(antomSDKConfigKey), {});
84
85
  if (![EnvironmentEnum.prod, EnvironmentEnum.sandbox].includes(options === null || options === void 0 ? void 0 : options.environment)) return;
@@ -379,6 +379,7 @@ var ComponentApp = /*#__PURE__*/function () {
379
379
  }, {
380
380
  key: "appendPreloadIframeNodes",
381
381
  value: function appendPreloadIframeNodes(componentSign, productSceneVersion) {
382
+ console.log('web-preloadsdk appendPreloadIframeNodes_success');
382
383
  var virtualPreloadIframe = this.createPreloadApp(componentSign, productSceneVersion);
383
384
  this.createPreloadIframeNode(virtualPreloadIframe);
384
385
  this.AMSSDK.logger.logInfo({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1726734012-dev.5",
3
+ "version": "0.0.1726734012-dev.6",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",