Skip to content

Commit

Permalink
update to sync with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
flanagankp committed Apr 12, 2024
1 parent ca5ce64 commit a5d7088
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 32 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
{
"name": "@passageidentity/passage-flex-node",
"entries": [
{
"date": "Fri, 12 Apr 2024 16:01:11 GMT",
"version": "0.2.0",
"tag": "@passageidentity/passage-flex-node_v0.2.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@passageidentity/passage-flex-node",
"commit": "ca5ce64a78ff516c1f9c5663e9a792d96aa831b3",
"comment": "update verifyNonce to return user's externalId"
},
{
"author": "[email protected]",
"package": "@passageidentity/passage-flex-node",
"commit": "952fd8c75730a92049653bfcf3aa3065c7fccadb",
"comment": "feat: splits createTransaction into two functions for register and authenticate"
},
{
"author": "[email protected]",
"package": "@passageidentity/passage-flex-node",
"commit": "f1d6c3714454007f9792df9ca4d173351c378074",
"comment": "refactor: renames the Passage class to PassageFlex"
}
],
"none": [
{
"author": "[email protected]",
"package": "@passageidentity/passage-flex-node",
"commit": "24752b0af5a1cee46580488640396b1144c268ce",
"comment": "ci: removes unnecessary gha"
}
]
}
},
{
"date": "Fri, 29 Mar 2024 18:56:01 GMT",
"version": "0.1.1",
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change Log - @passageidentity/passage-flex-node

This log was last generated on Fri, 29 Mar 2024 18:56:01 GMT and should not be manually modified.
This log was last generated on Fri, 12 Apr 2024 16:01:11 GMT and should not be manually modified.

<!-- Start content -->

## 0.2.0

Fri, 12 Apr 2024 16:01:11 GMT

### Minor changes

- update verifyNonce to return user's externalId ([email protected])
- feat: splits createTransaction into two functions for register and authenticate ([email protected])
- refactor: renames the Passage class to PassageFlex ([email protected])

## 0.1.1

Fri, 29 Mar 2024 18:56:01 GMT
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@passageidentity/passage-flex-node",
"version": "0.1.1",
"version": "0.2.0",
"author": "Passage Identity",
"description": "Node.js client SDK for Passage Passkey Flex",
"repository": {
Expand Down

0 comments on commit a5d7088

Please sign in to comment.