push2cloud-cf-adapter
Advanced tools
Comparing version 1.7.3 to 1.7.4
@@ -0,1 +1,7 @@ | ||
## [v1.7.4](https://github.com/push2cloud/cf-adapter/compare/v1.7.3...v1.7.4) | ||
- fix createUserProvidedServiceInstance response handling | ||
## [v1.7.3](https://github.com/push2cloud/cf-adapter/compare/v1.7.2...v1.7.3) | ||
- wait for service unbound confirmation before execute callback | ||
## [v1.7.2](https://github.com/push2cloud/cf-adapter/compare/v1.7.1...v1.7.2) | ||
@@ -2,0 +8,0 @@ - in case of error during start or stop app, retry once |
@@ -50,7 +50,3 @@ const _ = require('lodash'); | ||
type: 'userProvided', | ||
plan: 'userProvided', | ||
lastOperation: { | ||
type: result.entity.last_operation.type, | ||
state: result.entity.last_operation.state | ||
} | ||
plan: 'userProvided' | ||
}); | ||
@@ -74,7 +70,3 @@ | ||
type: 'userProvided', | ||
plan: 'userProvided', | ||
lastOperation: { | ||
type: result.entity.last_operation.type, | ||
state: result.entity.last_operation.state | ||
} | ||
plan: 'userProvided' | ||
}); | ||
@@ -81,0 +73,0 @@ |
{ | ||
"name": "push2cloud-cf-adapter", | ||
"version": "1.7.3", | ||
"version": "1.7.4", | ||
"description": "abstracts cloud foundry api", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
3
155622
3121