@obb871001/api-integration-sdk 1.0.128 → 1.0.130

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/dist/index.js CHANGED
@@ -28460,10 +28460,10 @@ const Ft = /* @__PURE__ */ ot(wt), K = {
28460
28460
  const { carousels_lang: _ } = f;
28461
28461
  return {
28462
28462
  ...f,
28463
- carousel_current_language: _.find((p) => p.lang === m) || {}
28463
+ carousel_current_language: _?.find((p) => p.lang === m) || {}
28464
28464
  };
28465
28465
  });
28466
- return console.log(u), u;
28466
+ return console.log(u, r), u;
28467
28467
  }
28468
28468
  });
28469
28469
  }, Tl = () => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@obb871001/api-integration-sdk",
3
3
  "private": false,
4
- "version": "1.0.128",
4
+ "version": "1.0.130",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",