react-native-authsignal 0.2.4 → 0.3.0

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 CHANGED
@@ -33,11 +33,11 @@ You can find your `tenantId` in the [Authsignal Portal](https://portal.authsigna
33
33
 
34
34
  You must specify the correct `baseUrl` for your tenant's region.
35
35
 
36
- | Region | Base URL |
37
- | ----------- | -------------------------------------- |
38
- | US (Oregon) | https://challenge.authsignal.com/v1 |
39
- | AU (Sydney) | https://au-challenge.authsignal.com/v1 |
40
- | EU (Dublin) | https://eu-challenge.authsignal.com/v1 |
36
+ | Region | Base URL |
37
+ | ----------- | -------------------------------- |
38
+ | US (Oregon) | https://api.authsignal.com/v1 |
39
+ | AU (Sydney) | https://au.api.authsignal.com/v1 |
40
+ | EU (Dublin) | https://eu.api.authsignal.com/v1 |
41
41
 
42
42
  ## Usage
43
43
 
@@ -129,8 +129,8 @@ dependencies {
129
129
 
130
130
  implementation "androidx.browser:browser:1.2.0"
131
131
 
132
- implementation("com.authsignal:authsignal-push-android:0.1.12")
133
- implementation("com.authsignal:authsignal-passkey-android:0.0.5")
132
+ implementation("com.authsignal:authsignal-push-android:0.2.0")
133
+ implementation("com.authsignal:authsignal-passkey-android:0.1.0")
134
134
  }
135
135
 
136
136
  if (isNewArchitectureEnabled()) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-authsignal",
3
- "version": "0.2.4",
3
+ "version": "0.3.0",
4
4
  "description": "The official Authsignal React Native library.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
17
  s.source_files = "ios/**/*.{h,m,mm,swift}"
18
18
 
19
19
  s.dependency "React-Core"
20
- s.dependency 'Authsignal', '0.1.12'
20
+ s.dependency 'Authsignal', '0.2.0'
21
21
 
22
22
  # Don't install the dependencies when we run `pod install` in the old architecture.
23
23
  if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then