@tmsfe/tmskit 0.0.64 → 0.0.65

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.
package/dist/index.cjs.js CHANGED
@@ -4179,7 +4179,7 @@ var entry = [{
4179
4179
  }, {
4180
4180
  command: 'sourcemap',
4181
4181
  description: '获取sourcemap',
4182
- options: [],
4182
+ options: [['--sleep [sleep]', '下载间隔时间,单位秒']],
4183
4183
  action: cmdOptions => {
4184
4184
  run_1('sourcemap', cmdOptions);
4185
4185
  }
@@ -4206,7 +4206,7 @@ var entry = [{
4206
4206
 
4207
4207
  var require$$12 = {
4208
4208
  name: "@tmsfe/tmskit",
4209
- version: "0.0.64",
4209
+ version: "0.0.65",
4210
4210
  description: "tmskit",
4211
4211
  main: "dist/index.cjs",
4212
4212
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmsfe/tmskit",
3
- "version": "0.0.64",
3
+ "version": "0.0.65",
4
4
  "description": "tmskit",
5
5
  "main": "dist/index.cjs",
6
6
  "bin": {
package/src/entry.js CHANGED
@@ -85,6 +85,7 @@ module.exports = [
85
85
  command: 'sourcemap',
86
86
  description: '获取sourcemap',
87
87
  options: [
88
+ ['--sleep [sleep]', '下载间隔时间,单位秒'],
88
89
  ],
89
90
  action: (cmdOptions) => {
90
91
  require('./scripts/run/index')('sourcemap', cmdOptions);