Skip to content

Commit

Permalink
fix: add publish config (#93)
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <mirko.mollik@fit.fraunhofer.de>
Co-authored-by: Mirko Mollik <mirko.mollik@fit.fraunhofer.de>
Signed-off-by: Mirko Mollik <mirko.mollik@fit.fraunhofer.de>
  • Loading branch information
cre8 and cre8 committed Mar 8, 2024
1 parent c3d7311 commit 2e4c5c1
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/broswer-crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"url": "https://github.com/openwallet-foundation-labs/sd-jwt-js/issues"
},
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"tsup": {
"entry": [
"./src/index.ts"
Expand Down
3 changes: 3 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
"@sd-jwt/types": "workspace:*",
"@sd-jwt/utils": "workspace:*"
},
"publishConfig": {
"access": "public"
},
"tsup": {
"entry": [
"./src/index.ts"
Expand Down
3 changes: 3 additions & 0 deletions packages/decode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
"@sd-jwt/types": "workspace:*",
"@sd-jwt/utils": "workspace:*"
},
"publishConfig": {
"access": "public"
},
"tsup": {
"entry": [
"./src/index.ts"
Expand Down
3 changes: 3 additions & 0 deletions packages/hash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"@sd-jwt/utils": "workspace:*",
"@noble/hashes": "1.0.0"
},
"publishConfig": {
"access": "public"
},
"tsup": {
"entry": [
"./src/index.ts"
Expand Down
3 changes: 3 additions & 0 deletions packages/node-crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"url": "https://github.com/openwallet-foundation-labs/sd-jwt-js/issues"
},
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"tsup": {
"entry": [
"./src/index.ts"
Expand Down
3 changes: 3 additions & 0 deletions packages/present/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
"@sd-jwt/types": "workspace:*",
"@sd-jwt/utils": "workspace:*"
},
"publishConfig": {
"access": "public"
},
"tsup": {
"entry": [
"./src/index.ts"
Expand Down
3 changes: 3 additions & 0 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
"url": "https://github.com/openwallet-foundation-labs/sd-jwt-js/issues"
},
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"tsup": {
"entry": [
"./src/index.ts"
Expand Down
3 changes: 3 additions & 0 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"@sd-jwt/types": "workspace:*",
"js-base64": "^3.7.6"
},
"publishConfig": {
"access": "public"
},
"tsup": {
"entry": [
"./src/index.ts"
Expand Down

0 comments on commit 2e4c5c1

Please sign in to comment.