-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2590028
commit 80d6d41
Showing
7 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"npmClient": "pnpm", | ||
"version": "0.1.2-alpha.8", | ||
"version": "0.1.2-alpha.9", | ||
"exact": true, | ||
"message": "chore(release): %s" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sd-jwt/core", | ||
"version": "0.1.2-alpha.8", | ||
"version": "0.1.2-alpha.9", | ||
"description": "Core implementation of sd-jwt Draft 06 and sd-jwt-vc Draft 01", | ||
"license": "(MIT OR Apache-2.0)", | ||
"author": "Berend Sliedrecht <[email protected]>", | ||
|
@@ -38,9 +38,9 @@ | |
}, | ||
"dependencies": { | ||
"@sd-jwt/decode": "workspace:*", | ||
"@sd-jwt/present": "workspace:*", | ||
"@sd-jwt/types": "workspace:*", | ||
"@sd-jwt/utils": "workspace:*", | ||
"@sd-jwt/present": "workspace:*" | ||
"@sd-jwt/utils": "workspace:*" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "*", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sd-jwt/decode", | ||
"version": "0.1.2-alpha.8", | ||
"version": "0.1.2-alpha.9", | ||
"description": "Decode implementation of sd-jwt Draft 06 and sd-jwt-vc Draft 01", | ||
"license": "(MIT OR Apache-2.0)", | ||
"author": "Berend Sliedrecht <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sd-jwt/present", | ||
"version": "0.1.2-alpha.8", | ||
"version": "0.1.2-alpha.9", | ||
"description": "Presentation implementation of sd-jwt Draft 06 and sd-jwt-vc Draft 01", | ||
"license": "(MIT OR Apache-2.0)", | ||
"author": "Berend Sliedrecht <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sd-jwt/types", | ||
"version": "0.1.2-alpha.8", | ||
"version": "0.1.2-alpha.9", | ||
"description": "Common types of sd-jwt Draft 06 and sd-jwt-vc Draft 01", | ||
"license": "(MIT OR Apache-2.0)", | ||
"author": "Berend Sliedrecht <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sd-jwt/utils", | ||
"version": "0.1.2-alpha.8", | ||
"version": "0.1.2-alpha.9", | ||
"description": "Utility functions for sd-jwt Draft 06 and sd-jwt-vc Draft 01", | ||
"license": "(MIT OR Apache-2.0)", | ||
"author": "Berend Sliedrecht <[email protected]>", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.