Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
BitHighlander committed Jun 9, 2024
1 parent 2c4d53f commit c3b527b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 29 deletions.
11 changes: 2 additions & 9 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

4 changes: 2 additions & 2 deletions packages/hdwallet-keepkey-rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keepkey/hdwallet-keepkey-rest",
"version": "1.40.41",
"version": "1.40.42",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@keepkey/hdwallet-keepkey": "1.53.16",
"@keepkey/keepkey-sdk": "0.2.52",
"@keepkey/keepkey-sdk": "0.2.57",
"lodash": "^4.17.21",
"semver": "^6.3.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/keepkey-desktop-app/src/pages/Browser/Browser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const checkIfSSDApp = (currentUrl: string) => {
if (!kkDesktopApiKey || !localWalletDeviceId) return

ipcListeners.getSSAutoLogin(localWalletDeviceId, kkDesktopApiKey).then(
injection => {
(injection: any) => {
console.log('INJECTION', injection)
webview.executeJavaScript(injection)
},
Expand All @@ -114,12 +114,12 @@ const checkIfSSDApp = (currentUrl: string) => {
}
})
.catch(console.error)
} else {
if (kkDesktopApiKey)
ipcListeners
}

if (kkDesktopApiKey)
ipcListeners
.getBrowserInjection(kkDesktopApiKey)
.then((injection: any) => webview.executeJavaScript(injection))
}
}

export const Browser = () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/keepkey-desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keepkey-desktop",
"version": "3.0.21",
"version": "3.0.25",
"author": {
"name": "KeepKey",
"email": "[email protected]"
Expand Down
11 changes: 2 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5412,7 +5412,7 @@ __metadata:
"@keepkey/device-protocol": "npm:^7.10.2"
"@keepkey/hdwallet-core": "npm:^1.53.16"
"@keepkey/hdwallet-keepkey": "npm:1.53.16"
"@keepkey/keepkey-sdk": "npm:0.2.52"
"@keepkey/keepkey-sdk": "npm:0.2.57"
"@types/create-hash": "npm:^1.2.2"
"@types/crypto-js": "npm:^4.0.0"
"@types/google-protobuf": "npm:^3.15.6"
Expand Down Expand Up @@ -5485,14 +5485,7 @@ __metadata:
languageName: node
linkType: hard

"@keepkey/keepkey-sdk@npm:0.2.52":
version: 0.2.52
resolution: "@keepkey/keepkey-sdk@npm:0.2.52"
checksum: 10/53d90c0ea686d84ab90ee60fe800447548d42744737533a97e119ea9650aed196d52d876b7c0816da59d826ecc6bd416aee3c93af4e7cbd2d8922e7caa471d73
languageName: node
linkType: hard

"@keepkey/keepkey-sdk@workspace:*, @keepkey/keepkey-sdk@workspace:packages/keepkey-sdk":
"@keepkey/keepkey-sdk@npm:0.2.57, @keepkey/keepkey-sdk@workspace:*, @keepkey/keepkey-sdk@workspace:packages/keepkey-sdk":
version: 0.0.0-use.local
resolution: "@keepkey/keepkey-sdk@workspace:packages/keepkey-sdk"
dependencies:
Expand Down

0 comments on commit c3b527b

Please sign in to comment.