Skip to content

Commit

Permalink
Merge pull request #3322 from dusk-network/feature-3321
Browse files Browse the repository at this point in the history
web-wallet: Update w3sper's Rusk dependency to 1.0.0
  • Loading branch information
nortonandreev authored Jan 7, 2025
2 parents 4662af3 + 3198575 commit b9207dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-wallet/src/lib/vendor/w3sper.js/src/rues/mod.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class Rues extends EventTarget {
#socket;
#scopes;
#session;
#version = "1.0.0-rc.0";
#version = "1.0.0";

constructor(url, options = {}) {
super();
Expand Down

0 comments on commit b9207dc

Please sign in to comment.