yamlock 1.1.5 → 1.1.6

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/cli/cli.js CHANGED
@@ -22,6 +22,7 @@ const packageJson = require('../../package.json');
22
22
 
23
23
  const BANNER = `
24
24
  [yamlock]
25
+
25
26
  Plaintext ends here.
26
27
  `;
27
28
 
@@ -54,9 +54,9 @@ outlined wordmark on its own dark surface so it remains legible in light and
54
54
  dark GitHub/npm themes.
55
55
 
56
56
  Terminal help uses the compact printable treatment `[yamlock]` followed by the
57
- anchor line `Plaintext ends here.`, with a blank line before and after the
58
- identity block. Keep `yamlock version` machine-friendly and do not add the
59
- identity treatment to structured errors.
57
+ anchor line `Plaintext ends here.`, with a blank line before the logo, between
58
+ the logo and anchor line, and after the identity block. Keep `yamlock version`
59
+ machine-friendly and do not add the identity treatment to structured errors.
60
60
 
61
61
  ### Symbol
62
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yamlock",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "author": "PAVEL TKACHEV (phoenixweiss) <mail@phoenixweiss.me>",
5
5
  "description": "Value-level encryption for YAML/JSON configuration files with CLI + Node.js APIs.",
6
6
  "license": "MIT",