diff --git a/etc/astra-db-ts.api.md b/etc/astra-db-ts.api.md index 4af39cda..fd11fa22 100644 --- a/etc/astra-db-ts.api.md +++ b/etc/astra-db-ts.api.md @@ -987,7 +987,7 @@ export type StrictPop export type StrictProjection = { [K in keyof ToDotNotation>]?: any[] extends (ToDotNotation>)[K] ? 1 | 0 | true | false | ProjectionSlice : 1 | 0 | true | false; } & { - '*': 1 | 0 | true | false; + '*'?: 1 | 0 | true | false; }; // @public diff --git a/package-lock.json b/package-lock.json index 036fb2e5..87a51fb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@datastax/astra-db-ts", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@datastax/astra-db-ts", - "version": "1.0.0", + "version": "1.0.1", "license": "Apache-2.0", "dependencies": { "bson-objectid": "^2.0.4", diff --git a/package.json b/package.json index 75fbeb71..61520459 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@datastax/astra-db-ts", - "version": "1.0.0", + "version": "1.0.1", "description": "Astra DB TS Client", "contributors": [ "Kavin Gupta (https://github.com/toptobes)", diff --git a/src/version.ts b/src/version.ts index f21bb6b0..0b7bdfcb 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ export const LIB_NAME = 'astra-db-ts'; -export const LIB_VERSION = "1.0.0"; +export const LIB_VERSION = "1.0.1";