Skip to content

Commit 83d0afd

Browse files
committed
chore: switch SDK import from local path to JSR
Replaces local path import (../../moonlight-sdk/mod.ts) with jsr:@moonlight/moonlight-sdk@^0.7.0 and removes transitive dependency entries that JSR resolves automatically. Requires SDK 0.7.0+ to be published with tracing support.
1 parent 65426f9 commit 83d0afd

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

e2e/deno.json

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,8 @@
55
"verify-otel": "deno run --allow-all verify-otel.ts"
66
},
77
"imports": {
8-
"@moonlight/moonlight-sdk": "../../moonlight-sdk/mod.ts",
9-
"@colibri/core": "jsr:@colibri/core@^0.16.1",
8+
"@moonlight/moonlight-sdk": "jsr:@moonlight/moonlight-sdk@^0.7.0",
109
"@opentelemetry/api": "npm:@opentelemetry/api@^1.9.0",
11-
"stellar-sdk": "npm:@stellar/stellar-sdk@14.2.0",
12-
"@stellar/stellar-sdk": "npm:@stellar/stellar-sdk@^14.2.0",
13-
"@stellar/stellar-sdk/contract": "npm:@stellar/stellar-sdk@^14.2.0/contract",
14-
"@fifo/convee": "jsr:@fifo/convee@^0.5.0",
15-
"@noble/curves": "jsr:@noble/curves@^1.8.0",
16-
"@noble/curves/p256": "jsr:@noble/curves@^1.8.0/p256",
17-
"@noble/curves/abstract/modular": "jsr:@noble/curves@^1.8.0/abstract/modular",
18-
"@noble/hashes": "jsr:@noble/hashes@^1.6.1",
19-
"@noble/hashes/sha256": "jsr:@noble/hashes@^1.6.1/sha256",
20-
"@noble/hashes/hkdf": "jsr:@noble/hashes@^1.6.1/hkdf",
21-
"@noble/secp256k1": "jsr:@noble/secp256k1",
22-
"tslib": "npm:tslib@2.5.0",
23-
"buffer": "npm:buffer@6.0.3",
24-
"asn1js": "npm:asn1js@3.0.5"
10+
"stellar-sdk": "npm:@stellar/stellar-sdk@14.2.0"
2511
}
2612
}

0 commit comments

Comments
 (0)