@streamplace/atproto-oauth-client-react-native 0.8.0 → 0.9.9

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.
Files changed (2) hide show
  1. package/README.md +3 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -87,10 +87,7 @@ This flow will work on the iOS simulator and on Android devices provided you've
87
87
  forwarded the port with `adb reverse`. For testing on iOS hardware, you'll
88
88
  instead need to set up TLS.
89
89
 
90
- [react-native-quick-crypto]:
91
- https://github.com/margelo/react-native-quick-crypto
90
+ [react-native-quick-crypto]: https://github.com/margelo/react-native-quick-crypto
92
91
  [expo-sqlite]: https://docs.expo.dev/versions/latest/sdk/sqlite/
93
- [README]:
94
- https://github.com/bluesky-social/atproto/tree/main/packages/oauth/oauth-client-browser
95
- [example]:
96
- https://github.com/bluesky-social/atproto/tree/main/packages/oauth/oauth-client-browser-example
92
+ [README]: https://github.com/bluesky-social/atproto/tree/main/packages/oauth/oauth-client-browser
93
+ [example]: https://github.com/bluesky-social/atproto/tree/main/packages/oauth/oauth-client-browser-example
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamplace/atproto-oauth-client-react-native",
3
- "version": "0.8.0",
3
+ "version": "0.9.9",
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": "cb213f8cc49fc200aaf853a1f84d4ee1a6f69a9c"
57
+ "gitHead": "cf61dbb06ea4d6ec58d1d151ea4bcc3749f6a427"
58
58
  }