From 3c23a111a962a4ea27941992b181bedbf7eb4794 Mon Sep 17 00:00:00 2001 From: Mirko Mollik Date: Tue, 20 Feb 2024 13:13:19 +0100 Subject: [PATCH] chore(release): v2.0.2 --- lerna.json | 6 ++++-- packages/broswer-crypto/package.json | 2 +- packages/core/package.json | 6 +++--- packages/decode/package.json | 6 +++--- packages/hash/package.json | 6 +++--- packages/node-crypto/package.json | 2 +- packages/present/package.json | 6 +++--- packages/types/package.json | 2 +- packages/utils/package.json | 6 +++--- 9 files changed, 22 insertions(+), 20 deletions(-) diff --git a/lerna.json b/lerna.json index 513d2294..fe9ed1e6 100644 --- a/lerna.json +++ b/lerna.json @@ -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/*" + ] } diff --git a/packages/broswer-crypto/package.json b/packages/broswer-crypto/package.json index 610834b5..7a120468 100644 --- a/packages/broswer-crypto/package.json +++ b/packages/broswer-crypto/package.json @@ -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", diff --git a/packages/core/package.json b/packages/core/package.json index a2f6bb08..f4dc8cc2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", @@ -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": [ diff --git a/packages/decode/package.json b/packages/decode/package.json index b5fb9728..e2270c09 100644 --- a/packages/decode/package.json +++ b/packages/decode/package.json @@ -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", @@ -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": [ diff --git a/packages/hash/package.json b/packages/hash/package.json index 07fce753..e1441d45 100644 --- a/packages/hash/package.json +++ b/packages/hash/package.json @@ -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", @@ -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": [ diff --git a/packages/node-crypto/package.json b/packages/node-crypto/package.json index 04f0030e..1b0189d4 100644 --- a/packages/node-crypto/package.json +++ b/packages/node-crypto/package.json @@ -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", diff --git a/packages/present/package.json b/packages/present/package.json index 3dc7753c..06feb388 100644 --- a/packages/present/package.json +++ b/packages/present/package.json @@ -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", @@ -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": [ diff --git a/packages/types/package.json b/packages/types/package.json index 3d240d47..eed979e5 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -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", diff --git a/packages/utils/package.json b/packages/utils/package.json index 99425d4d..2737c143 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -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", @@ -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": [