@streamplace/atproto-oauth-client-react-native 0.7.1 → 0.7.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# DEPRECATED
|
|
2
|
+
|
|
3
|
+
I highly recommend using the much cleaner
|
|
4
|
+
[expo-atproto-auth](https://github.com/haileyok/expo-atproto-auth) library
|
|
5
|
+
instead of this one. It uses native crypto functions and should be much faster
|
|
6
|
+
than this library. It's also maintained by a Bluesky team member.
|
|
7
|
+
|
|
1
8
|
# atproto OAuth Client for React Native
|
|
2
9
|
|
|
3
10
|
This package implements an atproto OAuth client usable on the React Native
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@streamplace/atproto-oauth-client-react-native",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.21",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ATProto OAuth client for React Native",
|
|
6
6
|
"keywords": [
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"build": "tsc --build tsconfig.build.json",
|
|
55
55
|
"prepare": "pnpm run build"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "e930332a9465e0ffd9a78a01ea39b134cd78e49e"
|
|
58
58
|
}
|