openshift-rest-client
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -67,2 +67,3 @@ 'use strict'; | ||
url: `${client.apiUrl}/namespaces/${clientConfig.context.namespace}/builds/${buildName}`, | ||
body: options.body, | ||
qs: options.qs | ||
@@ -69,0 +70,0 @@ }; |
{ | ||
"name": "openshift-rest-client", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Node.js client for developing with OpenShift", | ||
@@ -45,3 +45,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"coveralls": "^2.13.1", | ||
"coveralls": "^3.0.0", | ||
"eslint": "^4.3.0", | ||
@@ -48,0 +48,0 @@ "eslint-config-semistandard": "^11.0.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
43527
865