jazz-browser-auth-clerk 0.8.32 → 0.8.34

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # jazz-browser-media-images
2
2
 
3
+ ## 0.8.34
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e4f110f]
8
+ - cojson@0.8.34
9
+ - jazz-browser@0.8.34
10
+ - jazz-tools@0.8.34
11
+
12
+ ## 0.8.33
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [3cb27e1]
17
+ - jazz-browser@0.8.33
18
+
3
19
  ## 0.8.32
4
20
 
5
21
  ### Patch Changes
package/README.md CHANGED
@@ -9,7 +9,7 @@ Looking for a React integration? Check out [`jazz-react-auth-clerk`](https://www
9
9
  `BrowserClerkAuth` is a class that provides a `JazzAuth` object. Provide a Clerk instance to `BrowserClerkAuth`, and it will return the appropriate `JazzAuth` object. Once authenticated, authentication will persist across page reloads, even if the device is offline.
10
10
 
11
11
 
12
- From [the example chat app](https://github.com/gardencmp/jazz/tree/main/examples/chat-clerk):
12
+ From [the example app](https://github.com/gardencmp/jazz/tree/main/examples/clerk):
13
13
 
14
14
  ```ts
15
15
  import { BrowserClerkAuth } from "jazz-browser-auth-clerk";
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "jazz-browser-auth-clerk",
3
- "version": "0.8.32",
3
+ "version": "0.8.34",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "src/index.ts",
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "cojson": "0.8.32",
10
- "jazz-browser": "0.8.32",
11
- "jazz-tools": "0.8.32"
9
+ "cojson": "0.8.34",
10
+ "jazz-browser": "0.8.34",
11
+ "jazz-tools": "0.8.34"
12
12
  },
13
13
  "devDependencies": {
14
14
  "typescript": "^5.3.3"