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.
@@ -1,8 +1,8 @@
1
1
 
2
- > jazz-react-native@0.8.3 build /Users/anselm/jazz/jazz/packages/jazz-react-native
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.3 lint
6
+ > jazz-react-native@0.8.5 lint
7
7
  > eslint . --ext ts,tsx
8
8
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # jazz-browser
2
2
 
3
+ ## 0.8.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [5542fdb]
8
+ - cojson-transport-ws@0.8.6
9
+
3
10
  ## 0.8.5
4
11
 
5
12
  ### Patch Changes
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: `${RawAccountID}_session_z${string}` | `sealer_z${string}/signer_z${string}_session_z${string}`;
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.5",
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
- "cojson-transport-ws": "0.8.5",
22
- "jazz-tools": "0.8.5"
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",