@ikenxuan/amagi 6.4.0 → 6.5.0

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.
@@ -1,4 +1,4 @@
1
- const require_rolldown_runtime = require("../rolldown-runtime-D6vf50IK.cjs");
1
+ const require_rolldown_runtime = require("../rolldown-runtime-VH7oDXx4.cjs");
2
2
  let axios = require("axios");
3
3
  axios = require_rolldown_runtime.__toESM(axios, 1);
4
4
  module.exports = axios.default;
@@ -1,4 +1,4 @@
1
- const require_rolldown_runtime = require("../rolldown-runtime-D6vf50IK.cjs");
1
+ const require_rolldown_runtime = require("../rolldown-runtime-VH7oDXx4.cjs");
2
2
  let express = require("express");
3
3
  express = require_rolldown_runtime.__toESM(express, 1);
4
4
  module.exports = express.default;
@@ -15,7 +15,7 @@ var __copyProps = (to, from, except, desc) => {
15
15
  }
16
16
  return to;
17
17
  };
18
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
18
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule || !__hasOwnProp.call(mod, "default") ? __defProp(target, "default", {
19
19
  value: mod,
20
20
  enumerable: true
21
21
  }) : target, mod));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikenxuan/amagi",
3
- "version": "6.4.0",
3
+ "version": "6.5.0",
4
4
  "description": "抖音、B站的 web 端相关数据接口基于 Node.js 的实现",
5
5
  "keywords": [
6
6
  "api",
@@ -58,10 +58,10 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@ikenxuan/xhshow-ts": "^1.0.6",
61
- "axios": "^1.18.1",
62
- "chalk": "5.6.2",
61
+ "axios": "^1.19.0",
62
+ "chalk": "6.0.0",
63
63
  "express": "^5.2.1",
64
- "protobufjs": "8.6.5",
64
+ "protobufjs": "8.7.1",
65
65
  "zod": "4.4.3"
66
66
  },
67
67
  "timestamp": "2026-04-08T05:13:54.305Z"