@f5devcentral/f5-cloud-libs
Advanced tools
Comparing version 4.1.0-beta.3 to 4.1.0
@@ -12,3 +12,3 @@ # Contributing | ||
## Style | ||
Style is enforced with eslint. We use the airbnb style guide with some exceptions. There is no disputing the rationale - these are facts. | ||
Style is enforced with eslint. We use the [airbnb style guide](https://github.com/airbnb/javascript) with some exceptions. There is no disputing the rationale - these are facts. | ||
+ 4 spaces, not 2 ([indent](https://eslint.org/docs/rules/indent)). That's the way we are. | ||
@@ -15,0 +15,0 @@ + No dangling comma ([comma-dangle](https://eslint.org/docs/rules/comma-dangle)). Dangling commas are just ugly and if your code reviewer gets confused over this, perhaps you need a different reviewer. |
{ | ||
"name": "@f5devcentral/f5-cloud-libs", | ||
"version": "4.1.0-beta.3", | ||
"version": "4.1.0", | ||
"description": "Common library code and scripts for deploying a BIG-IP in a cloud environment", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -36,3 +36,3 @@ /** | ||
return options | ||
.version('4.1.0-beta.3') | ||
.version('4.1.0') | ||
.option( | ||
@@ -39,0 +39,0 @@ '--host <ip_address>', |
@@ -43,3 +43,3 @@ /** | ||
options | ||
.version('4.1.0-beta.3') | ||
.version('4.1.0') | ||
.option('--data-file <data_file>', 'Full path to file with data (use this or --data)') | ||
@@ -46,0 +46,0 @@ .parse(argv); |
@@ -58,3 +58,3 @@ /** | ||
options | ||
.version('4.1.0-beta.3') | ||
.version('4.1.0') | ||
.option( | ||
@@ -61,0 +61,0 @@ '--background', |
@@ -36,3 +36,3 @@ /** | ||
options | ||
.version('4.1.0-beta.3') | ||
.version('4.1.0') | ||
.option( | ||
@@ -39,0 +39,0 @@ '--length <password_length>', |
@@ -64,3 +64,3 @@ /** | ||
options | ||
.version('4.1.0-beta.3') | ||
.version('4.1.0') | ||
.option( | ||
@@ -67,0 +67,0 @@ '--host <ip_address>', |
@@ -51,3 +51,3 @@ /** | ||
options | ||
.version('4.1.0-beta.3') | ||
.version('4.1.0') | ||
.option( | ||
@@ -54,0 +54,0 @@ '--background', |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1017731
1