@fbl-plugins/k8s-helm
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -20,3 +20,3 @@ # Update or Install Helm Chart (for Helm V2) | ||
pipeline: | ||
helm.install: | ||
helm.install.v2: | ||
# [optional] Custom helm binary name/path | ||
@@ -23,0 +23,0 @@ # Default value: helm |
{ | ||
"name": "@fbl-plugins/k8s-helm", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "FBL plugin for K8s Helm CLI", | ||
@@ -23,37 +23,37 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"joi": "17.3.0", | ||
"js-yaml": "4.0.0" | ||
"joi": "17.4.0", | ||
"js-yaml": "4.1.0" | ||
}, | ||
"peerDependencies": { | ||
"fbl": ">=1.15.0 <2.0.0" | ||
"fbl": ">=1.15.1 <2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "11.0.0", | ||
"@commitlint/config-conventional": "11.0.0", | ||
"@commitlint/cli": "12.1.4", | ||
"@commitlint/config-conventional": "12.1.4", | ||
"@fireblink/k8s-api-client": "1.2.0", | ||
"@types/chai": "4.2.14", | ||
"@types/chai": "4.2.18", | ||
"@types/form-data": "2.5.0", | ||
"@types/joi": "17.2.3", | ||
"@types/js-yaml": "4.0.0", | ||
"@types/node": "14.14.22", | ||
"chai": "4.2.0", | ||
"@types/js-yaml": "4.0.1", | ||
"@types/node": "15.12.2", | ||
"chai": "4.3.4", | ||
"chai-as-promised": "7.1.1", | ||
"commitizen": "4.2.3", | ||
"commitizen": "4.2.4", | ||
"conventional-changelog-cli": "2.1.1", | ||
"cz-conventional-changelog": "3.3.0", | ||
"fbl": "1.15.0", | ||
"husky": "4.3.8", | ||
"fbl": "1.15.1", | ||
"husky": "6.0.0", | ||
"jsonlint": "1.6.3", | ||
"lint-staged": "10.5.3", | ||
"mocha": "8.2.1", | ||
"lint-staged": "11.0.0", | ||
"mocha": "9.0.0", | ||
"mocha-typescript": "1.1.17", | ||
"mochawesome": "6.2.1", | ||
"mochawesome": "6.2.2", | ||
"nyc": "15.1.0", | ||
"prettier": "2.2.1", | ||
"prettier": "2.3.1", | ||
"rimraf": "3.0.2", | ||
"source-map-support": "0.5.19", | ||
"ts-node": "9.1.1", | ||
"ts-node": "10.0.0", | ||
"tslint": "6.1.3", | ||
"tslint-config-prettier": "1.18.0", | ||
"typescript": "4.1.3", | ||
"typescript": "4.3.2", | ||
"yarn-check": "0.0.3" | ||
@@ -60,0 +60,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
75197
+ Added@types/node@22.10.0(transitive)
+ Addedundici-types@6.20.0(transitive)
- Removed@types/node@22.9.3(transitive)
- Removedjoi@17.3.0(transitive)
- Removedjs-yaml@4.0.0(transitive)
- Removedundici-types@6.19.8(transitive)
Updatedjoi@17.4.0
Updatedjs-yaml@4.1.0