@obb871001/api-integration-sdk 1.0.377 → 1.0.378

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
@@ -9626,7 +9626,7 @@ const nu = ({ onIdle: e, onActive: n, onAction: t, timeout: r = 6e5 }) => fs({
9626
9626
  position: o,
9627
9627
  type: s,
9628
9628
  uid: u
9629
- } = l;
9629
+ } = l || {};
9630
9630
  return {
9631
9631
  ...g,
9632
9632
  rewardExpirationDays: a,
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.377",
4
+ "version": "1.0.378",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",