@basictech/react 0.7.0-beta.1 → 0.7.0-beta.3

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/changelog.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # 1.3.4
2
2
 
3
+ ## 0.7.0-beta.3
4
+
5
+ ### Patch Changes
6
+
7
+ - add oauth settings
8
+
9
+ ## 0.7.0-beta.2
10
+
11
+ ### Patch Changes
12
+
13
+ - update token endpoint
14
+
3
15
  ## 0.7.0-beta.1
4
16
 
5
17
  ### Minor Changes
package/dist/index.d.mts CHANGED
@@ -7,6 +7,7 @@ interface BasicStorage {
7
7
  set(key: string, value: string): Promise<void>;
8
8
  remove(key: string): Promise<void>;
9
9
  }
10
+
10
11
  declare enum DBStatus {
11
12
  LOADING = "LOADING",
12
13
  OFFLINE = "OFFLINE",
package/dist/index.d.ts CHANGED
@@ -7,6 +7,7 @@ interface BasicStorage {
7
7
  set(key: string, value: string): Promise<void>;
8
8
  remove(key: string): Promise<void>;
9
9
  }
10
+
10
11
  declare enum DBStatus {
11
12
  LOADING = "LOADING",
12
13
  OFFLINE = "OFFLINE",