Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/chilly-cycles-tap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@evervault/sdk': patch
---

Bumping axios to fix vulnerability
5 changes: 5 additions & 0 deletions .changeset/strong-singers-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@evervault/sdk': minor
---

Introduce agent parameters to SDK constructor to allow greater networking control from the Node SDK
10 changes: 0 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# @evervault/sdk

## 6.4.0

### Minor Changes

- d71783e: Introduce agent parameters to SDK constructor to allow greater networking control from the Node SDK

### Patch Changes

- 9fb4f47: Bumping axios to fix vulnerability

## 6.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evervault/sdk",
"version": "6.4.0",
"version": "6.3.4",
"description": "Node.js SDK for Evervault",
"main": "lib/index.js",
"typings": "types/index.d.ts",
Expand Down