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.
Files changed (2) hide show
  1. package/dist/index.js +0 -6
  2. 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',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omnipin",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "author": "v1rtl <hi@v1rtl.site>",
5
5
  "repository": {
6
6
  "type": "git",