@ewizardjs/system-settings
Advanced tools
Comparing version 3.12.0 to 3.12.1
{ | ||
"name": "@ewizardjs/system-settings", | ||
"version": "3.12.0", | ||
"version": "3.12.1", | ||
"description": "", | ||
@@ -11,4 +11,4 @@ "main": "dist/backend/index.js", | ||
"test": "jest --ci --coverage", | ||
"test:integration": "jest --ci -i test/integration", | ||
"test:unit": "jest -i test/unit --coverage", | ||
"test:integration": "jest --ci test/integration", | ||
"test:unit": "jest --ci test/unit --coverage", | ||
"snapshot:update": "jest --updateSnapshot" | ||
@@ -23,5 +23,5 @@ }, | ||
"dependencies": { | ||
"@ewizardjs/alias-resolver": "^1.1.1", | ||
"@ewizardjs/alias-resolver": "^1.1.3", | ||
"@ewizardjs/content-types": "^2.0.2", | ||
"@ewizardjs/settings-strategies": "^1.2.1", | ||
"@ewizardjs/settings-strategies": "^1.2.2", | ||
"dot-prop": "^6.0.1", | ||
@@ -31,2 +31,3 @@ "lodash.merge": "^4.6.2" | ||
"devDependencies": { | ||
"@ewizardjs/upath": "^3.0.0", | ||
"@types/jest": "^29.5.0", | ||
@@ -40,5 +41,4 @@ "@types/lodash.merge": "^4.6.6", | ||
"tslint-config-airbnb": "^5.11.2", | ||
"typescript": "^5.0.4", | ||
"upath": "^2.0.1" | ||
"typescript": "^5.0.4" | ||
} | ||
} |
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
30313