@obb871001/api-integration-sdk 1.0.396 → 1.0.397

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,7 +7874,12 @@ 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 {
7877
+ return console.log(
7878
+ r,
7879
+ a,
7880
+ e,
7881
+ "isCurrentGameMaintaining"
7882
+ ), {
7878
7883
  show: r,
7879
7884
  reason: r ? `在 gamebox 且當前廠商「${a}」在維護清單 → 顯示` : `在 gamebox 但當前廠商「${a ?? "(無)"}」不在維護清單 → 靜默`
7880
7885
  };
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.396",
4
+ "version": "1.0.397",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",