@obb871001/api-integration-sdk 1.0.336 → 1.0.337

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
@@ -651,7 +651,7 @@ const In = qt(null), se = () => {
651
651
  READY: "ready",
652
652
  PENDING: "pending"
653
653
  }, Vn = qt(null), Ql = ({ children: e }) => {
654
- const [n, t] = oi(qa.PENDING), l = Oa(() => {
654
+ const [n, t] = oi(qa.READY), l = Oa(() => {
655
655
  const p = n === qa.READY, g = n === qa.PENDING;
656
656
  return {
657
657
  status: n,
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.336",
4
+ "version": "1.0.337",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",