Skip to content

Commit

Permalink
chore(release): v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cre8 committed Feb 20, 2024
1 parent 559e8e8 commit 3c23a11
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 20 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "2.0.1",
"version": "2.0.2",
"npmClient": "pnpm",
"exact": true,
"message": "chore(release): %s",
"packages": ["packages/*"]
"packages": [
"packages/*"
]
}
2 changes: 1 addition & 1 deletion packages/broswer-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hopae/sd-jwt-browser-crypto",
"version": "2.0.1",
"version": "2.0.2",
"description": "sd-jwt draft 7 implementation in typescript",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hopae/sd-jwt-core",
"version": "2.0.1",
"version": "2.0.2",
"description": "sd-jwt draft 7 implementation in typescript",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -44,9 +44,9 @@
"@hopae/sd-jwt-node-crypto": "workspace:*"
},
"dependencies": {
"@hopae/sd-jwt-util": "workspace:*",
"@hopae/sd-jwt-decode": "workspace:*",
"@hopae/sd-jwt-type": "workspace:*",
"@hopae/sd-jwt-decode": "workspace:*"
"@hopae/sd-jwt-util": "workspace:*"
},
"tsup": {
"entry": [
Expand Down
6 changes: 3 additions & 3 deletions packages/decode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hopae/sd-jwt-decode",
"version": "2.0.1",
"version": "2.0.2",
"description": "sd-jwt draft 7 implementation in typescript",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -43,8 +43,8 @@
"@hopae/sd-jwt-node-crypto": "workspace:*"
},
"dependencies": {
"@hopae/sd-jwt-util": "workspace:*",
"@hopae/sd-jwt-type": "workspace:*"
"@hopae/sd-jwt-type": "workspace:*",
"@hopae/sd-jwt-util": "workspace:*"
},
"tsup": {
"entry": [
Expand Down
6 changes: 3 additions & 3 deletions packages/hash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hopae/sd-jwt-hash",
"version": "2.0.1",
"version": "2.0.2",
"description": "sd-jwt draft 7 implementation in typescript",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -43,8 +43,8 @@
"@hopae/sd-jwt-node-crypto": "workspace:*"
},
"dependencies": {
"@noble/hashes": "1.0.0",
"@hopae/sd-jwt-util": "workspace:*"
"@hopae/sd-jwt-util": "workspace:*",
"@noble/hashes": "1.0.0"
},
"tsup": {
"entry": [
Expand Down
2 changes: 1 addition & 1 deletion packages/node-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hopae/sd-jwt-node-crypto",
"version": "2.0.1",
"version": "2.0.2",
"description": "sd-jwt draft 7 implementation in typescript",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/present/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hopae/sd-jwt-present",
"version": "2.0.1",
"version": "2.0.2",
"description": "sd-jwt draft 7 implementation in typescript",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -43,9 +43,9 @@
"@hopae/sd-jwt-node-crypto": "workspace:*"
},
"dependencies": {
"@hopae/sd-jwt-util": "workspace:*",
"@hopae/sd-jwt-decode": "workspace:*",
"@hopae/sd-jwt-type": "workspace:*",
"@hopae/sd-jwt-decode": "workspace:*"
"@hopae/sd-jwt-util": "workspace:*"
},
"tsup": {
"entry": [
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hopae/sd-jwt-type",
"version": "2.0.1",
"version": "2.0.2",
"description": "sd-jwt draft 7 implementation in typescript",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hopae/sd-jwt-util",
"version": "2.0.1",
"version": "2.0.2",
"description": "sd-jwt draft 7 implementation in typescript",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -43,8 +43,8 @@
"@hopae/sd-jwt-node-crypto": "workspace:*"
},
"dependencies": {
"js-base64": "^3.7.6",
"@hopae/sd-jwt-type": "workspace:*"
"@hopae/sd-jwt-type": "workspace:*",
"js-base64": "^3.7.6"
},
"tsup": {
"entry": [
Expand Down

0 comments on commit 3c23a11

Please sign in to comment.