snyk 1.421.0 → 1.421.1

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/help/help.txt +1 -1
  2. package/package.json +1 -1
package/help/help.txt CHANGED
@@ -18,8 +18,8 @@ Commands:
18
18
  See snyk container --help for full instructions.
19
19
 
20
20
  config ............. Manage Snyk's configuration, note that this configuration is stored
21
- help [topic] ....... Display this detailed help about commands and options.
22
21
  on your machine and applies to all Snyk CLI calls.
22
+ help [topic] ....... Display this detailed help about commands and options.
23
23
  ignore ............. Modifies the .snyk policy to ignore stated issues.
24
24
  For more information run `snyk help ignore`.
25
25
  policy ............. Display the .snyk policy for a package.
package/package.json CHANGED
@@ -146,5 +146,5 @@
146
146
  "dist/STANDALONE"
147
147
  ]
148
148
  },
149
- "version": "1.421.0"
149
+ "version": "1.421.1"
150
150
  }