react-native-authsignal 2.3.5 → 2.3.7

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.
@@ -20,6 +20,6 @@ jobs:
20
20
  - run: yarn prepare
21
21
  - run: yarn publish --access public
22
22
  env:
23
- YARN_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
24
- NPM_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
25
- NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
23
+ YARN_TOKEN: ${{ secrets.NPM_TOKEN }}
24
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
25
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "react-native-authsignal",
3
- "version": "2.3.5",
3
+ "version": "2.3.7",
4
4
  "description": "The official Authsignal React Native library.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
7
7
  "types": "lib/typescript/index.d.ts",
8
- "react-native": "src/index",
8
+ "react-native": "lib/module/index",
9
9
  "source": "src/index",
10
10
  "files": [
11
11
  "lib",