@obb871001/api-integration-sdk 1.0.381 → 1.0.382

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
@@ -9888,7 +9888,13 @@ const ru = ({ onIdle: e, onActive: n, onAction: t, timeout: r = 6e5 }) => fs({
9888
9888
  U(`模擬傳送 [${o}](非 WebView2 環境)`);
9889
9889
  },
9890
9890
  [U]
9891
- ), l = W(() => d("home"), [d]), a = W(() => d("clearcatch"), [d]), i = W(() => d("restart_money_machine"), [d]);
9891
+ ), l = W(() => d("home"), [d]), a = W(
9892
+ () => d("clearcatch"),
9893
+ [d]
9894
+ ), i = W(
9895
+ () => d("restart_money_michine"),
9896
+ [d]
9897
+ );
9892
9898
  return {
9893
9899
  isWebView2: n,
9894
9900
  sendAction: d,
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.381",
4
+ "version": "1.0.382",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",