serverless-dotenv-plugin
Advanced tools
Comparing version 2.3.1 to 2.3.2
{ | ||
"name": "serverless-dotenv-plugin", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "Preload environment variables with dotenv into serverless.", | ||
@@ -25,6 +25,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"chalk": "^2.1.0", | ||
"dotenv": "^4.0.0", | ||
"dotenv-expand": "^4.0.1" | ||
"chalk": "^3.0.0", | ||
"dotenv": "^8.2.0", | ||
"dotenv-expand": "^5.1.0" | ||
} | ||
} |
# serverless-dotenv-plugin [![npm version](https://img.shields.io/npm/v/serverless-dotenv-plugin.svg?style=flat)](https://www.npmjs.com/package/serverless-dotenv-plugin) | ||
[![Donate](https://infrontlabs.com/Donate.612b038d.png)](https://www.paypal.me/ColynBrown?locale.x=en_US) | ||
Checkout https://colyn.dev/docs for documentation | ||
Preload Environment Variables Into Serverless | ||
Preload environment variables into serverless. Use this plugin if you have variables stored in a `.env` file that you want loaded into your serverless yaml config. This will allow you to reference them as `${env:VAR_NAME}` inside your config _and_ it will load them into your lambdas. | ||
Use this plugin if you have variables stored in a `.env` file that you want loaded into your serverless yaml config. This will allow you to reference them as `${env:VAR_NAME}` inside your config _and_ it will load them into your lambdas. | ||
### Install and Setup | ||
@@ -121,1 +119,9 @@ | ||
You can find example usage in the `examples` folder. | ||
### Contributing | ||
Because of the highly dependent nature of this plugin (i.e. thousands of developers depend on this to deploy their apps to production) I cannot introduce changes that are backwards incompatible. Any feature requests must first consider this as a blocker. If submitting a PR ensure that the change is developer opt-in only meaning it must guarantee that it will not affect existing workflows, it's only available with an opt-in setting. I appreciate your patience on this. Thanks. | ||
### Roadmap | ||
See https://colyn.dev/upcoming-changes-to-serverless-dotenv-plugin for upcoming changes. |
28540
12
127
+ Addedansi-styles@4.3.0(transitive)
+ Addedchalk@3.0.0(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addeddotenv@8.6.0(transitive)
+ Addeddotenv-expand@5.1.0(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedsupports-color@7.2.0(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedchalk@2.4.2(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removeddotenv@4.0.0(transitive)
- Removeddotenv-expand@4.2.0(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedsupports-color@5.5.0(transitive)
Updatedchalk@^3.0.0
Updateddotenv@^8.2.0
Updateddotenv-expand@^5.1.0