@obb871001/api-integration-sdk 1.0.311 → 1.0.313

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
@@ -7878,7 +7878,7 @@ const Do = /* @__PURE__ */ gt(So), Eo = ({
7878
7878
  });
7879
7879
  break;
7880
7880
  case ze.LINE_LOGIN:
7881
- ye === ae && v({
7881
+ ye === ae && C({
7882
7882
  line_id: te,
7883
7883
  line_name: _e
7884
7884
  });
@@ -8152,7 +8152,7 @@ const Do = /* @__PURE__ */ gt(So), Eo = ({
8152
8152
  },
8153
8153
  select: (l) => {
8154
8154
  const p = la(l) ? l : l.Marquees;
8155
- return Be(p, (b) => b[i] || b["en-US"]);
8155
+ return Be(p, (b) => b[i] || b?.en_US);
8156
8156
  }
8157
8157
  });
8158
8158
  }, Vm = ({ options: e } = {}) => {
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.311",
4
+ "version": "1.0.313",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",