jazz-react-native 0.8.5 → 0.8.7

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,20 @@
1
1
  # jazz-browser
2
2
 
3
+ ## 0.8.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 32b05b6: weaker peer dependencies
8
+ - Updated dependencies [e82cf3d]
9
+ - cojson-transport-ws@0.8.7
10
+
11
+ ## 0.8.6
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [5542fdb]
16
+ - cojson-transport-ws@0.8.6
17
+
3
18
  ## 0.8.5
4
19
 
5
20
  ### 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.7",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -18,14 +18,14 @@
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",
21
+ "cojson-transport-ws": "0.8.7",
22
22
  "jazz-tools": "0.8.5"
23
23
  },
24
24
  "peerDependencies": {
25
- "@react-native-community/netinfo": "^11.4.1",
26
- "expo-linking": "~6.3.1",
27
- "react-native": "0.74.2",
28
- "react-native-mmkv": "3.0.1"
25
+ "@react-native-community/netinfo": "*",
26
+ "expo-linking": "*",
27
+ "react-native": "*",
28
+ "react-native-mmkv": "*"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@react-native-community/netinfo": "^11.3.1",