Skip to content
Snippets Groups Projects
Verified Commit 5b10fafb authored by Mateusz Tyszczak's avatar Mateusz Tyszczak :scroll:
Browse files

fixup! Add signers-keychain package

parent a65d78ae
No related branches found
No related tags found
No related merge requests found
Pipeline #116673 failed
This commit is part of merge request !282. Comments created here will be created in the context of that merge request.
...@@ -5,9 +5,6 @@ ...@@ -5,9 +5,6 @@
"publish": "pnpm run -r publish" "publish": "pnpm run -r publish"
}, },
"dependencies": { "dependencies": {
"@hiveio/wax-signers-keychain": "workspace:./signers/keychain" "@hiveio/wax-signers-keychain": "workspace:./signers-keychain"
},
"pnpm": {
"requiredScripts": ["build", "pack", "publish"]
} }
} }
\ No newline at end of file
...@@ -15,8 +15,8 @@ importers: ...@@ -15,8 +15,8 @@ importers:
.: .:
dependencies: dependencies:
'@hiveio/wax-signers-keychain': '@hiveio/wax-signers-keychain':
specifier: workspace:./signers/keychain specifier: workspace:./signers-keychain
version: link:signers/keychain version: link:signers-keychain
signers-keychain: signers-keychain:
dependencies: dependencies:
......
{ {
"name": "@hiveio/wax-signers-keychain", "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", "description": "Wax signer library extending transaction signing possibilities by a 3rd party Web-only extension - Keychain",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
......
...@@ -194,6 +194,13 @@ importers: ...@@ -194,6 +194,13 @@ importers:
specifier: catalog:typescript-toolset specifier: catalog:typescript-toolset
version: 5.7.3 version: 5.7.3
packages:
dependencies:
'@hiveio/wax-signers-keychain':
specifier: workspace:./signers-keychain
version: link:signers-keychain
packages: packages:
'@babel/code-frame@7.26.2': '@babel/code-frame@7.26.2':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment