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 5319228 commit f62e01aCopy full SHA for f62e01a
src/index.ts
@@ -16,6 +16,3 @@ export { Collection } from './collections';
16
export { AstraDB } from './collections/client';
17
// export * as client from './client';
18
// export * as logger from './logger';
19
-
20
-// import { createStargateUri, createAstraUri } from './collections';
21
-// export { createStargateUri, createAstraUri };
src/version.ts
@@ -1,2 +1,2 @@
1
export const LIB_NAME = "@datastax/astra-db-ts";
2
-export const LIB_VERSION = "0.0.1";
+export const LIB_VERSION = "0.0.2";
0 commit comments