@adonisjs/env
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -10,3 +10,3 @@ "use strict"; | ||
register() { | ||
this.$container.bind('Adonis/Core/Env', () => { | ||
this.$container.singleton('Adonis/Core/Env', () => { | ||
const env = new Env_1.Env(); | ||
@@ -13,0 +13,0 @@ const app = this.$container.use('Adonis/Core/Application'); |
{ | ||
"name": "@adonisjs/env", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Environment variable manager for Node.js", | ||
@@ -19,3 +19,3 @@ "files": [ | ||
"compile": "npm run lint && npm run clean && tsc", | ||
"build": "npm run compile && typedoc --theme markdown --excludePrivate --mdHideSources && git add docs", | ||
"build": "npm run compile && typedoc --theme markdown --excludePrivate --HideSources && git add docs", | ||
"commit": "git-cz", | ||
@@ -36,3 +36,3 @@ "release": "np", | ||
"@types/dotenv": "^6.1.1", | ||
"@types/node": "^12.7.2", | ||
"@types/node": "^12.7.4", | ||
"commitizen": "^4.0.3", | ||
@@ -42,4 +42,4 @@ "cz-conventional-changelog": "^3.0.2", | ||
"doctoc": "^1.4.0", | ||
"husky": "^3.0.4", | ||
"japa": "^3.0.0", | ||
"husky": "^3.0.5", | ||
"japa": "^3.0.1", | ||
"mrm": "^1.2.2", | ||
@@ -52,3 +52,3 @@ "np": "^5.0.3", | ||
"typedoc-plugin-external-module-name": "^2.1.0", | ||
"typedoc-plugin-markdown": "^2.1.4", | ||
"typedoc-plugin-markdown": "^2.1.10", | ||
"typescript": "^3.6.2" | ||
@@ -80,3 +80,3 @@ }, | ||
"dependencies": { | ||
"@poppinss/utils": "^1.0.5", | ||
"@poppinss/utils": "^1.0.7", | ||
"dotenv": "^8.1.0" | ||
@@ -83,0 +83,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
14826
Updated@poppinss/utils@^1.0.7