功能新增: - OSS 存储使用情况显示(文件页面) - OSS 当日流量统计(阿里云云监控API) - 分享页面路由修复(/s/xxx 格式支持) Bug修复: - 修复分享页面资源路径(相对路径改绝对路径) - 修复分享码获取逻辑(支持路径格式) - 修复OSS配额undefined显示问题 - 修复登录流程OSS配置检查 - 修复文件数为null时的显示问题 依赖更新: - 添加 @alicloud/cms20190101 云监控SDK - 添加 @alicloud/openapi-client Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
32 lines
745 B
JSON
32 lines
745 B
JSON
{
|
|
"name": "sax",
|
|
"description": "An evented streaming XML parser in JavaScript",
|
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
|
"version": "1.4.4",
|
|
"main": "lib/sax.js",
|
|
"license": "BlueOak-1.0.0",
|
|
"scripts": {
|
|
"test": "tap",
|
|
"preversion": "npm test",
|
|
"postversion": "npm publish",
|
|
"postpublish": "git push origin --all; git push origin --tags",
|
|
"format": "prettier --write . --log-level warn"
|
|
},
|
|
"repository": "git://github.com/isaacs/sax-js.git",
|
|
"files": [
|
|
"lib/sax.js",
|
|
"LICENSE",
|
|
"README.md"
|
|
],
|
|
"devDependencies": {
|
|
"prettier": "^3.6.2",
|
|
"tap": "^21.1.3"
|
|
},
|
|
"tap": {
|
|
"allow-incomplete-coverage": true
|
|
},
|
|
"engines": {
|
|
"node": ">=11.0.0"
|
|
}
|
|
}
|