We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6918efb commit 63050f3Copy full SHA for 63050f3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@datastax/astra-db-ts",
3
- "version": "0.0.21",
+ "version": "0.0.22",
4
"description": "Astra DB TS Client",
5
"contributors": [
6
"CRW (http://barnyrubble.tumblr.com/)",
@@ -92,6 +92,9 @@
92
"bson": "^6.2.0",
93
"winston": "^3.7.2"
94
},
95
+ "browser": {
96
+ "crypto": false
97
+ },
98
"engines": {
99
"node": ">=14.0.0"
100
}
src/version.ts
@@ -1,2 +1,2 @@
export const LIB_NAME = "@datastax/astra-db-ts";
-export const LIB_VERSION = "0.0.21";
+export const LIB_VERSION = "0.0.22";
0 commit comments