Skip to content

Commit

Permalink
Add SeedSecretManager to SecretManagerType (#1380)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M authored Oct 3, 2023
1 parent 077158f commit 4a1bff8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions bindings/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security -->

## 1.1.1 - 2023-MM-DD

### Fixed

- Added `SeedSecretManager` to `SecretManagerType`;

## 1.1.0 - 2023-09-29

### Changed
Expand Down
1 change: 1 addition & 0 deletions bindings/nodejs/lib/types/secret_manager/secret-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export interface PrivateKeySecretManager {
export type SecretManagerType =
| LedgerNanoSecretManager
| MnemonicSecretManager
| SeedSecretManager
| StrongholdSecretManager
| PrivateKeySecretManager
| PlaceholderSecretManager;
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iota/sdk",
"version": "1.1.0",
"version": "1.1.1",
"description": "Node.js binding to the IOTA SDK library",
"main": "out/index.js",
"types": "out/index.d.ts",
Expand Down

0 comments on commit 4a1bff8

Please sign in to comment.