@zkochan/cmd-shim
Advanced tools
Comparing version 5.2.0 to 5.2.1
@@ -6,2 +6,3 @@ 'use strict'; | ||
const isWindows = require("is-windows"); | ||
const CMD_EXTENSION = require("cmd-extension"); | ||
const shebangExpr = /^#!\s*(?:\/usr\/bin\/env)?\s*([^ \t]+)(.*)$/; | ||
@@ -116,3 +117,3 @@ const DEFAULT_OPTIONS = { | ||
if (opts_.createCmdFile) { | ||
generatorAndExts.push({ generator: generateCmdShim, extension: '.cmd' }); | ||
generatorAndExts.push({ generator: generateCmdShim, extension: CMD_EXTENSION }); | ||
} | ||
@@ -119,0 +120,0 @@ if (opts_.createPwshFile) { |
{ | ||
"name": "@zkochan/cmd-shim", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"description": "Used in pnpm for command line application support", | ||
@@ -22,2 +22,3 @@ "author": { | ||
"dependencies": { | ||
"cmd-extension": "^1.0.1", | ||
"is-windows": "^1.0.2" | ||
@@ -24,0 +25,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34827
559
2
+ Addedcmd-extension@^1.0.1
+ Addedcmd-extension@1.0.2(transitive)