crenvo 1.0.3 → 1.0.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/lib/utils/code.js CHANGED
@@ -14,7 +14,7 @@ const ivLen = 16
14
14
  * @returns {Promise<void>}
15
15
  */
16
16
  const checkEnvFile = async (envFile) => {
17
- if (!envFile) throw new Error(`File ${env} not found`)
17
+ if (!envFile) throw new Error(`File ${envFile} not specified`)
18
18
 
19
19
  const path = join(process.cwd(), envFile)
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crenvo",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "A Laravel-inspired, zero-dependency CLI and Library for env file encryption",
5
5
  "keywords": [
6
6
  "env",