Skip to content

Commit 63050f3

Browse files
committed
Fix issue with crypto package
1 parent 6918efb commit 63050f3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datastax/astra-db-ts",
3-
"version": "0.0.21",
3+
"version": "0.0.22",
44
"description": "Astra DB TS Client",
55
"contributors": [
66
"CRW (http://barnyrubble.tumblr.com/)",
@@ -92,6 +92,9 @@
9292
"bson": "^6.2.0",
9393
"winston": "^3.7.2"
9494
},
95+
"browser": {
96+
"crypto": false
97+
},
9598
"engines": {
9699
"node": ">=14.0.0"
97100
}

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export const LIB_NAME = "@datastax/astra-db-ts";
2-
export const LIB_VERSION = "0.0.21";
2+
export const LIB_VERSION = "0.0.22";

0 commit comments

Comments
 (0)