Skip to content

Commit e8971a9

Browse files
committed
1.0.1
1 parent 49c1848 commit e8971a9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

etc/astra-db-ts.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ export type StrictPop<Schema extends SomeDoc, InNotation = ToDotNotation<Schema>
987987
export type StrictProjection<Schema extends SomeDoc> = {
988988
[K in keyof ToDotNotation<WithId<Schema>>]?: any[] extends (ToDotNotation<WithId<Schema>>)[K] ? 1 | 0 | true | false | ProjectionSlice : 1 | 0 | true | false;
989989
} & {
990-
'*': 1 | 0 | true | false;
990+
'*'?: 1 | 0 | true | false;
991991
};
992992

993993
// @public

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",
3+
"version": "1.0.1",
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";
2+
export const LIB_VERSION = "1.0.1";

0 commit comments

Comments
 (0)