From 5b10fafbfee9d189e93e2c18f7e8dd8b17c8b8a9 Mon Sep 17 00:00:00 2001 From: mtyszczak <mateusz.tyszczak@gmail.com> Date: Thu, 27 Feb 2025 13:55:44 +0100 Subject: [PATCH] fixup! Add signers-keychain package --- ts/packages/package.json | 5 +---- ts/packages/pnpm-lock.yaml | 4 ++-- ts/packages/signers-keychain/package.json | 2 +- ts/pnpm-lock.yaml | 7 +++++++ 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ts/packages/package.json b/ts/packages/package.json index 8cfb77e3d..675aaa11d 100644 --- a/ts/packages/package.json +++ b/ts/packages/package.json @@ -5,9 +5,6 @@ "publish": "pnpm run -r publish" }, "dependencies": { - "@hiveio/wax-signers-keychain": "workspace:./signers/keychain" - }, - "pnpm": { - "requiredScripts": ["build", "pack", "publish"] + "@hiveio/wax-signers-keychain": "workspace:./signers-keychain" } } \ No newline at end of file diff --git a/ts/packages/pnpm-lock.yaml b/ts/packages/pnpm-lock.yaml index f8feecb39..6f8f8961b 100644 --- a/ts/packages/pnpm-lock.yaml +++ b/ts/packages/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: .: dependencies: '@hiveio/wax-signers-keychain': - specifier: workspace:./signers/keychain - version: link:signers/keychain + specifier: workspace:./signers-keychain + version: link:signers-keychain signers-keychain: dependencies: diff --git a/ts/packages/signers-keychain/package.json b/ts/packages/signers-keychain/package.json index 1a17381e3..4074afe9d 100644 --- a/ts/packages/signers-keychain/package.json +++ b/ts/packages/signers-keychain/package.json @@ -1,6 +1,6 @@ { "name": "@hiveio/wax-signers-keychain", - "version": "Run-Prepack-First", + "version": "0.0.0-Run-Prepack", "description": "Wax signer library extending transaction signing possibilities by a 3rd party Web-only extension - Keychain", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/ts/pnpm-lock.yaml b/ts/pnpm-lock.yaml index ba776fc93..bb9f8add5 100644 --- a/ts/pnpm-lock.yaml +++ b/ts/pnpm-lock.yaml @@ -194,6 +194,13 @@ importers: specifier: catalog:typescript-toolset version: 5.7.3 + packages: + + dependencies: + '@hiveio/wax-signers-keychain': + specifier: workspace:./signers-keychain + version: link:signers-keychain + packages: '@babel/code-frame@7.26.2': -- GitLab