Comparing version 1.2.1 to 1.2.3
@@ -48,3 +48,3 @@ 'use strict' | ||
type: String, | ||
typeLabel: '[underline]{file}', | ||
typeLabel: '{underline file}', | ||
description: 'Private key. Supply along with --cert to launch a https server.', | ||
@@ -56,3 +56,3 @@ section: 'tls' | ||
type: String, | ||
typeLabel: '[underline]{file}', | ||
typeLabel: '{underline file}', | ||
description: 'Certificate chain. Supply along with --key to launch a https server.', | ||
@@ -64,3 +64,3 @@ section: 'tls' | ||
type: String, | ||
typeLabel: '[underline]{file}', | ||
typeLabel: '{underline file}', | ||
description: 'Optional PFX or PKCS12 encoded private key and certificate chain. An alternative to providing --key and --cert.', | ||
@@ -86,3 +86,3 @@ section: 'tls' | ||
description: 'Construct a middleware stack using the modules provided.', | ||
typeLabel: '[underline]{path} [underline]{...}', | ||
typeLabel: '{underline path} {underline ...}', | ||
section: 'extension' | ||
@@ -93,3 +93,3 @@ }, | ||
type: String, | ||
typeLabel: '[underline]{path}', | ||
typeLabel: '{underline path}', | ||
description: 'Custom server factory, e.g. lws-http2', | ||
@@ -101,3 +101,3 @@ section: 'extension' | ||
type: String, | ||
typeLabel: '[underline]{path}', | ||
typeLabel: '{underline path}', | ||
description: 'A path to a websocket module', | ||
@@ -110,3 +110,3 @@ section: 'extension' | ||
description: 'A path to a custom view module', | ||
typeLabel: '[underline]{path}', | ||
typeLabel: '{underline path}', | ||
section: 'extension' | ||
@@ -132,3 +132,3 @@ }, | ||
description: 'Config filename to use, defaults to "lws.config.js".', | ||
typeLabel: '[underline]{file}', | ||
typeLabel: '{underline file}', | ||
section: 'core' | ||
@@ -155,3 +155,3 @@ }, | ||
'$ lws <options>', | ||
'$ lws [underline]{command} <options>' | ||
'$ lws {underline command} <options>' | ||
] | ||
@@ -188,3 +188,3 @@ }, | ||
})) | ||
: '[italic]{Stack empty, supply one or more middlewares using --stack.}' | ||
: '{italic Stack empty, supply one or more middlewares using --stack.}' | ||
} | ||
@@ -229,3 +229,3 @@ ] | ||
sections.push({ | ||
content: 'Project home: [underline]{https://github.com/lwsjs/lws}' | ||
content: 'Project home: {underline https://github.com/lwsjs/lws}' | ||
}) | ||
@@ -232,0 +232,0 @@ return sections |
{ | ||
"name": "lws", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "1.2.1", | ||
"version": "1.2.3", | ||
"description": "The modular web server for productive full-stack development", | ||
@@ -25,5 +25,5 @@ "repository": "https://github.com/lwsjs/lws.git", | ||
"byte-size": "^4.0.2", | ||
"cli-commands": "^0.3.3", | ||
"cli-commands": "^0.4.0", | ||
"command-line-args": "^5.0.2", | ||
"command-line-usage": "^4.1.0", | ||
"command-line-usage": "^5.0.4", | ||
"koa": "^2.5.0", | ||
@@ -37,3 +37,3 @@ "load-module": "^0.2.4", | ||
"walk-back": "^3.0.0", | ||
"ws": "^3.3.3" | ||
"ws": "^5.1.1" | ||
}, | ||
@@ -40,0 +40,0 @@ "devDependencies": { |
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
108259
+ Addedansi-styles@3.2.1(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcli-commands@0.4.0(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedcommand-line-usage@5.0.5(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedsupports-color@5.5.0(transitive)
+ Addedws@5.2.4(transitive)
- Removedarray-back@1.0.4(transitive)
- Removedcli-commands@0.3.3(transitive)
- Removedcommand-line-args@4.0.7(transitive)
- Removedcommand-line-usage@4.1.0(transitive)
- Removedfind-replace@1.0.3(transitive)
- Removedsafe-buffer@5.1.2(transitive)
- Removedtest-value@2.1.0(transitive)
- Removedultron@1.1.1(transitive)
- Removedws@3.3.3(transitive)
Updatedcli-commands@^0.4.0
Updatedcommand-line-usage@^5.0.4
Updatedws@^5.1.1