@obb871001/api-integration-sdk 1.0.397 → 1.0.398

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
@@ -7874,12 +7874,7 @@ const Po = /* @__PURE__ */ yi(Ro), wo = ({
7874
7874
  const r = a != null && Array.isArray(e) && e.some(
7875
7875
  (p) => String(p?.platform) === String(a)
7876
7876
  );
7877
- return console.log(
7878
- r,
7879
- a,
7880
- e,
7881
- "isCurrentGameMaintaining"
7882
- ), {
7877
+ return {
7883
7878
  show: r,
7884
7879
  reason: r ? `在 gamebox 且當前廠商「${a}」在維護清單 → 顯示` : `在 gamebox 但當前廠商「${a ?? "(無)"}」不在維護清單 → 靜默`
7885
7880
  };
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.397",
4
+ "version": "1.0.398",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",