@miniflare/cli-parser
Advanced tools
Comparing version 2.0.0-rc.2 to 2.0.0-rc.3
@@ -14,4 +14,4 @@ import { MiniflareError } from '@miniflare/shared'; | ||
export declare function wrapLines(text: string, length: number): string[]; | ||
/* Excluded from this release type: _wrapLines */ | ||
export { } |
@@ -29,3 +29,3 @@ // packages/cli-parser/src/help.ts | ||
}; | ||
function wrapLines(text, length) { | ||
function _wrapLines(text, length) { | ||
const lines = [text]; | ||
@@ -101,3 +101,3 @@ let lastLine; | ||
const lineLength = columns - (leftPaddingLength + typeName.length + 3); | ||
const lines = wrapLines(description, lineLength); | ||
const lines = _wrapLines(description, lineLength); | ||
out += lines[0].padEnd(lineLength, " "); | ||
@@ -333,6 +333,6 @@ out += grey(` [${typeName}]`); | ||
ParseError, | ||
_wrapLines, | ||
buildHelp, | ||
parseArgv, | ||
wrapLines | ||
parseArgv | ||
}; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@miniflare/cli-parser", | ||
"version": "2.0.0-rc.2", | ||
"version": "2.0.0-rc.3", | ||
"description": "CLI option parsing module for Miniflare: a fun, full-featured, fully-local simulator for Cloudflare Workers", | ||
@@ -39,8 +39,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@miniflare/shared": "2.0.0-rc.2", | ||
"@miniflare/shared": "2.0.0-rc.3", | ||
"kleur": "^4.1.4" | ||
}, | ||
"devDependencies": { | ||
"@miniflare/core": "2.0.0-rc.2", | ||
"@miniflare/shared-test": "2.0.0-rc.2", | ||
"@miniflare/core": "2.0.0-rc.3", | ||
"@miniflare/shared-test": "2.0.0-rc.3", | ||
"@types/mri": "^1.1.1", | ||
@@ -47,0 +47,0 @@ "mri": "^1.1.6" |
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
20414
+ Added@miniflare/shared@2.0.0-rc.3(transitive)
- Removed@miniflare/shared@2.0.0-rc.2(transitive)
Updated@miniflare/shared@2.0.0-rc.3