Skip to content

Commit 86b2e0c

Browse files
committed
chore: Update version
1 parent d0f4c01 commit 86b2e0c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

deno.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moonlight/moonlight-sdk",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "A privacy-focused toolkit for the Moonlight protocol on Stellar Soroban smart contracts.",
55
"license": "MIT",
66
"tasks": {
@@ -15,7 +15,6 @@
1515
"imports": {
1616
"@fifo/convee": "jsr:@fifo/convee@^0.5.0",
1717
"@colibri/core": "jsr:@colibri/core@^0.15.0",
18-
1918
"@noble/curves": "jsr:@noble/curves@^1.8.0",
2019
"@noble/curves/p256": "jsr:@noble/curves@^1.8.0/p256",
2120
"@noble/curves/abstract/modular": "jsr:@noble/curves@^1.8.0/abstract/modular",
@@ -24,11 +23,10 @@
2423
"@noble/hashes/hkdf": "jsr:@noble/hashes@^1.6.1/hkdf",
2524
"@noble/secp256k1": "jsr:@noble/secp256k1",
2625
"@stellar/stellar-sdk": "npm:@stellar/stellar-sdk@^14.2.0",
27-
2826
"@std/assert": "jsr:@std/assert@^1.0.0",
2927
"@std/testing": "jsr:@std/testing@^1.0.0",
3028
"tslib": "npm:tslib@2.5.0",
3129
"buffer": "npm:buffer@6.0.3",
3230
"asn1js": "npm:asn1js@3.0.5"
3331
}
34-
}
32+
}

0 commit comments

Comments
 (0)