Skip to content

Commit 2e22c8f

Browse files
Make sure that patch needed for improved error handling is applied when installing package (#114)
Signed-off-by: Levko Kravets <[email protected]>
1 parent 91c49b2 commit 2e22c8f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 1.x (Unreleased)
44

5+
## 1.1.1
6+
7+
- Fix: patch needed for improved error handling wasn't applied when installing 1.1.0
8+
59
## 1.1.0
610

711
- Fix: now library will not attempt to parse column names and will use ones provided by server

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databricks/sql",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Driver for connection to Databricks SQL via Thrift API.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -76,5 +76,8 @@
7676
"thrift": "^0.16.0",
7777
"uuid": "^9.0.0",
7878
"winston": "^3.8.2"
79-
}
79+
},
80+
"bundledDependencies": [
81+
"thrift"
82+
]
8083
}

0 commit comments

Comments
 (0)