@lykmapipo/env
Advanced tools
Comparing version 0.17.34 to 0.17.35
@@ -0,1 +1,11 @@ | ||
#### 0.17.35 (2021-08-05) | ||
##### Chores | ||
* **deps:** force latest versions ([11d01751](https://github.com/lykmapipo/env/commit/11d017511516d77de2be4974e1d45bb0dddabadc)) | ||
##### Documentation Changes | ||
* **readme:** improve status badges ([f113be15](https://github.com/lykmapipo/env/commit/f113be1524a54802be820c074f538231e6d4bd89)) | ||
#### 0.17.34 (2021-06-10) | ||
@@ -2,0 +12,0 @@ |
{ | ||
"name": "@lykmapipo/env", | ||
"version": "0.17.34", | ||
"version": "0.17.35", | ||
"description": "Helper utilities for accessing environment variables", | ||
@@ -59,22 +59,22 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@babel/cli": "^7.14.3", | ||
"@babel/core": "^7.14.3", | ||
"@babel/node": "^7.14.2", | ||
"@babel/preset-env": "^7.14.4", | ||
"@babel/register": "^7.13.16", | ||
"@commitlint/cli": "^12.1.4", | ||
"@commitlint/config-conventional": "^12.1.4", | ||
"@commitlint/travis-cli": "^12.1.4", | ||
"@lykmapipo/test-helpers": "^0.6.17", | ||
"@babel/cli": "^7.14.8", | ||
"@babel/core": "^7.15.0", | ||
"@babel/node": "^7.14.9", | ||
"@babel/preset-env": "^7.15.0", | ||
"@babel/register": "^7.14.5", | ||
"@commitlint/cli": "^13.1.0", | ||
"@commitlint/config-conventional": "^13.1.0", | ||
"@commitlint/travis-cli": "^13.1.0", | ||
"@lykmapipo/test-helpers": "^0.6.19", | ||
"chai": "^4.3.4", | ||
"commitizen": "^4.2.4", | ||
"coveralls": "^3.1.0", | ||
"coveralls": "^3.1.1", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"dot-prop": "^6.0.1", | ||
"doxdox": "^3.0.0", | ||
"eslint": "^7.27.0", | ||
"eslint": "^7.32.0", | ||
"eslint-config-airbnb-base": "^14.2.1", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.23.4", | ||
"eslint-plugin-jsdoc": "^35.1.2", | ||
"eslint-plugin-jsdoc": "^36.0.6", | ||
"eslint-plugin-mocha": "^9.0.0", | ||
@@ -84,17 +84,18 @@ "eslint-plugin-prettier": "^3.4.0", | ||
"handlebars": "^4.7.7", | ||
"husky": "^6.0.0", | ||
"lint-staged": "^11.0.0", | ||
"husky": "^7.0.1", | ||
"lint-staged": "^11.1.1", | ||
"lodash.template": "^4.5.0", | ||
"minimist": "^1.2.5", | ||
"mocha": "^8.4.0", | ||
"npm-check-updates": "^11.6.0", | ||
"mocha": "^9.0.3", | ||
"npm-check-updates": "^11.8.3", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.3.0", | ||
"prettier": "^2.3.2", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.50.5", | ||
"rollup": "^2.56.0", | ||
"shelljs": "^0.8.4", | ||
"striptags": "^3.2.0", | ||
"websocket-extensions": "^0.1.4" | ||
}, | ||
"dependencies": { | ||
"@lykmapipo/common": ">=0.43.2", | ||
"@lykmapipo/common": ">=0.44.0", | ||
"dotenv": ">=10.0.0", | ||
@@ -101,0 +102,0 @@ "dotenv-expand": ">=5.1.0", |
# env | ||
[![Build Status](https://travis-ci.org/lykmapipo/env.svg?branch=master)](https://travis-ci.org/lykmapipo/env) | ||
[![Dependencies Status](https://david-dm.org/lykmapipo/env.svg?style=flat-square)](https://david-dm.org/lykmapipo/env) | ||
[![Dependencies Status](https://david-dm.org/lykmapipo/env.svg)](https://david-dm.org/lykmapipo/env) | ||
[![Coverage Status](https://coveralls.io/repos/github/lykmapipo/env/badge.svg?branch=master)](https://coveralls.io/github/lykmapipo/env?branch=master) | ||
[![GitHub License](https://img.shields.io/github/license/lykmapipo/env)](https://github.com/lykmapipo/env/blob/develop/LICENSE) | ||
[![Commitizen Friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) | ||
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) | ||
[![Code Style](https://badgen.net/badge/code%20style/airbnb/ff5a5f?icon=airbnb)](https://github.com/airbnb/javascript) | ||
[![npm version](https://img.shields.io/npm/v/@lykmapipo/env)](https://www.npmjs.com/package/@lykmapipo/env) | ||
Helper utilities for accessing environment variables | ||
@@ -8,0 +14,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93954
81
37
Updated@lykmapipo/common@>=0.44.0