From a10956228a69cfeaf30162b4dd5872fffaeaf1fb Mon Sep 17 00:00:00 2001 From: emmanuelm41 Date: Wed, 16 Oct 2024 15:05:19 -0300 Subject: [PATCH 1/3] fix: adjust version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9711eb4..cab081e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@zondax/ledger-penumbra", "author": "Zondax AG", "license": "Apache-2.0", - "version": "0.0.1", + "version": "0.0.0", "description": "The API for the penumbra App (Ledger Nano S/X/S+)", "main": "./dist/index.js", "typings": "./dist/index.d.ts", From 7b3f9467c71085fa82966cd7228408df16562d7a Mon Sep 17 00:00:00 2001 From: emmanuelm41 Date: Wed, 16 Oct 2024 15:05:57 -0300 Subject: [PATCH 2/3] fix: adjust repo reference --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index cab081e..fd6b481 100644 --- a/package.json +++ b/package.json @@ -7,10 +7,10 @@ "main": "./dist/index.js", "typings": "./dist/index.d.ts", "types": "./dist/index.d.ts", - "homepage": "https://github.com/zondax/ledger-penumbra", + "homepage": "https://github.com/zondax/ledger-penumbra-js", "repository": { "type": "git", - "url": "git+https://github.com/zondax/ledger-penumbra.git" + "url": "git+https://github.com/zondax/ledger-penumbra-js.git" }, "keywords": [ "Zondax", @@ -25,7 +25,7 @@ "format": "prettier --write ." }, "bugs": { - "url": "https://github.com/zondax/ledger-penumbra/issues" + "url": "https://github.com/zondax/ledger-penumbra-js/issues" }, "dependencies": { "@zondax/ledger-js": "^1.0.1" From 99dee2ba085be87996bc016075c0dd4059e3abe5 Mon Sep 17 00:00:00 2001 From: emmanuelm41 Date: Wed, 16 Oct 2024 15:06:09 -0300 Subject: [PATCH 3/3] fix: make package public --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fd6b481..cbd00c8 100644 --- a/package.json +++ b/package.json @@ -49,5 +49,8 @@ }, "files": [ "dist/**/*" - ] + ], + "publishConfig": { + "access": "public" + } }