@nexaro.ipaas/gitlab-sdk
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -10,3 +10,3 @@ "use strict"; | ||
async execute({ projectId, fileId, }) { | ||
return await this.gitlabClient.request(`projects/${projectId}/repository/repository/blobs/${fileId}/raw`, { | ||
return await this.gitlabClient.request(`projects/${projectId}/repository/blobs/${fileId}/raw`, { | ||
method: 'GET', | ||
@@ -13,0 +13,0 @@ }); |
@@ -48,3 +48,3 @@ "use strict"; | ||
return { | ||
commitId: commited.commit.id, | ||
commitId: commited.id, | ||
...functionData, | ||
@@ -51,0 +51,0 @@ }; |
{ | ||
"name": "@nexaro.ipaas/gitlab-sdk", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "📦 Node SDK for GitLab API", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
46613