From 2dc86f4f049d35d837032b6c7bd11c95cf4a09fe Mon Sep 17 00:00:00 2001 From: Alexander Khrushkov Date: Wed, 3 Jun 2026 19:11:01 +0300 Subject: [PATCH] chore: bump @unicitylabs/sphere-sdk to 0.7.2 --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3aeb81e9..06703d0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@tanstack/react-query": "^5.90.10", "@tanstack/react-table": "^8.21.3", "@types/katex": "^0.16.7", - "@unicitylabs/sphere-sdk": "0.7.1-dev.3", + "@unicitylabs/sphere-sdk": "0.7.2", "@unicitylabs/sphere-ui": "^0.1.23", "crypto-js": "^4.2.0", "elliptic": "^6.6.1", @@ -2766,9 +2766,9 @@ } }, "node_modules/@unicitylabs/nostr-js-sdk": { - "version": "0.5.0-dev.3", - "resolved": "https://registry.npmjs.org/@unicitylabs/nostr-js-sdk/-/nostr-js-sdk-0.5.0-dev.3.tgz", - "integrity": "sha512-j1YuLsJs2PDZIEn+98Us/+kbn8kwu6HRMbPuI1lZZXv04cbZdViKcGkEZ/Pi/11QitdOGMkKaXnDncgPc7ccNg==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/@unicitylabs/nostr-js-sdk/-/nostr-js-sdk-0.5.0.tgz", + "integrity": "sha512-v6qaZBkyuZzvfjyO/x+czqftYdAqxjyfBXipsB0QJIdqePBiWHR2aRs28zzJIhCMk1vP9HXzxGnpjRqlcnzroA==", "license": "MIT", "dependencies": { "@noble/ciphers": "^1.0.0", @@ -2809,14 +2809,14 @@ } }, "node_modules/@unicitylabs/sphere-sdk": { - "version": "0.7.1-dev.3", - "resolved": "https://registry.npmjs.org/@unicitylabs/sphere-sdk/-/sphere-sdk-0.7.1-dev.3.tgz", - "integrity": "sha512-LPmgS2g2bPDAwsXbK5GiVioLcwOf2Dj/K2k/ASQdXOQkhGk4IH8TVNnL4EKIP65e98n6WbzENNC5tV0uFwXybw==", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/@unicitylabs/sphere-sdk/-/sphere-sdk-0.7.2.tgz", + "integrity": "sha512-ecVTstgl/zILGcBELq8GrWPmd+0MECNjFzgPZb4T8IKCSQFu6asjc0KE0OWtsQvF8NJGYkz04LPTs9I7hdXNKA==", "license": "MIT", "dependencies": { "@noble/curves": "^2.0.1", "@noble/hashes": "^2.0.1", - "@unicitylabs/nostr-js-sdk": "0.5.0-dev.3", + "@unicitylabs/nostr-js-sdk": "^0.5.0", "@unicitylabs/state-transition-sdk": "1.6.1-rc.f37cb85", "bip39": "^3.1.0", "buffer": "^6.0.3", @@ -5341,9 +5341,9 @@ } }, "node_modules/libphonenumber-js": { - "version": "1.12.43", - "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.12.43.tgz", - "integrity": "sha512-5n+HnmkNpgZCfaNVxrTGZHr6Lhv3gd0UtbD5lrzun3T2YNyVvCuJz9vkap2E0YWZWU1XF+0XljYAkrAJBbwbrg==", + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.13.5.tgz", + "integrity": "sha512-7/kRezHmQlMfO6pmvt34orO/g3j1C47k8FCBXFgj/mklTLwQdBca1LkhDK6RM8UyM6JqHFAIikMdkKkyfQy39A==", "license": "MIT" }, "node_modules/lightningcss": { diff --git a/package.json b/package.json index 6b83c7bc..ca830d12 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@tanstack/react-query": "^5.90.10", "@tanstack/react-table": "^8.21.3", "@types/katex": "^0.16.7", - "@unicitylabs/sphere-sdk": "0.7.1-dev.3", + "@unicitylabs/sphere-sdk": "0.7.2", "@unicitylabs/sphere-ui": "^0.1.23", "crypto-js": "^4.2.0", "elliptic": "^6.6.1",