jazz-react-native 0.8.5 → 0.8.6
Sign up to get free protection for your applications and to get access to all the features.
- package/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +7 -0
- package/dist/index.d.ts +1 -1
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
|
2
|
-
> jazz-react-native@0.8.
|
2
|
+
> jazz-react-native@0.8.5 build /Users/anselm/jazz/jazz/packages/jazz-react-native
|
3
3
|
> npm run lint && rm -rf ./dist && tsc --sourceMap --outDir dist
|
4
4
|
|
5
5
|
|
6
|
-
> jazz-react-native@0.8.
|
6
|
+
> jazz-react-native@0.8.5 lint
|
7
7
|
> eslint . --ext ts,tsx
|
8
8
|
|
package/CHANGELOG.md
CHANGED
package/dist/index.d.ts
CHANGED
@@ -31,7 +31,7 @@ export declare function createJazzRNContext<Acc extends Account>(options: Browse
|
|
31
31
|
/** @category Auth Providers */
|
32
32
|
export type SessionProvider = (accountID: ID<Account> | AgentID) => Promise<SessionID>;
|
33
33
|
export declare function provideLockSession(accountID: ID<Account> | AgentID, crypto: CryptoProvider): Promise<{
|
34
|
-
sessionID:
|
34
|
+
sessionID: `sealer_z${string}/signer_z${string}_session_z${string}` | `${RawAccountID}_session_z${string}`;
|
35
35
|
sessionDone: () => void;
|
36
36
|
}>;
|
37
37
|
/** @category Invite Links */
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "jazz-react-native",
|
3
|
-
"version": "0.8.
|
3
|
+
"version": "0.8.6",
|
4
4
|
"type": "module",
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"module": "./dist/index.js",
|
@@ -18,8 +18,8 @@
|
|
18
18
|
"@scure/bip39": "^1.3.0",
|
19
19
|
"typescript": "^5.3.3",
|
20
20
|
"cojson": "0.8.5",
|
21
|
-
"
|
22
|
-
"
|
21
|
+
"jazz-tools": "0.8.5",
|
22
|
+
"cojson-transport-ws": "0.8.6"
|
23
23
|
},
|
24
24
|
"peerDependencies": {
|
25
25
|
"@react-native-community/netinfo": "^11.4.1",
|