Skip to content

Commit 6c92553

Browse files
committed
1.0.0-alpha.2
1 parent 6e51e8e commit 6c92553

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

etc/astra-db-ts.api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@ export interface DataAPIClientOptions {
312312
adminOptions?: AdminSpawnOptions;
313313
caller?: Caller | Caller[];
314314
dbOptions?: DbSpawnOptions;
315-
// (undocumented)
316315
preferHttp2?: boolean;
317316
}
318317

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datastax/astra-db-ts",
3-
"version": "1.0.0-alpha.1",
3+
"version": "1.0.0-alpha.2",
44
"description": "Astra DB TS Client",
55
"contributors": [
66
"Kavin Gupta (https://github.com/toptobes)",

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 = 'astra-db-ts';
2-
export const LIB_VERSION = "1.0.0-alpha.1";
2+
export const LIB_VERSION = "1.0.0-alpha.2";

0 commit comments

Comments
 (0)