secrez 2.1.3 → 2.1.4

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/README.md CHANGED
@@ -369,7 +369,7 @@ Secrez is not intended to compete with password managers, so do not expect it to
369
369
 
370
370
  ## History
371
371
 
372
- **2.1.3**
372
+ **2.1.4**
373
373
 
374
374
  - uses clipboard only on macOS
375
375
  - fixes `copy` return message when clipboard is not available
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "secrez",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "license": "MIT",
5
5
  "nyc": {
6
6
  "include": "src",
@@ -1,4 +1,5 @@
1
1
  const path = require("path");
2
+ const os = require("os");
2
3
  const clipboardy = require("clipboardy");
3
4
  const { isYaml, yamlParse, TRUE, sleep, playMp3 } = require("@secrez/utils");
4
5
  const { Node } = require("@secrez/fs");
@@ -1,5 +1,6 @@
1
1
  const { authenticator } = require("otplib");
2
2
  const path = require("path");
3
+ const os = require("os");
3
4
  const fs = require("fs-extra");
4
5
  const { execSync } = require("child_process");
5
6
  const {