homebridge-flair
Advanced tools
Comparing version 1.2.5 to 1.2.6
{ | ||
"displayName": "Homebridge Flair", | ||
"name": "homebridge-flair", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"publishConfig": { | ||
@@ -33,3 +33,14 @@ "registry": "https://registry.npmjs.org/" | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
[ | ||
"@semantic-release/commit-analyzer", | ||
{ | ||
"preset": "angular", | ||
"releaseRules": [ | ||
{ | ||
"type": "deps", | ||
"release": "patch" | ||
} | ||
] | ||
} | ||
], | ||
"@semantic-release/release-notes-generator", | ||
@@ -56,3 +67,3 @@ "@semantic-release/npm", | ||
"@semantic-release/release-notes-generator": "^9.0.1", | ||
"@types/node": "^14.14.14", | ||
"@types/node": "^15.3.0", | ||
"@typescript-eslint/eslint-plugin": "^4.11.0", | ||
@@ -59,0 +70,0 @@ "@typescript-eslint/parser": "^4.11.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
83599