@aicoin/opendata-mcp 1.0.28 → 1.0.29
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/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -44,7 +44,7 @@ Endpoint: ${path}`;
|
|
|
44
44
|
}
|
|
45
45
|
throw new Error(msg);
|
|
46
46
|
}
|
|
47
|
-
var BIZ_AUTH_CODES = /* @__PURE__ */ new Set([
|
|
47
|
+
var BIZ_AUTH_CODES = /* @__PURE__ */ new Set([403, 401]);
|
|
48
48
|
function checkBizError(data, path) {
|
|
49
49
|
if (!data || typeof data !== "object") return;
|
|
50
50
|
const obj = data;
|