appscode-api-js-client
Advanced tools
Comparing version 1.0.60 to 1.0.61
@@ -12,5 +12,4 @@ // Code generated by protoc-gen-grpc-js-client | ||
function versionsList(p, conf) { | ||
path = '/attic/v1beta1/artifacts/' + p['type'] + '/' + p['name'] + '/versions/json' | ||
path = '/attic/v1beta1/artifacts/' + p['type'] + '/versions/json' | ||
delete p['type'] | ||
delete p['name'] | ||
return xhr(path, 'GET', conf, p); | ||
@@ -20,5 +19,4 @@ } | ||
function versionsDescribe(p, conf) { | ||
path = '/attic/v1beta1/artifacts/' + p['type'] + '/' + p['name'] + '/versions/' + p['id'] + '/json' | ||
path = '/attic/v1beta1/artifacts/' + p['type'] + '/versions/' + p['id'] + '/json' | ||
delete p['type'] | ||
delete p['name'] | ||
delete p['id'] | ||
@@ -25,0 +23,0 @@ return xhr(path, 'GET', conf, p); |
{ | ||
"name": "appscode-api-js-client", | ||
"version": "1.0.60", | ||
"version": "1.0.61", | ||
"description": "AppsCode API JavaScript Client", | ||
@@ -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
78293
2520