Skip to content

Commit b005140

Browse files
committed
More API cleanup work
1 parent 810a2e7 commit b005140

23 files changed

+360
-662
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ a rich set of types to help you write type-safe code.
124124
Here are some examples of how you can properly leverage types to make your code more robust:
125125

126126
```typescript
127-
import { DataAPIClient, StrictFilter, StrictSort, UUID } from '@/src/index';
127+
import { DataAPIClient, StrictFilter, StrictSort, UUID } from '@datastax/astra-db-ts';
128128

129129
const client = new DataAPIClient('*TOKEN*');
130130
const db = client.db('*ENDPOINT*', { namespace: '*NAMESPACE*' });

api-extractor.jsonc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,11 @@
400400
"default": {
401401
"logLevel": "warning"
402402
// "addToApiReportFile": false
403+
},
404+
405+
"ae-internal-missing-underscore": {
406+
"logLevel": "none",
407+
"addToApiReportFile": false
403408
}
404409

405410
// "ae-extra-release-tag": {

0 commit comments

Comments
 (0)