Skip to content

Commit

Permalink
updated the sqlops to azdata
Browse files Browse the repository at this point in the history
  • Loading branch information
Anup Kamath committed Jun 10, 2019
1 parent 935ea0b commit 753915a
Show file tree
Hide file tree
Showing 5 changed files with 5,266 additions and 80 deletions.
10 changes: 5 additions & 5 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "azuredatastudio-postgresql",
"displayName": "PostgreSQL",
"version": "0.1.0",
"version": "0.2.0",
"publisher": "Microsoft",
"description": "PostgreSQL extension for Azure Data Studio",
"aiKey": "AIF-5574968e-856d-40d2-af67-c89a14e76412",
Expand All @@ -15,7 +15,7 @@
],
"engines": {
"vscode": "*",
"sqlops": "*"
"azdata": "*"
},
"main": "./out/main",
"extensionDependencies": [
Expand All @@ -25,7 +25,7 @@
"compile": "gulp build",
"package": "gulp package:online",
"package-offline": "gulp package:offline",
"postinstall": "node ./node_modules/vscode/bin/install && node ./node_modules/sqlops/bin/install"
"postinstall": "node ./node_modules/vscode/bin/install && node ./node_modules/azdata/bin/install"
},
"contributes": {
"languages": [
Expand Down Expand Up @@ -337,8 +337,9 @@
},
"dependencies": {
"applicationinsights": "1.0.1",
"azdata": "^1.0.0",
"crypto": "^1.0.1",
"dataprotocol-client": "github:Microsoft/sqlops-dataprotocolclient#0.2.10",
"dataprotocol-client": "github:Microsoft/sqlops-dataprotocolclient#0.3.0",
"decompress": "4.2.0 ",
"diagnostic-channel": "0.2.0",
"diagnostic-channel-publishers": "0.2.1",
Expand All @@ -349,7 +350,6 @@
"opener": "^1.4.3",
"readable-stream": "2.3.0",
"service-downloader": "github:anthonydresser/service-downloader#0.1.5",
"sqlops": "github:anthonydresser/sqlops-extension-sqlops",
"tmp": "0.0.33 ",
"vscode-extension-telemetry": "0.0.18",
"vscode-jsonrpc": "3.5.0",
Expand Down

0 comments on commit 753915a

Please sign in to comment.