@mrtujiawei/bin
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -0,1 +1,2 @@ | ||
#!/bin/env node | ||
'use strict'; | ||
@@ -310,2 +311,6 @@ | ||
program | ||
.name('t') | ||
.description('CLI to some JavaScript string utilities') | ||
.version('0.0.1'); | ||
program | ||
.command('download-m3u8') | ||
@@ -325,6 +330,2 @@ .description('下载m3u8文件') | ||
program | ||
.name('t') | ||
.description('CLI to some JavaScript string utilities') | ||
.version('0.0.1'); | ||
program | ||
.command('server') | ||
@@ -331,0 +332,0 @@ .description('静态文件服务,支持https,请求代理') |
{ | ||
"name": "@mrtujiawei/bin", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "我的命令行工具", | ||
"main": "", | ||
"files": [ | ||
@@ -16,8 +15,8 @@ "dist", | ||
"bin": { | ||
"t": "./dist/index.js", | ||
"combine-m3u8": "./shell/combine.sh", | ||
"split-m3u8": "./shell/split.sh", | ||
"check-command": "./shell/check-command.sh", | ||
"git-download": "./shell/git-download.sh", | ||
"toggle-npm-mirror": "./shell/toggle-npm-mirror.sh" | ||
"t": "dist/index.js", | ||
"combine-m3u8": "shell/combine.sh", | ||
"split-m3u8": "shell/split.sh", | ||
"check-command": "shell/check-command.sh", | ||
"git-download": "shell/git-download.sh", | ||
"toggle-npm-mirror": "shell/toggle-npm-mirror.sh" | ||
}, | ||
@@ -24,0 +23,0 @@ "dependencies": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
337
2
23450
17