@adonisjs/config
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -11,2 +11,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Config = void 0; | ||
/// <reference path="../adonis-typings/config.ts" /> | ||
@@ -13,0 +14,0 @@ const utils_1 = require("@poppinss/utils"); |
@@ -12,2 +12,2 @@ "use strict"; | ||
var Config_1 = require("./src/Config"); | ||
exports.Config = Config_1.Config; | ||
Object.defineProperty(exports, "Config", { enumerable: true, get: function () { return Config_1.Config; } }); |
{ | ||
"name": "@adonisjs/config", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "Config management for AdonisJS framework", | ||
@@ -34,9 +34,9 @@ "main": "build/providers/ConfigProvider.js", | ||
"@adonisjs/mrm-preset": "^2.3.0", | ||
"@types/node": "^13.13.4", | ||
"commitizen": "^4.0.4", | ||
"cz-conventional-changelog": "^3.1.0", | ||
"@types/node": "^14.0.1", | ||
"commitizen": "^4.1.2", | ||
"cz-conventional-changelog": "^3.2.0", | ||
"del-cli": "^3.0.0", | ||
"doctoc": "^1.4.0", | ||
"eslint": "^6.8.0", | ||
"eslint-plugin-adonis": "^1.0.9", | ||
"eslint": "^7.0.0", | ||
"eslint-plugin-adonis": "^1.0.10", | ||
"husky": "^4.2.5", | ||
@@ -46,4 +46,4 @@ "japa": "^3.0.1", | ||
"np": "^5.2.1", | ||
"ts-node": "^8.9.1", | ||
"typescript": "^3.8.3" | ||
"ts-node": "^8.10.1", | ||
"typescript": "^3.9.2" | ||
}, | ||
@@ -50,0 +50,0 @@ "nyc": { |
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
15959
254