Skip to content

Commit

Permalink
test: simulate lock and unlock to run new encryption check
Browse files Browse the repository at this point in the history
  • Loading branch information
fbwoolf committed Feb 3, 2025
1 parent 575aa07 commit dcbee44
Show file tree
Hide file tree
Showing 4 changed files with 239 additions and 326 deletions.
34 changes: 12 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,15 +146,15 @@
"@hirosystems/token-metadata-api-client": "1.2.0",
"@hookform/resolvers": "3.9.1",
"@leather.io/analytics": "2.0.1",
"@leather.io/bitcoin": "file:../mono/packages/bitcoin",
"@leather.io/constants": "file:../mono/packages/constants",
"@leather.io/crypto": "file:../mono/packages/crypto",
"@leather.io/models": "file:../mono/packages/models",
"@leather.io/query": "file:../mono/packages/query",
"@leather.io/stacks": "file:../mono/packages/stacks",
"@leather.io/tokens": "file:../mono/packages/tokens",
"@leather.io/ui": "1.44.4",
"@leather.io/utils": "file:../mono/packages/utils",
"@leather.io/bitcoin": "0.19.18",
"@leather.io/constants": "0.15.5",
"@leather.io/crypto": "1.6.34",
"@leather.io/models": "0.25.1",
"@leather.io/query": "2.26.19",
"@leather.io/stacks": "1.5.19",
"@leather.io/tokens": "0.12.10",
"@leather.io/ui": "1.48.2",
"@leather.io/utils": "0.25.1",
"@ledgerhq/hw-transport-webusb": "6.27.19",
"@noble/hashes": "1.5.0",
"@noble/secp256k1": "2.1.0",
Expand Down Expand Up @@ -267,9 +267,9 @@
"@btckit/types": "0.0.19",
"@chromatic-com/storybook": "3.2.2",
"@leather.io/eslint-config": "0.7.0",
"@leather.io/panda-preset": "file:../mono/packages/panda-preset",
"@leather.io/panda-preset": " 0.8.9",
"@leather.io/prettier-config": "0.6.0",
"@leather.io/rpc": "file:../mono/packages/rpc",
"@leather.io/rpc": "2.5.5",
"@ls-lint/ls-lint": "2.2.3",
"@mdx-js/loader": "3.0.0",
"@pandacss/dev": "0.46.1",
Expand Down Expand Up @@ -392,17 +392,7 @@
"pnpm": {
"overrides": {
"eslint": "8.56.0",
"levelup>semver": "5.7.2",
"@leather.io/bitcoin": "file:../mono/packages/bitcoin",
"@leather.io/constants": "file:../mono/packages/constants",
"@leather.io/crypto": "file:../mono/packages/crypto",
"@leather.io/models": "file:../mono/packages/models",
"@leather.io/query": "file:../mono/packages/query",
"@leather.io/tokens": "file:../mono/packages/tokens",
"@leather.io/utils": "file:../mono/packages/utils",
"@leather.io/stacks": "file:../mono/packages/stacks",
"@leather.io/panda-preset": "file:../mono/packages/panda-preset",
"@leather.io/rpc": "file:../mono/packages/rpc"
"levelup>semver": "5.7.2"
}
},
"keywords": [
Expand Down
Loading

0 comments on commit dcbee44

Please sign in to comment.