@secondts/bark-react-native 0.11.1 → 0.11.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -60,7 +60,7 @@ npx expo install @secondts/bark-react-native@beta
|
|
|
60
60
|
|
|
61
61
|
```bash
|
|
62
62
|
# Or install a specific beta version
|
|
63
|
-
npx expo install @secondts/bark-react-native@0.11.
|
|
63
|
+
npx expo install @secondts/bark-react-native@0.11.3
|
|
64
64
|
```
|
|
65
65
|
|
|
66
66
|
For bare React Native projects, use:
|
|
@@ -2426,7 +2426,7 @@ class Wallet extends _uniffiBindgenReactNative.UniffiAbstractObject {
|
|
|
2426
2426
|
* Open a wallet (creating it first if `create_if_not_exists` is set),
|
|
2427
2427
|
* mirroring [`bark::Wallet::open`]: a single entry point with everything
|
|
2428
2428
|
* else optional (see [`WalletOpenArgs`]). For the explicit
|
|
2429
|
-
* initialize-but-don't-open path, use the top-level `
|
|
2429
|
+
* initialize-but-don't-open path, use the top-level `init_wallet`.
|
|
2430
2430
|
*
|
|
2431
2431
|
* `mnemonic_or_seed` accepts either a BIP-39 mnemonic phrase or a 64-byte
|
|
2432
2432
|
* hex-encoded seed.
|
|
@@ -4106,7 +4106,7 @@ function uniffiEnsureInitialized() {
|
|
|
4106
4106
|
if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_constructor_onchainwallet_default() !== 61714) {
|
|
4107
4107
|
throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_constructor_onchainwallet_default");
|
|
4108
4108
|
}
|
|
4109
|
-
if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_constructor_wallet_open() !==
|
|
4109
|
+
if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_constructor_wallet_open() !== 45531) {
|
|
4110
4110
|
throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_constructor_wallet_open");
|
|
4111
4111
|
}
|
|
4112
4112
|
uniffiCallbackInterfaceBarkLogger.register();
|
|
@@ -2411,7 +2411,7 @@ export class Wallet extends UniffiAbstractObject {
|
|
|
2411
2411
|
* Open a wallet (creating it first if `create_if_not_exists` is set),
|
|
2412
2412
|
* mirroring [`bark::Wallet::open`]: a single entry point with everything
|
|
2413
2413
|
* else optional (see [`WalletOpenArgs`]). For the explicit
|
|
2414
|
-
* initialize-but-don't-open path, use the top-level `
|
|
2414
|
+
* initialize-but-don't-open path, use the top-level `init_wallet`.
|
|
2415
2415
|
*
|
|
2416
2416
|
* `mnemonic_or_seed` accepts either a BIP-39 mnemonic phrase or a 64-byte
|
|
2417
2417
|
* hex-encoded seed.
|
|
@@ -4090,7 +4090,7 @@ function uniffiEnsureInitialized() {
|
|
|
4090
4090
|
if (nativeModule().ubrn_uniffi_bark_ffi_checksum_constructor_onchainwallet_default() !== 61714) {
|
|
4091
4091
|
throw new UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_constructor_onchainwallet_default");
|
|
4092
4092
|
}
|
|
4093
|
-
if (nativeModule().ubrn_uniffi_bark_ffi_checksum_constructor_wallet_open() !==
|
|
4093
|
+
if (nativeModule().ubrn_uniffi_bark_ffi_checksum_constructor_wallet_open() !== 45531) {
|
|
4094
4094
|
throw new UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_constructor_wallet_open");
|
|
4095
4095
|
}
|
|
4096
4096
|
uniffiCallbackInterfaceBarkLogger.register();
|
|
@@ -1558,7 +1558,7 @@ export declare class Wallet extends UniffiAbstractObject implements WalletLike {
|
|
|
1558
1558
|
* Open a wallet (creating it first if `create_if_not_exists` is set),
|
|
1559
1559
|
* mirroring [`bark::Wallet::open`]: a single entry point with everything
|
|
1560
1560
|
* else optional (see [`WalletOpenArgs`]). For the explicit
|
|
1561
|
-
* initialize-but-don't-open path, use the top-level `
|
|
1561
|
+
* initialize-but-don't-open path, use the top-level `init_wallet`.
|
|
1562
1562
|
*
|
|
1563
1563
|
* `mnemonic_or_seed` accepts either a BIP-39 mnemonic phrase or a 64-byte
|
|
1564
1564
|
* hex-encoded seed.
|
|
@@ -1558,7 +1558,7 @@ export declare class Wallet extends UniffiAbstractObject implements WalletLike {
|
|
|
1558
1558
|
* Open a wallet (creating it first if `create_if_not_exists` is set),
|
|
1559
1559
|
* mirroring [`bark::Wallet::open`]: a single entry point with everything
|
|
1560
1560
|
* else optional (see [`WalletOpenArgs`]). For the explicit
|
|
1561
|
-
* initialize-but-don't-open path, use the top-level `
|
|
1561
|
+
* initialize-but-don't-open path, use the top-level `init_wallet`.
|
|
1562
1562
|
*
|
|
1563
1563
|
* `mnemonic_or_seed` accepts either a BIP-39 mnemonic phrase or a 64-byte
|
|
1564
1564
|
* hex-encoded seed.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@secondts/bark-react-native",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.3",
|
|
4
4
|
"description": "Bark FFI bindings for React Native",
|
|
5
5
|
"source": "./src/index.tsx",
|
|
6
6
|
"main": "./lib/commonjs/index.js",
|
|
@@ -86,10 +86,10 @@
|
|
|
86
86
|
"registry": "https://registry.npmjs.org/",
|
|
87
87
|
"access": "public"
|
|
88
88
|
},
|
|
89
|
-
"releaseTag": "v0.11.
|
|
89
|
+
"releaseTag": "v0.11.3+bark-0.3.0",
|
|
90
90
|
"checksums": {
|
|
91
|
-
"android": "
|
|
92
|
-
"ios": "
|
|
91
|
+
"android": "8c144cebdb109067dd263dd90c0632ee14064751fbc8b7f132d732bc0b559d95",
|
|
92
|
+
"ios": "d1ae27f657ead17c1c756a64a78bab4f854a1bfbb9681ec3c3b2a3d86ea3e910"
|
|
93
93
|
},
|
|
94
94
|
"dependencies": {
|
|
95
95
|
"uniffi-bindgen-react-native": "0.31.0-2"
|
package/src/generated/bark.ts
CHANGED
|
@@ -4203,7 +4203,7 @@ export class Wallet extends UniffiAbstractObject implements WalletLike {
|
|
|
4203
4203
|
* Open a wallet (creating it first if `create_if_not_exists` is set),
|
|
4204
4204
|
* mirroring [`bark::Wallet::open`]: a single entry point with everything
|
|
4205
4205
|
* else optional (see [`WalletOpenArgs`]). For the explicit
|
|
4206
|
-
* initialize-but-don't-open path, use the top-level `
|
|
4206
|
+
* initialize-but-don't-open path, use the top-level `init_wallet`.
|
|
4207
4207
|
*
|
|
4208
4208
|
* `mnemonic_or_seed` accepts either a BIP-39 mnemonic phrase or a 64-byte
|
|
4209
4209
|
* hex-encoded seed.
|
|
@@ -8505,7 +8505,7 @@ function uniffiEnsureInitialized() {
|
|
|
8505
8505
|
}
|
|
8506
8506
|
if (
|
|
8507
8507
|
nativeModule().ubrn_uniffi_bark_ffi_checksum_constructor_wallet_open() !==
|
|
8508
|
-
|
|
8508
|
+
45531
|
|
8509
8509
|
) {
|
|
8510
8510
|
throw new UniffiInternalError.ApiChecksumMismatch(
|
|
8511
8511
|
"uniffi_bark_ffi_checksum_constructor_wallet_open"
|