@dotenvx/dotenvx 0.14.0 → 0.14.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.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -614,10 +614,10 @@ $ dotenvx hub push
|
|
|
614
614
|
|
|
615
615
|
> Keep your `.env` files safe
|
|
616
616
|
|
|
617
|
+
* [`dotenvx genexample`](https://dotenvx.com/docs/features/genexample) – generate `.env.example` file
|
|
617
618
|
* [`dotenvx gitignore`](https://dotenvx.com/docs/features/gitignore) – gitignore your `.env` files
|
|
618
|
-
* [`dotenvx precommit`](https://dotenvx.com/docs/features/precommit) – prevent `.env` files from being committed to code
|
|
619
619
|
* [`dotenvx prebuild`](https://dotenvx.com/docs/features/prebuild) – prevent `.env` files from being built into your docker container
|
|
620
|
-
* `dotenvx
|
|
620
|
+
* [`dotenvx precommit`](https://dotenvx.com/docs/features/precommit) – prevent `.env` files from being committed to code
|
|
621
621
|
|
|
622
622
|
|
|
623
623
|
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.14.
|
|
2
|
+
"version": "0.14.1",
|
|
3
3
|
"name": "@dotenvx/dotenvx",
|
|
4
4
|
"description": "a better dotenv–from the creator of `dotenv`",
|
|
5
5
|
"author": "@motdotla",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"open": "^8.4.2",
|
|
37
37
|
"ora": "^5.4.1",
|
|
38
38
|
"qrcode-terminal": "^0.12.0",
|
|
39
|
-
"update-notifier": "^
|
|
39
|
+
"update-notifier": "^5.1.0",
|
|
40
40
|
"winston": "^3.11.0",
|
|
41
41
|
"xxhashjs": "^0.2.2"
|
|
42
42
|
},
|