@sap/artifact-management-types 1.32.0 → 1.34.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/artifact-management-types",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.34.0",
|
|
4
4
|
"description": "Type signatures for artifact management",
|
|
5
5
|
"types": "./src/index.d.ts",
|
|
6
6
|
"main": "./src/index.d.ts",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"pack": "npm run modify-types-import && npm pack"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@sap/artifact-management-base-types": "1.
|
|
13
|
+
"@sap/artifact-management-base-types": "1.34.0"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"gulp": "4.0.2"
|
|
@@ -23,6 +23,8 @@ export default class BasEmptyModuleReader extends ModuleReader {
|
|
|
23
23
|
fs: ProjectFileSystem;
|
|
24
24
|
}): Promise<ModuleData | undefined>;
|
|
25
25
|
readItems({ fs, context }: ProjectEntityReaderReadOptions): Promise<Item[]>;
|
|
26
|
+
private getMobileAppItem;
|
|
27
|
+
private getMobileDestinationItems;
|
|
26
28
|
private getServiceItem;
|
|
27
29
|
private getServiceEntityItems;
|
|
28
30
|
private getEntityItem;
|