@vtex/api
Advanced tools
Comparing version 0.12.10 to 0.12.11
@@ -155,4 +155,6 @@ 'use strict'; | ||
getDependencies(account, workspace, service) { | ||
const params = { service: service }; | ||
getDependencies(account, workspace) { | ||
let filter = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : ''; | ||
const params = { filter: filter }; | ||
return this.http(routes.Dependencies(account, workspace), { params: params }); | ||
@@ -159,0 +161,0 @@ } |
{ | ||
"name": "@vtex/api", | ||
"version": "0.12.10", | ||
"version": "0.12.11", | ||
"description": "VTEX I/O API client", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet
194634
751