env-vars-validator
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "MIT", | ||
@@ -37,25 +37,25 @@ "main": "dist/index.js", | ||
"path": "dist/env-vars-validator.cjs.production.min.js", | ||
"limit": "10 KB" | ||
"limit": "50 KB" | ||
}, | ||
{ | ||
"path": "dist/env-vars-validator.esm.js", | ||
"limit": "10 KB" | ||
"limit": "50 KB" | ||
} | ||
], | ||
"devDependencies": { | ||
"@size-limit/preset-small-lib": "^7.0.5", | ||
"@typescript-eslint/eslint-plugin": "^5.9.1", | ||
"@typescript-eslint/parser": "^5.9.1", | ||
"eslint": "8.6.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-simple-import-sort": "^7.0.0", | ||
"husky": "^7.0.4", | ||
"np": "^7.6.0", | ||
"prettier": "^2.5.1", | ||
"size-limit": "^7.0.5", | ||
"tsdx": "^0.14.1", | ||
"tslib": "^2.3.1", | ||
"typescript": "^4.5.4" | ||
"@size-limit/preset-small-lib": "7.0.5", | ||
"@typescript-eslint/eslint-plugin": "5.10.0", | ||
"@typescript-eslint/parser": "5.10.0", | ||
"eslint": "8.7.0", | ||
"eslint-config-prettier": "8.3.0", | ||
"eslint-plugin-import": "2.25.4", | ||
"eslint-plugin-prettier": "4.0.0", | ||
"eslint-plugin-simple-import-sort": "7.0.0", | ||
"husky": "7.0.4", | ||
"np": "7.6.0", | ||
"prettier": "2.5.1", | ||
"size-limit": "7.0.5", | ||
"tsdx": "0.14.1", | ||
"tslib": "2.3.1", | ||
"typescript": "4.5.4" | ||
}, | ||
@@ -62,0 +62,0 @@ "dependencies": { |
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
20403