@sap/artifact-management 1.53.1 → 1.53.3
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.
- package/dist/src/definitions/PluginDefintionProvider.js +0 -6
- package/dist/src/definitions/PluginDefintionProvider.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +252 -323
- package/package.json +10 -14
- package/dist/src/plugins/dataproduct/InfoList.js +0 -43
- package/dist/src/plugins/dataproduct/InfoList.js.map +0 -1
- package/dist/src/plugins/dataproduct/index.js +0 -36
- package/dist/src/plugins/dataproduct/index.js.map +0 -1
- package/dist/src/plugins/dataproduct/readers/DataProductItemReader.js +0 -163
- package/dist/src/plugins/dataproduct/readers/DataProductItemReader.js.map +0 -1
- package/dist/src/plugins/dataproduct/readers/DataProductModuleReader.js +0 -43
- package/dist/src/plugins/dataproduct/readers/DataProductModuleReader.js.map +0 -1
- package/dist/src/plugins/dataproduct/readers/DataProductProjectReader.js +0 -59
- package/dist/src/plugins/dataproduct/readers/DataProductProjectReader.js.map +0 -1
- package/dist/src/plugins/dataproduct/types/DataProductDefinition.js +0 -6
- package/dist/src/plugins/dataproduct/types/DataProductDefinition.js.map +0 -1
- package/dist/src/plugins/doc/index.js +0 -27
- package/dist/src/plugins/doc/index.js.map +0 -1
- package/dist/src/plugins/doc/readers/DocModuleReader.js +0 -88
- package/dist/src/plugins/doc/readers/DocModuleReader.js.map +0 -1
- package/dist/src/plugins/doc/readers/DocProjectReader.js +0 -55
- package/dist/src/plugins/doc/readers/DocProjectReader.js.map +0 -1
- package/dist/src/plugins/workflow/index.js +0 -27
- package/dist/src/plugins/workflow/index.js.map +0 -1
- package/dist/src/plugins/workflow/readers/WorkflowModuleReader.js +0 -78
- package/dist/src/plugins/workflow/readers/WorkflowModuleReader.js.map +0 -1
- package/dist/src/plugins/workflow/readers/WorkflowProjectReader.js +0 -44
- package/dist/src/plugins/workflow/readers/WorkflowProjectReader.js.map +0 -1
- package/dist/types/src/plugins/dataproduct/InfoList.d.ts +0 -37
- package/dist/types/src/plugins/dataproduct/index.d.ts +0 -8
- package/dist/types/src/plugins/dataproduct/readers/DataProductItemReader.d.ts +0 -34
- package/dist/types/src/plugins/dataproduct/readers/DataProductModuleReader.d.ts +0 -17
- package/dist/types/src/plugins/dataproduct/readers/DataProductProjectReader.d.ts +0 -16
- package/dist/types/src/plugins/dataproduct/types/DataProductDefinition.d.ts +0 -98
- package/dist/types/src/plugins/doc/index.d.ts +0 -3
- package/dist/types/src/plugins/doc/readers/DocModuleReader.d.ts +0 -22
- package/dist/types/src/plugins/doc/readers/DocProjectReader.d.ts +0 -12
- package/dist/types/src/plugins/workflow/index.d.ts +0 -3
- package/dist/types/src/plugins/workflow/readers/WorkflowModuleReader.d.ts +0 -24
- package/dist/types/src/plugins/workflow/readers/WorkflowProjectReader.d.ts +0 -11
|
@@ -5,15 +5,12 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const cap_1 = __importDefault(require("../plugins/cap"));
|
|
7
7
|
const xsuaa_1 = __importDefault(require("../plugins/xsuaa"));
|
|
8
|
-
const workflow_1 = __importDefault(require("../plugins/workflow"));
|
|
9
8
|
const artifact_management_fioriplugin_1 = __importDefault(require("@sap/artifact-management-fioriplugin"));
|
|
10
9
|
const bas_1 = __importDefault(require("../plugins/bas"));
|
|
11
10
|
const java_1 = __importDefault(require("../plugins/java"));
|
|
12
11
|
const artifact_management_mdkplugin_1 = __importDefault(require("@sap/artifact-management-mdkplugin"));
|
|
13
12
|
const artifact_management_hanaplugin_1 = __importDefault(require("@sap/artifact-management-hanaplugin"));
|
|
14
|
-
const dataproduct_1 = __importDefault(require("../plugins/dataproduct"));
|
|
15
13
|
const abap_1 = __importDefault(require("../plugins/abap"));
|
|
16
|
-
const doc_1 = __importDefault(require("../plugins/doc"));
|
|
17
14
|
/**
|
|
18
15
|
* Central entrypoint for project and module specific implementations ("plugins").
|
|
19
16
|
*
|
|
@@ -26,14 +23,11 @@ class PluginDefintionProvider {
|
|
|
26
23
|
this.register(java_1.default);
|
|
27
24
|
this.register(cap_1.default);
|
|
28
25
|
this.register(xsuaa_1.default);
|
|
29
|
-
this.register(workflow_1.default);
|
|
30
26
|
this.register(artifact_management_fioriplugin_1.default);
|
|
31
27
|
this.register(artifact_management_mdkplugin_1.default);
|
|
32
28
|
this.register(artifact_management_hanaplugin_1.default);
|
|
33
29
|
this.register(bas_1.default);
|
|
34
30
|
this.register(abap_1.default);
|
|
35
|
-
this.register(dataproduct_1.default);
|
|
36
|
-
this.register(doc_1.default);
|
|
37
31
|
}
|
|
38
32
|
register(plugin) {
|
|
39
33
|
if (this.pluginMap.has(plugin.name)) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PluginDefintionProvider.js","sourceRoot":"","sources":["../../../src/definitions/PluginDefintionProvider.ts"],"names":[],"mappings":";;;;;AAAA,yDAAuC;AACvC,6DAAgD;AAChD,
|
|
1
|
+
{"version":3,"file":"PluginDefintionProvider.js","sourceRoot":"","sources":["../../../src/definitions/PluginDefintionProvider.ts"],"names":[],"mappings":";;;;;AAAA,yDAAuC;AACvC,6DAAgD;AAChD,2GAA6D;AAC7D,yDAAuC;AACvC,2DAAyC;AACzC,uGAA2D;AAC3D,yGAA6D;AAE7D,2DAAyC;AAEzC;;;;;GAKG;AACH,MAAM,uBAAuB;IAGzB;QAFQ,cAAS,GAAwB,IAAI,GAAG,EAAkB,CAAC;QAG/D,IAAI,CAAC,QAAQ,CAAC,cAAU,CAAC,CAAC;QAC1B,IAAI,CAAC,QAAQ,CAAC,aAAS,CAAC,CAAC;QACzB,IAAI,CAAC,QAAQ,CAAC,eAAgB,CAAC,CAAC;QAChC,IAAI,CAAC,QAAQ,CAAC,yCAAS,CAAC,CAAC;QACzB,IAAI,CAAC,QAAQ,CAAC,uCAAS,CAAC,CAAC;QACzB,IAAI,CAAC,QAAQ,CAAC,wCAAU,CAAC,CAAC;QAC1B,IAAI,CAAC,QAAQ,CAAC,aAAS,CAAC,CAAC;QACzB,IAAI,CAAC,QAAQ,CAAC,cAAU,CAAC,CAAC;IAC9B,CAAC;IAED,QAAQ,CAAC,MAAc;QACnB,IAAI,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE;YACjC,MAAM,IAAI,KAAK,CAAC,UAAU,MAAM,CAAC,IAAI,sBAAsB,CAAC,CAAC;SAChE;QAED,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;IAC5C,CAAC;IAED,IAAI,WAAW;QACX,OAAO,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,EAAE,CAAC,CAAC;IAC7C,CAAC;IAED,IAAI,OAAO;QACP,OAAO,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,CAAC,CAAC;IAC/C,CAAC;IAED,SAAS,CAAC,UAAkB;QACxB,IAAI,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,UAAU,CAAC,EAAE;YAChC,OAAO,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,UAAU,CAAE,CAAC;SAC1C;QACD,MAAM,IAAI,KAAK,CAAC,UAAU,UAAU,mBAAmB,CAAC,CAAC;IAC7D,CAAC;CACJ;AAED,kBAAe,IAAI,uBAAuB,EAAE,CAAC"}
|