omnipin 2.0.2 → 2.0.3
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.js +0 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -21205,12 +21205,6 @@ cli_cli.command('deploy', ([dir], options)=>deployAction({
|
|
|
21205
21205
|
description: 'Explicit provider order',
|
|
21206
21206
|
type: 'string'
|
|
21207
21207
|
},
|
|
21208
|
-
{
|
|
21209
|
-
name: 'verbose',
|
|
21210
|
-
description: 'More verbose logs',
|
|
21211
|
-
type: 'boolean',
|
|
21212
|
-
short: 'v'
|
|
21213
|
-
},
|
|
21214
21208
|
{
|
|
21215
21209
|
name: 'dnslink',
|
|
21216
21210
|
description: 'Update DNSLink',
|