dotenv-mono
Advanced tools
Comparing version 1.3.6 to 1.3.7
{ | ||
"name": "dotenv-mono", | ||
"version": "1.3.6", | ||
"version": "1.3.7", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"description": "This is a package that permit to load a dotenv even from a children applications or packages of a monorepo. It contains also some additionals features like manipulations and save of the changes on the dotenv file.", | ||
"description": "This package permit to have a centralized dotenv on a monorepo. It also includes some extra features such as manipulation and saving of changes to the dotenv file, a default centralized file, and a file loader with ordering and priorities.", | ||
"author": "Marco Cesarato <cesarato.developer@gmail.com>", | ||
@@ -42,10 +42,10 @@ "exports": { | ||
"devDependencies": { | ||
"@types/jest": "^29.2.3", | ||
"@types/jest": "^29.2.4", | ||
"@types/mock-fs": "^4.13.1", | ||
"@types/node": "^18.11.9", | ||
"@typescript-eslint/eslint-plugin": "^5.43.0", | ||
"@typescript-eslint/parser": "^5.43.0", | ||
"eslint": "^8.28.0", | ||
"@types/node": "^18.11.15", | ||
"@typescript-eslint/eslint-plugin": "^5.46.1", | ||
"@typescript-eslint/parser": "^5.46.1", | ||
"eslint": "^8.29.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-jest": "^27.1.5", | ||
"eslint-plugin-jest": "^27.1.6", | ||
"eslint-plugin-jest-extended": "^2.0.0", | ||
@@ -57,8 +57,8 @@ "eslint-plugin-prettier": "^4.2.1", | ||
"jest-extended": "^3.2.0", | ||
"lint-staged": "^13.0.3", | ||
"lint-staged": "^13.1.0", | ||
"mock-fs": "^5.2.0", | ||
"prettier": "^2.7.1", | ||
"prettier": "^2.8.1", | ||
"standard-version": "^9.5.0", | ||
"ts-jest": "^29.0.3", | ||
"typescript": "^4.9.3" | ||
"typescript": "^4.9.4" | ||
}, | ||
@@ -96,2 +96,5 @@ "publishConfig": { | ||
"mono", | ||
"one", | ||
"single", | ||
"centralized", | ||
"repo", | ||
@@ -98,0 +101,0 @@ "changes", |
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
60477