sprint-es 0.0.154 → 0.0.155

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/cjs/cli.cjs CHANGED
@@ -389,8 +389,7 @@ async function runDoctor() {
389
389
  }
390
390
  const commandDependencies = {
391
391
  build: {
392
- ts: ["tsup", "typescript"],
393
- js: ["tsup"]
392
+ ts: ["tsup", "typescript"]
394
393
  }
395
394
  };
396
395
  function checkDependencies(command2, isTS) {
package/dist/esm/cli.js CHANGED
@@ -370,8 +370,7 @@ async function runDoctor() {
370
370
  }
371
371
  const commandDependencies = {
372
372
  build: {
373
- ts: ["tsup", "typescript"],
374
- js: ["tsup"]
373
+ ts: ["tsup", "typescript"]
375
374
  }
376
375
  };
377
376
  function checkDependencies(command2, isTS) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sprint-es",
3
- "version": "0.0.154",
3
+ "version": "0.0.155",
4
4
  "description": "Sprint - Quickly API",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",