@sap-ux/preview-middleware 0.23.138 → 0.23.139
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.
|
@@ -28,18 +28,18 @@ sap.ui.define((function () { 'use strict';
|
|
|
28
28
|
function requireApi () {
|
|
29
29
|
if (hasRequiredApi) return api;
|
|
30
30
|
hasRequiredApi = 1;
|
|
31
|
-
(function (exports) {
|
|
32
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33
|
-
exports.requestControlContextMenu = exports.showInfoCenterMessage = exports.externalFileChange = exports.setApplicationRequiresReload = exports.executeContextMenuAction = exports.executeQuickAction = exports.updateQuickAction = exports.quickActionListChanged = exports.save = exports.redo = exports.undo = exports.appLoaded = exports.setSaveEnablement = exports.setUndoRedoEnablement = exports.applicationModeChanged = exports.setAppMode = exports.storageFileChanged = exports.reloadApplication = exports.toggleAppPreviewVisibility = exports.changeStackModified = exports.propertyChangeFailed = exports.propertyChanged = exports.changeProperty = exports.outlineChanged = exports.deletePropertyChanges = exports.addExtensionPoint = exports.selectControl = exports.controlSelected = exports.iconsLoaded = exports.EXTERNAL_ACTION_PREFIX = exports.REJECTED_SUFFIX = exports.FULFILLED_SUFFIX = exports.PENDING_SUFFIX = exports.MessageBarType = exports.NESTED_QUICK_ACTION_KIND = exports.SIMPLE_QUICK_ACTION_KIND = exports.CONTROL_CHANGE_KIND = exports.GENERIC_CHANGE_KIND = exports.UNKNOWN_CHANGE_KIND = exports.SAVED_CHANGE_TYPE = exports.PENDING_CHANGE_TYPE = exports.PropertyType = exports.SCENARIO = exports.CHECKBOX_EDITOR_TYPE = exports.DROPDOWN_EDITOR_TYPE = exports.INPUT_EDITOR_TYPE = exports.STRING_VALUE_TYPE = exports.FLOAT_VALUE_TYPE = exports.INTEGER_VALUE_TYPE = exports.BOOLEAN_VALUE_TYPE = void 0;
|
|
34
|
-
exports.createAsyncActionFactory = createAsyncActionFactory;
|
|
35
|
-
exports.BOOLEAN_VALUE_TYPE = 'boolean';
|
|
36
|
-
exports.INTEGER_VALUE_TYPE = 'integer';
|
|
37
|
-
exports.FLOAT_VALUE_TYPE = 'float';
|
|
38
|
-
exports.STRING_VALUE_TYPE = 'string';
|
|
39
|
-
exports.INPUT_EDITOR_TYPE = 'input';
|
|
40
|
-
exports.DROPDOWN_EDITOR_TYPE = 'dropdown';
|
|
41
|
-
exports.CHECKBOX_EDITOR_TYPE = 'checkbox';
|
|
42
|
-
exports.SCENARIO = {
|
|
31
|
+
(function (exports$1) {
|
|
32
|
+
Object.defineProperty(exports$1, "__esModule", { value: true });
|
|
33
|
+
exports$1.requestControlContextMenu = exports$1.showInfoCenterMessage = exports$1.externalFileChange = exports$1.setApplicationRequiresReload = exports$1.executeContextMenuAction = exports$1.executeQuickAction = exports$1.updateQuickAction = exports$1.quickActionListChanged = exports$1.save = exports$1.redo = exports$1.undo = exports$1.appLoaded = exports$1.setSaveEnablement = exports$1.setUndoRedoEnablement = exports$1.applicationModeChanged = exports$1.setAppMode = exports$1.storageFileChanged = exports$1.reloadApplication = exports$1.toggleAppPreviewVisibility = exports$1.changeStackModified = exports$1.propertyChangeFailed = exports$1.propertyChanged = exports$1.changeProperty = exports$1.outlineChanged = exports$1.deletePropertyChanges = exports$1.addExtensionPoint = exports$1.selectControl = exports$1.controlSelected = exports$1.iconsLoaded = exports$1.EXTERNAL_ACTION_PREFIX = exports$1.REJECTED_SUFFIX = exports$1.FULFILLED_SUFFIX = exports$1.PENDING_SUFFIX = exports$1.MessageBarType = exports$1.NESTED_QUICK_ACTION_KIND = exports$1.SIMPLE_QUICK_ACTION_KIND = exports$1.CONTROL_CHANGE_KIND = exports$1.GENERIC_CHANGE_KIND = exports$1.UNKNOWN_CHANGE_KIND = exports$1.SAVED_CHANGE_TYPE = exports$1.PENDING_CHANGE_TYPE = exports$1.PropertyType = exports$1.SCENARIO = exports$1.CHECKBOX_EDITOR_TYPE = exports$1.DROPDOWN_EDITOR_TYPE = exports$1.INPUT_EDITOR_TYPE = exports$1.STRING_VALUE_TYPE = exports$1.FLOAT_VALUE_TYPE = exports$1.INTEGER_VALUE_TYPE = exports$1.BOOLEAN_VALUE_TYPE = void 0;
|
|
34
|
+
exports$1.createAsyncActionFactory = createAsyncActionFactory;
|
|
35
|
+
exports$1.BOOLEAN_VALUE_TYPE = 'boolean';
|
|
36
|
+
exports$1.INTEGER_VALUE_TYPE = 'integer';
|
|
37
|
+
exports$1.FLOAT_VALUE_TYPE = 'float';
|
|
38
|
+
exports$1.STRING_VALUE_TYPE = 'string';
|
|
39
|
+
exports$1.INPUT_EDITOR_TYPE = 'input';
|
|
40
|
+
exports$1.DROPDOWN_EDITOR_TYPE = 'dropdown';
|
|
41
|
+
exports$1.CHECKBOX_EDITOR_TYPE = 'checkbox';
|
|
42
|
+
exports$1.SCENARIO = {
|
|
43
43
|
AppVariant: 'APP_VARIANT',
|
|
44
44
|
VersionedAppVariant: 'VERSIONED_APP_VARIANT',
|
|
45
45
|
AdaptationProject: 'ADAPTATION_PROJECT',
|
|
@@ -50,14 +50,14 @@ sap.ui.define((function () { 'use strict';
|
|
|
50
50
|
(function (PropertyType) {
|
|
51
51
|
PropertyType["Configuration"] = "configuration";
|
|
52
52
|
PropertyType["ControlProperty"] = "controlProperty";
|
|
53
|
-
})(PropertyType || (exports.PropertyType = PropertyType = {}));
|
|
54
|
-
exports.PENDING_CHANGE_TYPE = 'pending';
|
|
55
|
-
exports.SAVED_CHANGE_TYPE = 'saved';
|
|
56
|
-
exports.UNKNOWN_CHANGE_KIND = 'unknown';
|
|
57
|
-
exports.GENERIC_CHANGE_KIND = 'generic';
|
|
58
|
-
exports.CONTROL_CHANGE_KIND = 'control';
|
|
59
|
-
exports.SIMPLE_QUICK_ACTION_KIND = 'simple';
|
|
60
|
-
exports.NESTED_QUICK_ACTION_KIND = 'nested';
|
|
53
|
+
})(PropertyType || (exports$1.PropertyType = PropertyType = {}));
|
|
54
|
+
exports$1.PENDING_CHANGE_TYPE = 'pending';
|
|
55
|
+
exports$1.SAVED_CHANGE_TYPE = 'saved';
|
|
56
|
+
exports$1.UNKNOWN_CHANGE_KIND = 'unknown';
|
|
57
|
+
exports$1.GENERIC_CHANGE_KIND = 'generic';
|
|
58
|
+
exports$1.CONTROL_CHANGE_KIND = 'control';
|
|
59
|
+
exports$1.SIMPLE_QUICK_ACTION_KIND = 'simple';
|
|
60
|
+
exports$1.NESTED_QUICK_ACTION_KIND = 'nested';
|
|
61
61
|
var MessageBarType;
|
|
62
62
|
(function (MessageBarType) {
|
|
63
63
|
/** Info styled MessageBar */
|
|
@@ -66,7 +66,7 @@ sap.ui.define((function () { 'use strict';
|
|
|
66
66
|
MessageBarType[MessageBarType["error"] = 1] = "error";
|
|
67
67
|
/** Warning styled MessageBar */
|
|
68
68
|
MessageBarType[MessageBarType["warning"] = 5] = "warning";
|
|
69
|
-
})(MessageBarType || (exports.MessageBarType = MessageBarType = {}));
|
|
69
|
+
})(MessageBarType || (exports$1.MessageBarType = MessageBarType = {}));
|
|
70
70
|
/**
|
|
71
71
|
* Create matcher.
|
|
72
72
|
*
|
|
@@ -103,9 +103,9 @@ sap.ui.define((function () { 'use strict';
|
|
|
103
103
|
return action;
|
|
104
104
|
};
|
|
105
105
|
}
|
|
106
|
-
exports.PENDING_SUFFIX = '<pending>';
|
|
107
|
-
exports.FULFILLED_SUFFIX = '<fulfilled>';
|
|
108
|
-
exports.REJECTED_SUFFIX = '<rejected>';
|
|
106
|
+
exports$1.PENDING_SUFFIX = '<pending>';
|
|
107
|
+
exports$1.FULFILLED_SUFFIX = '<fulfilled>';
|
|
108
|
+
exports$1.REJECTED_SUFFIX = '<rejected>';
|
|
109
109
|
/**
|
|
110
110
|
* Factory for creating request response actions.
|
|
111
111
|
*
|
|
@@ -114,7 +114,7 @@ sap.ui.define((function () { 'use strict';
|
|
|
114
114
|
*/
|
|
115
115
|
function createAsyncActionFactory(prefix) {
|
|
116
116
|
return function createAction(name) {
|
|
117
|
-
const pendingType = [prefix, name, exports.PENDING_SUFFIX].join(' ');
|
|
117
|
+
const pendingType = [prefix, name, exports$1.PENDING_SUFFIX].join(' ');
|
|
118
118
|
/**
|
|
119
119
|
* Pending action.
|
|
120
120
|
*
|
|
@@ -129,7 +129,7 @@ sap.ui.define((function () { 'use strict';
|
|
|
129
129
|
}
|
|
130
130
|
pending.type = pendingType;
|
|
131
131
|
pending.match = createMatcher(pendingType);
|
|
132
|
-
const fulfilledType = [prefix, name, exports.FULFILLED_SUFFIX].join(' ');
|
|
132
|
+
const fulfilledType = [prefix, name, exports$1.FULFILLED_SUFFIX].join(' ');
|
|
133
133
|
/**
|
|
134
134
|
* Fulfill action.
|
|
135
135
|
*
|
|
@@ -144,7 +144,7 @@ sap.ui.define((function () { 'use strict';
|
|
|
144
144
|
}
|
|
145
145
|
fulfilled.type = fulfilledType;
|
|
146
146
|
fulfilled.match = createMatcher(fulfilledType);
|
|
147
|
-
const rejectedType = [prefix, name, exports.REJECTED_SUFFIX].join(' ');
|
|
147
|
+
const rejectedType = [prefix, name, exports$1.REJECTED_SUFFIX].join(' ');
|
|
148
148
|
/**
|
|
149
149
|
* Reject action.
|
|
150
150
|
*
|
|
@@ -171,39 +171,39 @@ sap.ui.define((function () { 'use strict';
|
|
|
171
171
|
};
|
|
172
172
|
};
|
|
173
173
|
}
|
|
174
|
-
exports.EXTERNAL_ACTION_PREFIX = '[ext]';
|
|
175
|
-
const createExternalAction = createActionFactory(exports.EXTERNAL_ACTION_PREFIX);
|
|
176
|
-
exports.iconsLoaded = createExternalAction('icons-loaded');
|
|
177
|
-
exports.controlSelected = createExternalAction('control-selected');
|
|
178
|
-
exports.selectControl = createExternalAction('select-control');
|
|
179
|
-
exports.addExtensionPoint = createExternalAction('add-extension-point');
|
|
180
|
-
exports.deletePropertyChanges = createExternalAction('delete-property-changes');
|
|
181
|
-
exports.outlineChanged = createExternalAction('outline-changed');
|
|
182
|
-
exports.changeProperty = createExternalAction('change-property');
|
|
183
|
-
exports.propertyChanged = createExternalAction('property-changed');
|
|
184
|
-
exports.propertyChangeFailed = createExternalAction('change-property-failed');
|
|
185
|
-
exports.changeStackModified = createExternalAction('change-stack-modified');
|
|
186
|
-
exports.toggleAppPreviewVisibility = createExternalAction('toggle-app-preview-visibility');
|
|
187
|
-
exports.reloadApplication = createExternalAction('reload-application');
|
|
188
|
-
exports.storageFileChanged = createExternalAction('storage-file-changed');
|
|
189
|
-
exports.setAppMode = createExternalAction('set-app-mode');
|
|
190
|
-
exports.applicationModeChanged = createExternalAction('application-mode-changed');
|
|
191
|
-
exports.setUndoRedoEnablement = createExternalAction('set-undo-redo-enablement');
|
|
192
|
-
exports.setSaveEnablement = createExternalAction('set-save-enablement');
|
|
193
|
-
exports.appLoaded = createExternalAction('app-loaded');
|
|
194
|
-
exports.undo = createExternalAction('undo');
|
|
195
|
-
exports.redo = createExternalAction('redo');
|
|
196
|
-
exports.save = createExternalAction('save');
|
|
197
|
-
exports.quickActionListChanged = createExternalAction('quick-action-list-changed');
|
|
198
|
-
exports.updateQuickAction = createExternalAction('update-quick-action');
|
|
199
|
-
exports.executeQuickAction = createExternalAction('execute-quick-action');
|
|
200
|
-
exports.executeContextMenuAction = createExternalAction('execute-context-menu-action');
|
|
201
|
-
exports.setApplicationRequiresReload = createExternalAction('set-application-requires-reload');
|
|
202
|
-
exports.externalFileChange = createExternalAction('external-file-change');
|
|
203
|
-
exports.showInfoCenterMessage = createExternalAction('show-info-center-message');
|
|
204
|
-
const createAsyncExternalAction = createAsyncActionFactory(exports.EXTERNAL_ACTION_PREFIX);
|
|
205
|
-
exports.requestControlContextMenu = createAsyncExternalAction('request-control-context-menu');
|
|
206
|
-
|
|
174
|
+
exports$1.EXTERNAL_ACTION_PREFIX = '[ext]';
|
|
175
|
+
const createExternalAction = createActionFactory(exports$1.EXTERNAL_ACTION_PREFIX);
|
|
176
|
+
exports$1.iconsLoaded = createExternalAction('icons-loaded');
|
|
177
|
+
exports$1.controlSelected = createExternalAction('control-selected');
|
|
178
|
+
exports$1.selectControl = createExternalAction('select-control');
|
|
179
|
+
exports$1.addExtensionPoint = createExternalAction('add-extension-point');
|
|
180
|
+
exports$1.deletePropertyChanges = createExternalAction('delete-property-changes');
|
|
181
|
+
exports$1.outlineChanged = createExternalAction('outline-changed');
|
|
182
|
+
exports$1.changeProperty = createExternalAction('change-property');
|
|
183
|
+
exports$1.propertyChanged = createExternalAction('property-changed');
|
|
184
|
+
exports$1.propertyChangeFailed = createExternalAction('change-property-failed');
|
|
185
|
+
exports$1.changeStackModified = createExternalAction('change-stack-modified');
|
|
186
|
+
exports$1.toggleAppPreviewVisibility = createExternalAction('toggle-app-preview-visibility');
|
|
187
|
+
exports$1.reloadApplication = createExternalAction('reload-application');
|
|
188
|
+
exports$1.storageFileChanged = createExternalAction('storage-file-changed');
|
|
189
|
+
exports$1.setAppMode = createExternalAction('set-app-mode');
|
|
190
|
+
exports$1.applicationModeChanged = createExternalAction('application-mode-changed');
|
|
191
|
+
exports$1.setUndoRedoEnablement = createExternalAction('set-undo-redo-enablement');
|
|
192
|
+
exports$1.setSaveEnablement = createExternalAction('set-save-enablement');
|
|
193
|
+
exports$1.appLoaded = createExternalAction('app-loaded');
|
|
194
|
+
exports$1.undo = createExternalAction('undo');
|
|
195
|
+
exports$1.redo = createExternalAction('redo');
|
|
196
|
+
exports$1.save = createExternalAction('save');
|
|
197
|
+
exports$1.quickActionListChanged = createExternalAction('quick-action-list-changed');
|
|
198
|
+
exports$1.updateQuickAction = createExternalAction('update-quick-action');
|
|
199
|
+
exports$1.executeQuickAction = createExternalAction('execute-quick-action');
|
|
200
|
+
exports$1.executeContextMenuAction = createExternalAction('execute-context-menu-action');
|
|
201
|
+
exports$1.setApplicationRequiresReload = createExternalAction('set-application-requires-reload');
|
|
202
|
+
exports$1.externalFileChange = createExternalAction('external-file-change');
|
|
203
|
+
exports$1.showInfoCenterMessage = createExternalAction('show-info-center-message');
|
|
204
|
+
const createAsyncExternalAction = createAsyncActionFactory(exports$1.EXTERNAL_ACTION_PREFIX);
|
|
205
|
+
exports$1.requestControlContextMenu = createAsyncExternalAction('request-control-context-menu');
|
|
206
|
+
|
|
207
207
|
} (api));
|
|
208
208
|
return api;
|
|
209
209
|
}
|
|
@@ -234,7 +234,7 @@ sap.ui.define((function () { 'use strict';
|
|
|
234
234
|
}, delay);
|
|
235
235
|
};
|
|
236
236
|
}
|
|
237
|
-
|
|
237
|
+
|
|
238
238
|
return debounce;
|
|
239
239
|
}
|
|
240
240
|
|
|
@@ -320,7 +320,7 @@ sap.ui.define((function () { 'use strict';
|
|
|
320
320
|
sendAction
|
|
321
321
|
};
|
|
322
322
|
}
|
|
323
|
-
|
|
323
|
+
|
|
324
324
|
return postMessage;
|
|
325
325
|
}
|
|
326
326
|
|
|
@@ -367,7 +367,7 @@ sap.ui.define((function () { 'use strict';
|
|
|
367
367
|
disableTelemetry();
|
|
368
368
|
}
|
|
369
369
|
}
|
|
370
|
-
|
|
370
|
+
|
|
371
371
|
return telemetry;
|
|
372
372
|
}
|
|
373
373
|
|
|
@@ -427,7 +427,7 @@ sap.ui.define((function () { 'use strict';
|
|
|
427
427
|
(function (FlexChangesEndPoints) {
|
|
428
428
|
FlexChangesEndPoints["changes"] = "/preview/api/changes";
|
|
429
429
|
})(FlexChangesEndPoints || (utils.FlexChangesEndPoints = FlexChangesEndPoints = {}));
|
|
430
|
-
|
|
430
|
+
|
|
431
431
|
return utils;
|
|
432
432
|
}
|
|
433
433
|
|
|
@@ -436,7 +436,7 @@ sap.ui.define((function () { 'use strict';
|
|
|
436
436
|
function requireDist () {
|
|
437
437
|
if (hasRequiredDist) return dist;
|
|
438
438
|
hasRequiredDist = 1;
|
|
439
|
-
(function (exports) {
|
|
439
|
+
(function (exports$1) {
|
|
440
440
|
var __createBinding = (dist && dist.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
441
441
|
if (k2 === undefined) k2 = k;
|
|
442
442
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -448,22 +448,22 @@ sap.ui.define((function () { 'use strict';
|
|
|
448
448
|
if (k2 === undefined) k2 = k;
|
|
449
449
|
o[k2] = m[k];
|
|
450
450
|
}));
|
|
451
|
-
var __exportStar = (dist && dist.__exportStar) || function(m, exports) {
|
|
452
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
451
|
+
var __exportStar = (dist && dist.__exportStar) || function(m, exports$1) {
|
|
452
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports$1, p)) __createBinding(exports$1, m, p);
|
|
453
453
|
};
|
|
454
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
455
|
-
exports.disableTelemetry = exports.enableTelemetry = exports.reportTelemetry = exports.startPostMessageCommunication = exports.debounce = void 0;
|
|
456
|
-
__exportStar(requireApi(), exports);
|
|
454
|
+
Object.defineProperty(exports$1, "__esModule", { value: true });
|
|
455
|
+
exports$1.disableTelemetry = exports$1.enableTelemetry = exports$1.reportTelemetry = exports$1.startPostMessageCommunication = exports$1.debounce = void 0;
|
|
456
|
+
__exportStar(requireApi(), exports$1);
|
|
457
457
|
var debounce_1 = requireDebounce();
|
|
458
|
-
Object.defineProperty(exports, "debounce", { enumerable: true, get: function () { return debounce_1.debounce; } });
|
|
458
|
+
Object.defineProperty(exports$1, "debounce", { enumerable: true, get: function () { return debounce_1.debounce; } });
|
|
459
459
|
var post_message_1 = requirePostMessage();
|
|
460
|
-
Object.defineProperty(exports, "startPostMessageCommunication", { enumerable: true, get: function () { return post_message_1.startPostMessageCommunication; } });
|
|
460
|
+
Object.defineProperty(exports$1, "startPostMessageCommunication", { enumerable: true, get: function () { return post_message_1.startPostMessageCommunication; } });
|
|
461
461
|
var telemetry_1 = requireTelemetry();
|
|
462
|
-
Object.defineProperty(exports, "reportTelemetry", { enumerable: true, get: function () { return telemetry_1.reportTelemetry; } });
|
|
463
|
-
Object.defineProperty(exports, "enableTelemetry", { enumerable: true, get: function () { return telemetry_1.enableTelemetry; } });
|
|
464
|
-
Object.defineProperty(exports, "disableTelemetry", { enumerable: true, get: function () { return telemetry_1.disableTelemetry; } });
|
|
465
|
-
__exportStar(requireUtils(), exports);
|
|
466
|
-
|
|
462
|
+
Object.defineProperty(exports$1, "reportTelemetry", { enumerable: true, get: function () { return telemetry_1.reportTelemetry; } });
|
|
463
|
+
Object.defineProperty(exports$1, "enableTelemetry", { enumerable: true, get: function () { return telemetry_1.enableTelemetry; } });
|
|
464
|
+
Object.defineProperty(exports$1, "disableTelemetry", { enumerable: true, get: function () { return telemetry_1.disableTelemetry; } });
|
|
465
|
+
__exportStar(requireUtils(), exports$1);
|
|
466
|
+
|
|
467
467
|
} (dist));
|
|
468
468
|
return dist;
|
|
469
469
|
}
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"bugs": {
|
|
10
10
|
"url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Apreview-middleware"
|
|
11
11
|
},
|
|
12
|
-
"version": "0.23.
|
|
12
|
+
"version": "0.23.139",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"author": "@SAP/ux-tools-team",
|
|
15
15
|
"main": "dist/index.js",
|
|
@@ -27,17 +27,17 @@
|
|
|
27
27
|
"mem-fs-editor": "9.4.0",
|
|
28
28
|
"qrcode": "1.5.4",
|
|
29
29
|
"@sap/bas-sdk": "3.13.3",
|
|
30
|
-
"@sap-ux/adp-tooling": "0.18.
|
|
30
|
+
"@sap-ux/adp-tooling": "0.18.78",
|
|
31
31
|
"@sap-ux/btp-utils": "1.1.9",
|
|
32
|
-
"@sap-ux/control-property-editor-sources": "npm:@sap-ux/control-property-editor@0.7.
|
|
32
|
+
"@sap-ux/control-property-editor-sources": "npm:@sap-ux/control-property-editor@0.7.18",
|
|
33
33
|
"@sap-ux/feature-toggle": "0.3.7",
|
|
34
34
|
"@sap-ux/logger": "0.8.1",
|
|
35
35
|
"@sap-ux/project-access": "1.35.10",
|
|
36
|
-
"@sap-ux/system-access": "0.6.
|
|
36
|
+
"@sap-ux/system-access": "0.6.60",
|
|
37
37
|
"@sap-ux/i18n": "0.3.9"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@sap-ux-private/playwright": "0.2.
|
|
40
|
+
"@sap-ux-private/playwright": "0.2.9",
|
|
41
41
|
"@types/connect": "^3.4.38",
|
|
42
42
|
"@types/qrcode": "1.5.5",
|
|
43
43
|
"@types/ejs": "3.1.2",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"nock": "13.4.0",
|
|
54
54
|
"npm-run-all2": "8.0.4",
|
|
55
55
|
"supertest": "7.2.2",
|
|
56
|
-
"@private/preview-middleware-client": "npm:@sap-ux-private/preview-middleware-client@0.18.
|
|
57
|
-
"@sap-ux/axios-extension": "1.25.
|
|
56
|
+
"@private/preview-middleware-client": "npm:@sap-ux-private/preview-middleware-client@0.18.25",
|
|
57
|
+
"@sap-ux/axios-extension": "1.25.18",
|
|
58
58
|
"@sap-ux/store": "1.5.8",
|
|
59
59
|
"@sap-ux/ui5-info": "0.13.13"
|
|
60
60
|
},
|