@venturialstd/gitlab 0.0.15 → 0.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gitlab.module.d.ts","sourceRoot":"","sources":["../src/gitlab.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"gitlab.module.d.ts","sourceRoot":"","sources":["../src/gitlab.module.ts"],"names":[],"mappings":"AASA,qBAMa,YAAY;CAAG"}
|
package/dist/gitlab.module.js
CHANGED
|
@@ -13,7 +13,6 @@ const core_1 = require("@venturialstd/core");
|
|
|
13
13
|
const gitlab_client_1 = require("./client/gitlab.client");
|
|
14
14
|
const gitlab_oauth_controller_1 = require("./controllers/gitlab-oauth.controller");
|
|
15
15
|
const gitlab_webhook_controller_1 = require("./controllers/webhooks/gitlab-webhook.controller");
|
|
16
|
-
const gitlab_oauth_service_1 = require("./services/gitlab-oauth.service");
|
|
17
16
|
const gitlab_project_service_1 = require("./services/gitlab-project.service");
|
|
18
17
|
let GitlabModule = class GitlabModule {
|
|
19
18
|
};
|
|
@@ -23,7 +22,7 @@ exports.GitlabModule = GitlabModule = __decorate([
|
|
|
23
22
|
imports: [axios_1.HttpModule, core_1.AppLoggerModule, core_1.SettingsModule],
|
|
24
23
|
controllers: [gitlab_webhook_controller_1.GitlabWebhookController, gitlab_oauth_controller_1.GitlabAuthController],
|
|
25
24
|
providers: [gitlab_client_1.GitlabClient, gitlab_project_service_1.GitlabProjectService],
|
|
26
|
-
exports: [gitlab_project_service_1.GitlabProjectService
|
|
25
|
+
exports: [gitlab_project_service_1.GitlabProjectService],
|
|
27
26
|
})
|
|
28
27
|
], GitlabModule);
|
|
29
28
|
//# sourceMappingURL=gitlab.module.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gitlab.module.js","sourceRoot":"","sources":["../src/gitlab.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,yCAA2C;AAC3C,2CAAwC;AACxC,6CAAqE;AAErE,0DAAsD;AACtD,mFAA6E;AAC7E,gGAA2F;AAC3F,
|
|
1
|
+
{"version":3,"file":"gitlab.module.js","sourceRoot":"","sources":["../src/gitlab.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,yCAA2C;AAC3C,2CAAwC;AACxC,6CAAqE;AAErE,0DAAsD;AACtD,mFAA6E;AAC7E,gGAA2F;AAC3F,8EAAyE;AAQlE,IAAM,YAAY,GAAlB,MAAM,YAAY;CAAG,CAAA;AAAf,oCAAY;uBAAZ,YAAY;IANxB,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,kBAAU,EAAE,sBAAe,EAAE,qBAAc,CAAC;QACtD,WAAW,EAAE,CAAC,mDAAuB,EAAE,8CAAoB,CAAC;QAC5D,SAAS,EAAE,CAAC,4BAAY,EAAE,6CAAoB,CAAC;QAC/C,OAAO,EAAE,CAAC,6CAAoB,CAAC;KAChC,CAAC;GACW,YAAY,CAAG"}
|