diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-04-05 11:15:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-05 11:15:22 -0500 |
commit | 8e28d3c6be8e063b6d563b0068cb4fc907ff5df0 (patch) | |
tree | 612615f2e5000e6870b6945f5592fa252d3b7db5 /package.json | |
parent | 92b80ff048db251e1e4afa74ed3006268aee5929 (diff) | |
download | voidsky-8e28d3c6be8e063b6d563b0068cb4fc907ff5df0.tar.zst |
* Only send analytics events when the user is logged in * Only send analytics events when the user is logged in (web) * Add analytics identify() call
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index c997a3764..35efccc68 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "e2e:run": "detox test --configuration ios.sim.debug --take-screenshots all" }, "dependencies": { - "@atproto/api": "0.2.1", + "@atproto/api": "0.2.3", "@bam.tech/react-native-image-resizer": "^3.0.4", "@expo/webpack-config": "^18.0.1", "@fortawesome/fontawesome-svg-core": "^6.1.1", |