- 在CipherStash-xToken.js中为GetXToken函数的请求配置添加timeout: 5000 - 在CipherStash-xToken.js中为GetXToken函数的请求配置添加agent代理选项 - 在api.js中优化日志输出,增加代理信息显示 - 移除了node_modules/.package-lock.json文件的变更记录(无实际代码改动)
8 lines
115 B
JSON
8 lines
115 B
JSON
{
|
|
"dependencies": {
|
|
"express": "^5.1.0",
|
|
"https-proxy-agent": "^7.0.6",
|
|
"node-fetch": "^3.3.2"
|
|
}
|
|
}
|