@obb871001/api-integration-sdk 1.0.252 → 1.0.254

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
@@ -35641,6 +35641,9 @@ const Zm = ({ onFunction: e = () => {
35641
35641
  const m = new URLSearchParams(window.location.search).get("mac_address"), { data: n, isFetching: a } = mo({
35642
35642
  formData: {
35643
35643
  mac_address: m
35644
+ },
35645
+ options: {
35646
+ enabled: !!m
35644
35647
  }
35645
35648
  }), u = ne(n, "liff_url", "");
35646
35649
  return Ke(() => {
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.252",
4
+ "version": "1.0.254",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",