Skip to content

Commit

Permalink
Merge pull request #221 from pollum-io/chore/upd-sysweb3
Browse files Browse the repository at this point in the history
chore: update sysweb3 package version
  • Loading branch information
lucasgabrielgsp authored Aug 29, 2024
2 parents 696d3c9 + c6de399 commit 2d9f3e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/sysweb3-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pollum-io/sysweb3-core",
"version": "1.0.26",
"version": "1.0.27",
"description": "The localStorage Manager For PrivKeys",
"main": "cjs/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -28,4 +28,4 @@
"devDependencies": {
"rimraf": "^3.0.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/sysweb3-keyring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pollum-io/sysweb3-keyring",
"version": "1.0.479",
"version": "1.0.480",
"description": "Keyring Manager for UTXO and Web3 Wallets",
"main": "cjs/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@ledgerhq/hw-app-eth": "^6.34.8",
"@ledgerhq/hw-transport-webhid": "^6.27.19",
"@ledgerhq/logs": "^6.10.1",
"@pollum-io/sysweb3-core": "1.0.26",
"@pollum-io/sysweb3-core": "^1.0.27",
"@pollum-io/sysweb3-network": "^1.0.95",
"@pollum-io/sysweb3-utils": "^1.1.232",
"@trezor/connect-web": "^9.1.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/sysweb3-keyring/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -883,10 +883,10 @@
resolved "https://registry.yarnpkg.com/@noble/secp256k1/-/secp256k1-1.7.1.tgz#b251c70f824ce3ca7f8dc3df08d58f005cc0507c"
integrity sha512-hOUk6AyBFmqVrv7k5WAw/LpszxVbj9gGN4JRkIX52fdFAj1UA61KXmZDvqVEm+pOyec3+fIeZB02LYa/pWOArw==

"@pollum-io/sysweb3-core@1.0.26":
version "1.0.26"
resolved "https://registry.yarnpkg.com/@pollum-io/sysweb3-core/-/sysweb3-core-1.0.26.tgz#57a1fd60942b6d2261fb74f73807698205ecb344"
integrity sha512-6NG2s0PLEMVQyMQnC8voZOKWh+MAp6SX9B4Dseg79Xtfi/flWp2FV/uVg7WzY9C3bTpHJ+mqtLWeWRgG63dQ/w==
"@pollum-io/sysweb3-core@^1.0.27":
version "1.0.27"
resolved "https://registry.yarnpkg.com/@pollum-io/sysweb3-core/-/sysweb3-core-1.0.27.tgz#2ecbf38c3b5f6821ec2bcc95472eed0a2f11cd10"
integrity sha512-HHW2ozdXCac2Xo0oUQgRk/sczBIGQCBvsqYBIwondipA3Rx4/jGC6Y9U/M4wpTi5wQ+ZD18DyEbKAVMXElGcbQ==

"@pollum-io/sysweb3-network@^1.0.95":
version "1.0.95"
Expand Down

0 comments on commit 2d9f3e2

Please sign in to comment.