sap-ux-sap-systems-ext 0.4.0 → 0.4.2
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/extension.js +1 -1
- package/package.json +7 -7
package/dist/extension.js
CHANGED
|
@@ -162264,7 +162264,7 @@ function shouldStoreSystemInfo(system) {
|
|
|
162264
162264
|
var import_telemetry = __toESM(require_dist14());
|
|
162265
162265
|
|
|
162266
162266
|
// package.json
|
|
162267
|
-
var version = "0.4.
|
|
162267
|
+
var version = "0.4.2";
|
|
162268
162268
|
|
|
162269
162269
|
// src/utils/telemetryHelper.ts
|
|
162270
162270
|
var import_feature_toggle = __toESM(require_dist15());
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sap-ux-sap-systems-ext",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"displayName": "Connection Manager for SAP Systems",
|
|
5
5
|
"description": "Enables you to store connection information for remote SAP systems.",
|
|
6
6
|
"main": "./dist/extension.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dependencies": {},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/normalize-path": "3.0.2",
|
|
36
|
-
"@types/vscode": "1.
|
|
36
|
+
"@types/vscode": "1.102.0",
|
|
37
37
|
"@zowe/secrets-for-zowe-sdk": "8.29.4",
|
|
38
38
|
"cross-env": "10.1.0",
|
|
39
39
|
"fast-glob": "3.3.3",
|
|
@@ -44,15 +44,15 @@
|
|
|
44
44
|
"os-name": "4.0.1",
|
|
45
45
|
"vscode-uri": "3.1.0",
|
|
46
46
|
"@vscode/vsce": "3.7.1",
|
|
47
|
-
"@sap-ux/axios-extension": "1.25.27",
|
|
48
|
-
"@sap-ux/feature-toggle": "0.3.7",
|
|
49
47
|
"@sap-ux/guided-answers-helper": "0.4.2",
|
|
48
|
+
"@sap-ux/feature-toggle": "0.3.7",
|
|
49
|
+
"@sap-ux/axios-extension": "1.25.27",
|
|
50
50
|
"@sap-ux/ui-components": "2.1.4",
|
|
51
|
-
"@sap-ux/logger": "0.8.3",
|
|
52
51
|
"@sap-ux/store": "1.5.11",
|
|
52
|
+
"@sap-ux/logger": "0.8.3",
|
|
53
53
|
"@sap-ux/sap-systems-ext-types": "0.1.0",
|
|
54
|
-
"@sap-ux/
|
|
55
|
-
"@sap-ux/
|
|
54
|
+
"@sap-ux/telemetry": "0.6.93",
|
|
55
|
+
"@sap-ux/sap-systems-ext-webapp": "0.2.0"
|
|
56
56
|
},
|
|
57
57
|
"contributes": {
|
|
58
58
|
"viewsContainers": {
|