@magic-ext/react-native-bare-oauth 17.0.1-canary.635.6868214639.0 → 17.0.1

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/CHANGELOG.md +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v17.0.1 (Tue Nov 14 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Merge branch 'master' into injectable-webcrypto-jwt-for-session-persistence ([@Dizigen](https://github.com/Dizigen))
6
+
7
+ #### Authors: 1
8
+
9
+ - David He ([@Dizigen](https://github.com/Dizigen))
10
+
11
+ ---
12
+
1
13
  # v17.0.0 (Mon Nov 13 2023)
2
14
 
3
15
  #### 💥 Breaking Change
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-ext/react-native-bare-oauth",
3
- "version": "17.0.1-canary.635.6868214639.0",
3
+ "version": "17.0.1",
4
4
  "description": "Magic SDK OAuth Extension for Bare React Native environments.",
5
5
  "author": "Magic <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -30,7 +30,7 @@
30
30
  "react-native-device-info": "^10.3.0"
31
31
  },
32
32
  "devDependencies": {
33
- "@magic-sdk/react-native-bare": "22.2.2-canary.635.6868214639.0",
33
+ "@magic-sdk/react-native-bare": "^22.2.2",
34
34
  "@types/crypto-js": "~3.1.47",
35
35
  "react-native-inappbrowser-reborn": "^3.7.0"
36
36
  },
@@ -38,5 +38,5 @@
38
38
  "@magic-sdk/react-native-bare": ">=13.0.0",
39
39
  "react-native-inappbrowser-reborn": ">=3.7.0"
40
40
  },
41
- "gitHead": "3296763f4ff27f4b2d5a9db1ec36d8252efc14cf"
41
+ "gitHead": "a594e415441e8973341e90e18fe2b8d7653ce530"
42
42
  }