@mcp-abap-adt/adt-clients 2.2.0 → 2.2.1
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sqlQuery.d.ts","sourceRoot":"","sources":["../../../src/core/shared/sqlQuery.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,EACV,YAAY,IAAI,aAAa,EAC7B,eAAe,EAChB,MAAM,0BAA0B,CAAC;AAElC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAElD;;;;;;GAMG;AACH,wBAAsB,WAAW,CAC/B,UAAU,EAAE,eAAe,EAC3B,MAAM,EAAE,kBAAkB,GACzB,OAAO,CAAC,aAAa,CAAC,
|
|
1
|
+
{"version":3,"file":"sqlQuery.d.ts","sourceRoot":"","sources":["../../../src/core/shared/sqlQuery.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,EACV,YAAY,IAAI,aAAa,EAC7B,eAAe,EAChB,MAAM,0BAA0B,CAAC;AAElC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAElD;;;;;;GAMG;AACH,wBAAsB,WAAW,CAC/B,UAAU,EAAE,eAAe,EAC3B,MAAM,EAAE,kBAAkB,GACzB,OAAO,CAAC,aAAa,CAAC,CAmBxB"}
|
|
@@ -29,7 +29,7 @@ async function getSqlQuery(connection, params) {
|
|
|
29
29
|
data: params.sql_query,
|
|
30
30
|
headers: {
|
|
31
31
|
'Content-Type': 'text/plain; charset=utf-8',
|
|
32
|
-
Accept: 'application/xml',
|
|
32
|
+
Accept: 'application/xml, application/vnd.sap.adt.datapreview.table.v1+xml',
|
|
33
33
|
},
|
|
34
34
|
});
|
|
35
35
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcp-abap-adt/adt-clients",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"description": "ADT clients for SAP ABAP systems - AdtClient and AdtRuntimeClient",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -63,15 +63,15 @@
|
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@mcp-abap-adt/interfaces": "^2.6.0",
|
|
65
65
|
"@mcp-abap-adt/logger": "^0.1.3",
|
|
66
|
-
"axios": "^1.
|
|
67
|
-
"fast-xml-parser": "^5.
|
|
66
|
+
"axios": "^1.13.6",
|
|
67
|
+
"fast-xml-parser": "^5.4.1",
|
|
68
68
|
"yaml": "^2.3.4"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@biomejs/biome": "^2.4.
|
|
71
|
+
"@biomejs/biome": "^2.4.4",
|
|
72
72
|
"@mcp-abap-adt/connection": "^1.1.0",
|
|
73
73
|
"@types/jest": "^30.0.0",
|
|
74
|
-
"@types/node": "^25.3.
|
|
74
|
+
"@types/node": "^25.3.3",
|
|
75
75
|
"dotenv": "^17.3.1",
|
|
76
76
|
"jest": "^30.0.5",
|
|
77
77
|
"jest-util": "^30.2.0",
|