Skip to content

Commit

Permalink
feat(PrivateKeyStore): Add support for `retrieveUnboundSessionPublicK…
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Jan 17, 2024
1 parent f945826 commit 32d79c3
Show file tree
Hide file tree
Showing 11 changed files with 386 additions and 97 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2022 Relaycorp, Inc.
Copyright (c) 2020-2024 Relaycorp, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
11 changes: 0 additions & 11 deletions jest-mongodb-config.js

This file was deleted.

12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"clean": "del-cli build test"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"dependencies": {
"@google-cloud/kms": "^4.0.1",
"@relaycorp/relaynet-core": ">=1.81.6, < 2.0",
"@relaycorp/relaynet-core": ">=1.88.0, < 2.0",
"@typegoose/typegoose": "< 12.0",
"axios": "^1.6.5",
"env-var": "^7.4.1",
Expand All @@ -48,7 +48,7 @@
"webcrypto-core": "< 2.0"
},
"peerDependencies": {
"@relaycorp/relaynet-core": ">=1.81.6, < 2.0",
"@relaycorp/relaynet-core": ">=1.88.0, < 2.0",
"@typegoose/typegoose": "< 12.0",
"mongoose": "< 8.0",
"webcrypto-core": "< 2.0"
Expand Down
Loading

0 comments on commit 32d79c3

Please sign in to comment.