Skip to content

Commit 827c4db

Browse files
committed
#230 lock ed25519 version
1 parent 99fa370 commit 827c4db

File tree

3 files changed

+7
-65
lines changed

3 files changed

+7
-65
lines changed

lib/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Joep Meindertsma",
33
"dependencies": {
4-
"@noble/ed25519": "^1.6.0",
4+
"@noble/ed25519": "1.6.0",
55
"@noble/hashes": "^0.5.7",
66
"base64-arraybuffer": "^1.0.2",
77
"cross-fetch": "^3.1.4",
@@ -10,7 +10,6 @@
1010
"description": "",
1111
"devDependencies": {
1212
"@types/fast-json-stable-stringify": "^2.1.0",
13-
"@types/whatwg-fetch": "^0.0.33",
1413
"chai": "^4.3.4",
1514
"typescript": "^4.8",
1615
"whatwg-fetch": "^3.6.2"

lib/src/store.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ export class Store {
7070
agent?: Agent;
7171
} = {},
7272
) {
73-
opts.serverUrl && this.setServerUrl(opts.serverUrl);
74-
opts.agent && this.setAgent(opts.agent);
7573
this._resources = new Map();
7674
this.webSockets = new Map();
7775
this.subscribers = new Map();
76+
opts.serverUrl && this.setServerUrl(opts.serverUrl);
77+
opts.agent && this.setAgent(opts.agent);
7878

7979
this.errorHandler = (e: Error) => {
8080
throw e;

pnpm-lock.yaml

Lines changed: 4 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)