File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
<REQUIREMENTS >
10
10
<item >
11
11
<COMPONENT >SAP_BASIS</COMPONENT >
12
- <MIN_RELEASE >740 </MIN_RELEASE >
12
+ <MIN_RELEASE >750 </MIN_RELEASE >
13
13
</item >
14
14
</REQUIREMENTS >
15
15
<VERSION_CONSTANT >ZIF_TYPES=> C_VERSION</VERSION_CONSTANT >
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ INTERFACE zif_types PUBLIC.
128
128
TYPES :
129
129
"! Abbreviated manifest
130
130
"! (fetched with "accept: application/vnd.npm.install-v1+json" in the HTTP headers)
131
- BEGIN OF ty_manifest_abbreviated,
131
+ BEGIN OF ty_manifest_abbreviated ##NEEDED ,
132
132
name TYPE string ,
133
133
version TYPE string ,
134
134
dependencies TYPE ty_dependencies,
@@ -142,7 +142,7 @@ INTERFACE zif_types PUBLIC.
142
142
db TYPE string_table,
143
143
dist TYPE ty_dist,
144
144
deprecated TYPE abap_bool ,
145
- END OF ty_manifest_abbreviated ##NEEDED .
145
+ END OF ty_manifest_abbreviated.
146
146
147
147
" *** PACKUMENT ***
148
148
@@ -167,7 +167,7 @@ INTERFACE zif_types PUBLIC.
167
167
TYPES :
168
168
"! Full packument (as fetched from registry)
169
169
"! Some fields are hoisted from latest version to root
170
- BEGIN OF ty_packument,
170
+ BEGIN OF ty_packument ##NEEDED ,
171
171
name TYPE string ,
172
172
description TYPE string ,
173
173
dist_tags TYPE STANDARD TABLE OF ty_generic WITH KEY key ,
@@ -193,7 +193,7 @@ INTERFACE zif_types PUBLIC.
193
193
__rev TYPE string ,
194
194
__attachments TYPE STANDARD TABLE OF ty_attachment WITH KEY key ,
195
195
access TYPE string ,
196
- END OF ty_packument ##NEEDED .
196
+ END OF ty_packument.
197
197
198
198
199
199
CONSTANTS :
You can’t perform that action at this time.
0 commit comments