@lykmapipo/env 0.17.35 → 0.17.39

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/README.md +1 -1
  3. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ #### 0.17.39 (2021-09-06)
2
+
3
+ ##### Chores
4
+
5
+ * **deps:** force latest version & audit fix ([5936f140](https://github.com/lykmapipo/env/commit/5936f140ed8667cc318250612f544d0185ea697e))
6
+
7
+ #### 0.17.38 (2021-09-02)
8
+
9
+ ##### Chores
10
+
11
+ * **deps:** force latest version & audit fix ([287eab54](https://github.com/lykmapipo/env/commit/287eab546c2cba84f7615e9f8b7dad61faa50291))
12
+
13
+ #### 0.17.37 (2021-08-18)
14
+
15
+ ##### Documentation Changes
16
+
17
+ * **readme:** update build status to travis.com ([6d629938](https://github.com/lykmapipo/env/commit/6d629938c73efa17daffca611401e4ccdc4f76ef))
18
+
19
+ #### 0.17.36 (2021-08-09)
20
+
21
+ ##### Chores
22
+
23
+ * **deps:** force latest version & audit fix ([56ce1b10](https://github.com/lykmapipo/env/commit/56ce1b10d53dffffaf44041e1660958d7cc4c86b))
24
+
1
25
  #### 0.17.35 (2021-08-05)
2
26
 
3
27
  ##### Chores
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # env
2
2
 
3
- [![Build Status](https://travis-ci.org/lykmapipo/env.svg?branch=master)](https://travis-ci.org/lykmapipo/env)
3
+ [![Build Status](https://travis-ci.com/lykmapipo/env.svg?branch=master)](https://travis-ci.com/lykmapipo/env)
4
4
  [![Dependencies Status](https://david-dm.org/lykmapipo/env.svg)](https://david-dm.org/lykmapipo/env)
5
5
  [![Coverage Status](https://coveralls.io/repos/github/lykmapipo/env/badge.svg?branch=master)](https://coveralls.io/github/lykmapipo/env?branch=master)
6
6
  [![GitHub License](https://img.shields.io/github/license/lykmapipo/env)](https://github.com/lykmapipo/env/blob/develop/LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lykmapipo/env",
3
- "version": "0.17.35",
3
+ "version": "0.17.39",
4
4
  "description": "Helper utilities for accessing environment variables",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -56,15 +56,15 @@
56
56
  },
57
57
  "homepage": "https://github.com/lykmapipo/env",
58
58
  "devDependencies": {
59
- "@babel/cli": "^7.14.8",
60
- "@babel/core": "^7.15.0",
61
- "@babel/node": "^7.14.9",
62
- "@babel/preset-env": "^7.15.0",
63
- "@babel/register": "^7.14.5",
59
+ "@babel/cli": "^7.15.4",
60
+ "@babel/core": "^7.15.5",
61
+ "@babel/node": "^7.15.4",
62
+ "@babel/preset-env": "^7.15.4",
63
+ "@babel/register": "^7.15.3",
64
64
  "@commitlint/cli": "^13.1.0",
65
65
  "@commitlint/config-conventional": "^13.1.0",
66
66
  "@commitlint/travis-cli": "^13.1.0",
67
- "@lykmapipo/test-helpers": "^0.6.19",
67
+ "@lykmapipo/test-helpers": "^0.6.23",
68
68
  "chai": "^4.3.4",
69
69
  "commitizen": "^4.2.4",
70
70
  "coveralls": "^3.1.1",
@@ -74,28 +74,28 @@
74
74
  "eslint": "^7.32.0",
75
75
  "eslint-config-airbnb-base": "^14.2.1",
76
76
  "eslint-config-prettier": "^8.3.0",
77
- "eslint-plugin-import": "^2.23.4",
78
- "eslint-plugin-jsdoc": "^36.0.6",
77
+ "eslint-plugin-import": "^2.24.2",
78
+ "eslint-plugin-jsdoc": "^36.0.8",
79
79
  "eslint-plugin-mocha": "^9.0.0",
80
- "eslint-plugin-prettier": "^3.4.0",
80
+ "eslint-plugin-prettier": "^4.0.0",
81
81
  "generate-changelog": "^1.8.0",
82
82
  "handlebars": "^4.7.7",
83
- "husky": "^7.0.1",
84
- "lint-staged": "^11.1.1",
83
+ "husky": "^7.0.2",
84
+ "lint-staged": "^11.1.2",
85
85
  "lodash.template": "^4.5.0",
86
86
  "minimist": "^1.2.5",
87
- "mocha": "^9.0.3",
88
- "npm-check-updates": "^11.8.3",
87
+ "mocha": "^9.1.1",
88
+ "npm-check-updates": "^11.8.5",
89
89
  "nyc": "^15.1.0",
90
90
  "prettier": "^2.3.2",
91
91
  "rimraf": "^3.0.2",
92
- "rollup": "^2.56.0",
92
+ "rollup": "^2.56.3",
93
93
  "shelljs": "^0.8.4",
94
94
  "striptags": "^3.2.0",
95
95
  "websocket-extensions": "^0.1.4"
96
96
  },
97
97
  "dependencies": {
98
- "@lykmapipo/common": ">=0.44.0",
98
+ "@lykmapipo/common": ">=0.44.4",
99
99
  "dotenv": ">=10.0.0",
100
100
  "dotenv-expand": ">=5.1.0",
101
101
  "lodash": ">=4.17.21",