UNPKG
hc-web-log-mon
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
基于 JS 跨平台插件,为前端项目提供【 行为、性能、异常、请求、资源、路由、曝光、录屏 】监控手段
hc-web-log-mon
/
scripts
/
update.ts
8 lines
(5 loc)
•
127 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{ updatePackageJSON }
from
'./utils'
async
function
run
(
) {
await
Promise
.
all
([
updatePackageJSON
()]) }
run
()