@ikenxuan/amagi 6.0.0 → 6.1.3

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,11 +1,12 @@
1
- const require_chunk = require('../chunk-CbDLau6x.cjs');
1
+ const require_chunk = require("../chunk-CKQMccvm.cjs");
2
2
  let axios = require("axios");
3
- axios = require_chunk.__toESM(axios);
4
-
3
+ axios = require_chunk.__toESM(axios, 1);
5
4
  module.exports = axios.default;
6
- Object.keys(axios).forEach(function (k) {
7
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
8
- enumerable: true,
9
- get: function () { return axios[k]; }
10
- });
5
+ Object.keys(axios).forEach(function(k) {
6
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
7
+ enumerable: true,
8
+ get: function() {
9
+ return axios[k];
10
+ }
11
+ });
11
12
  });
@@ -1,5 +1,3 @@
1
1
  import axios_default from "axios";
2
-
3
- export * from "axios"
4
-
5
- export { axios_default as default };
2
+ export * from "axios";
3
+ export { axios_default as default };
@@ -1,9 +1,9 @@
1
-
2
-
3
1
  var chalk = require("chalk");
4
- Object.keys(chalk).forEach(function (k) {
5
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
6
- enumerable: true,
7
- get: function () { return chalk[k]; }
8
- });
2
+ Object.keys(chalk).forEach(function(k) {
3
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
4
+ enumerable: true,
5
+ get: function() {
6
+ return chalk[k];
7
+ }
8
+ });
9
9
  });
@@ -1,3 +1,2 @@
1
- export * from "chalk"
2
-
3
- export { };
1
+ export * from "chalk";
2
+ export {};
@@ -1,5 +1,4 @@
1
- const require_chunk = require('../chunk-CbDLau6x.cjs');
1
+ const require_chunk = require("../chunk-CKQMccvm.cjs");
2
2
  let express = require("express");
3
- express = require_chunk.__toESM(express);
4
-
5
- module.exports = express.default;
3
+ express = require_chunk.__toESM(express, 1);
4
+ module.exports = express.default;
@@ -1,3 +1,2 @@
1
1
  import express_default from "express";
2
-
3
- export { express_default as default };
2
+ export { express_default as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikenxuan/amagi",
3
- "version": "6.0.0",
3
+ "version": "6.1.3",
4
4
  "description": "抖音、B站的 web 端相关数据接口基于 Node.js 的实现",
5
5
  "keywords": [
6
6
  "douyin",
@@ -54,14 +54,15 @@
54
54
  ],
55
55
  "dependencies": {
56
56
  "@ikenxuan/xhshow-ts": "^1.0.6",
57
- "axios": "^1.13.2",
57
+ "axios": "^1.15.2",
58
58
  "chalk": "5.6.2",
59
59
  "express": "^5.2.1",
60
- "protobufjs": "8.0.0",
61
- "zod": "4.3.5"
60
+ "protobufjs": "8.0.1",
61
+ "zod": "4.3.6"
62
62
  },
63
63
  "publishConfig": {
64
64
  "access": "public",
65
65
  "registry": "https://registry.npmjs.org"
66
- }
66
+ },
67
+ "timestamp": "2026-04-08T05:13:54.305Z"
67
68
  }