diff --git a/packages/nodes-base/package.json b/packages/nodes-base/package.json index c7d380907..3824505ee 100644 --- a/packages/nodes-base/package.json +++ b/packages/nodes-base/package.json @@ -33,6 +33,7 @@ "dist/credentials/ChargebeeApi.credentials.js", "dist/credentials/DropboxApi.credentials.js", "dist/credentials/GithubApi.credentials.js", + "dist/credentials/GitlabApi.credentials.js", "dist/credentials/GoogleApi.credentials.js", "dist/credentials/HttpBasicAuth.credentials.js", "dist/credentials/HttpDigestAuth.credentials.js", @@ -73,6 +74,8 @@ "dist/nodes/FunctionItem.node.js", "dist/nodes/Github/Github.node.js", "dist/nodes/Github/GithubTrigger.node.js", + "dist/nodes/Gitlab/Gitlab.node.js", + "dist/nodes/Gitlab/GitlabTrigger.node.js", "dist/nodes/GoogleSheets/GoogleSheets.node.js", "dist/nodes/HttpRequest.node.js", "dist/nodes/If.node.js",