Skip to content

Commit

Permalink
Update @nimiq/core to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
danimoh committed Nov 27, 2024
1 parent 37db1c0 commit fb1d4f7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/nimiq/keyguard/client#readme",
"dependencies": {
"@nimiq/albatross-wasm": "npm:@nimiq/core@^2.0.1",
"@nimiq/core": "^2.0.5",
"@nimiq/rpc": "^0.3.0",
"@opengsn/common": "^2.2.5"
},
Expand Down
2 changes: 1 addition & 1 deletion client/src/PublicRequest.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as Nimiq from '@nimiq/albatross-wasm';
import * as Nimiq from '@nimiq/core';
import { ForwardRequest as OpenGsnForwardRequest } from '@opengsn/common/dist/EIP712/ForwardRequest';
import { RelayData as OpenGsnRelayData } from '@opengsn/common/dist/EIP712/RelayData';
import { KeyguardCommand } from './KeyguardCommand';
Expand Down
8 changes: 4 additions & 4 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,10 @@
"@ethersproject/properties" "^5.7.0"
"@ethersproject/strings" "^5.7.0"

"@nimiq/albatross-wasm@npm:@nimiq/core@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@nimiq/core/-/core-2.0.1.tgz#44d947058962c597a18e52d8e7b49c6c7492d138"
integrity sha512-4YPfuxMkWgiLrEyC/ufbWnhccTe5i31s8ROwV/SV3Qd+dgaaxrHk0BWM8YmrFMfkDOj8lakenXq/4wzzqbtJ2Q==
"@nimiq/core@^2.0.5":
version "2.0.5"
resolved "https://registry.yarnpkg.com/@nimiq/core/-/core-2.0.5.tgz#055407407eb5a3016183460b61c552936d3f989c"
integrity sha512-fqTXjPqU3+uCa0W/3X//grMzu96eyyFdJR+aaZ5jlZrEah/Pb/ERjHuTgsC3y0TBBuYT8ohTDHktvs+p8MKPPA==
dependencies:
comlink "^4.4.1"
websocket "^1.0.34"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/nimiq/keyguard#readme",
"devDependencies": {
"@nimiq/albatross-wasm": "npm:@nimiq/core@^2.0.1",
"@nimiq/albatross-wasm": "npm:@nimiq/core@^2.0.5",
"@nimiq/core-web": "1.6.3",
"@nimiq/rpc": "^0.3.0",
"@nimiq/style": "^0.8.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -432,10 +432,10 @@
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"

"@nimiq/albatross-wasm@npm:@nimiq/core@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@nimiq/core/-/core-2.0.1.tgz#44d947058962c597a18e52d8e7b49c6c7492d138"
integrity sha512-4YPfuxMkWgiLrEyC/ufbWnhccTe5i31s8ROwV/SV3Qd+dgaaxrHk0BWM8YmrFMfkDOj8lakenXq/4wzzqbtJ2Q==
"@nimiq/albatross-wasm@npm:@nimiq/core@^2.0.5":
version "2.0.5"
resolved "https://registry.yarnpkg.com/@nimiq/core/-/core-2.0.5.tgz#055407407eb5a3016183460b61c552936d3f989c"
integrity sha512-fqTXjPqU3+uCa0W/3X//grMzu96eyyFdJR+aaZ5jlZrEah/Pb/ERjHuTgsC3y0TBBuYT8ohTDHktvs+p8MKPPA==
dependencies:
comlink "^4.4.1"
websocket "^1.0.34"
Expand Down

0 comments on commit fb1d4f7

Please sign in to comment.