Skip to content

Commit bd96eef

Browse files
authored
feat: Node.js SDK update for version 23.1.0 (#146)
* chore: update Node.js SDK to 23.1.0 * chore: update Node.js SDK to 23.1.0
1 parent 20b60d1 commit bd96eef

File tree

7 files changed

+4845
-8
lines changed

7 files changed

+4845
-8
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: Install dependencies and build
3838
run: |
39-
npm install
39+
npm ci
4040
npm run build
4141
4242
- name: Publish

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules/
2+
dist/
3+
.DS_Store

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 23.1.0
4+
5+
* Added: Added `getHeaders()` method to `Client` to expose current request headers
6+
* Added: Added `package-lock.json` to track dependency lockfile in version control
7+
* Updated: Improved MFA authenticator test data with realistic TOTP secret and URI values
8+
39
## 23.0.0
410

511
* [BREAKING] Changed `$sequence` type from `number` to `string` for `Row` and `Document` models

0 commit comments

Comments
 (0)