updating data client protocol in import extension (#21391)

This commit is contained in:
Aasim Khan
2022-12-09 16:10:29 -08:00
committed by GitHub
parent abc98224fa
commit 7bc8aa8d1f
6 changed files with 57 additions and 40 deletions

View File

@@ -2,7 +2,7 @@
"name": "import",
"displayName": "SQL Server Import",
"description": "SQL Server Import for Azure Data Studio supports importing CSV or JSON files into SQL Server.",
"version": "1.5.2",
"version": "1.5.4",
"publisher": "Microsoft",
"preview": false,
"engines": {
@@ -77,11 +77,11 @@
}
},
"dependencies": {
"dataprotocol-client": "github:Microsoft/sqlops-dataprotocolclient#0.3.0",
"dataprotocol-client": "github:Microsoft/sqlops-dataprotocolclient#1.3.1",
"htmlparser2": "^3.10.1",
"@microsoft/ads-service-downloader": "1.0.4",
"@microsoft/ads-extension-telemetry": "^1.3.1",
"vscode-nls": "^3.2.1"
"vscode-nls": "^4.1.2"
},
"devDependencies": {
"@types/mocha": "^7.0.2",