diff --git a/package-lock.json b/package-lock.json index bc1c1542..a3bf662b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1", "@babel/plugin-transform-optional-chaining": "^7.27.1", "@babel/runtime": "^7.27.1", - "@breeztech/react-native-breez-sdk": "^0.7.2", + "@breeztech/react-native-breez-sdk": "^0.8.0", "@nostr-dev-kit/ndk": "^2.14.12", "@synonymdev/react-native-ldk": "^0.0.159", "@types/golang-wasm-exec": "^1.15.2", @@ -700,9 +700,9 @@ } }, "node_modules/@breeztech/react-native-breez-sdk": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/@breeztech/react-native-breez-sdk/-/react-native-breez-sdk-0.7.2.tgz", - "integrity": "sha512-tiNNQPSupqIMnX8qbmEMYAoG5Bo+bmOgyVWQ4QKc/iVzdrAzq/d1Z/JbXNoQR56TAni5t6q5fSDM+lC6N59lUQ==", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@breeztech/react-native-breez-sdk/-/react-native-breez-sdk-0.8.0.tgz", + "integrity": "sha512-Ncfujp81fCGkEykxhwGDG7lavXs8J/BuWKCXcQPX5PXOaxtZODCvuBsBYsgV1V9PeZEKq3mz4EGksGL4qCXgSw==", "license": "MIT", "peerDependencies": { "react": "*", diff --git a/package.json b/package.json index 815397a2..9f39b076 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1", "@babel/plugin-transform-optional-chaining": "^7.27.1", "@babel/runtime": "^7.27.1", - "@breeztech/react-native-breez-sdk": "^0.7.2", + "@breeztech/react-native-breez-sdk": "^0.8.0", "@nostr-dev-kit/ndk": "^2.14.12", "@synonymdev/react-native-ldk": "^0.0.159", "@types/golang-wasm-exec": "^1.15.2",