@react-native-firebase/auth 26.3.0 → 26.3.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.
- package/CHANGELOG.md +6 -0
- package/dist/module/version.js +1 -1
- package/dist/typescript/lib/version.d.ts +1 -1
- package/lib/version.ts +1 -1
- package/package.json +6 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [26.3.1](https://github.com/invertase/react-native-firebase/compare/v26.3.0...v26.3.1) (2026-08-20)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- restore tokenless npm OIDC publishing ([f601644](https://github.com/invertase/react-native-firebase/commit/f60164462f6de612b20192dde4b154e1c1d6afc7))
|
|
11
|
+
|
|
6
12
|
## [26.3.0](https://github.com/invertase/react-native-firebase/compare/v26.2.0...v26.3.0) (2026-08-20)
|
|
7
13
|
|
|
8
14
|
### Bug Fixes
|
package/dist/module/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "26.3.
|
|
1
|
+
export declare const version = "26.3.1";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/lib/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Generated by genversion.
|
|
2
|
-
export const version = '26.3.
|
|
2
|
+
export const version = '26.3.1';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-firebase/auth",
|
|
3
|
-
"version": "26.3.
|
|
3
|
+
"version": "26.3.1",
|
|
4
4
|
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
|
|
5
5
|
"description": "React Native Firebase - The authentication module provides an easy-to-use API to integrate an authentication workflow into new and existing applications. React Native Firebase provides access to all Firebase authentication methods and identity providers.",
|
|
6
6
|
"main": "./dist/module/index.js",
|
|
@@ -32,7 +32,8 @@
|
|
|
32
32
|
},
|
|
33
33
|
"repository": {
|
|
34
34
|
"type": "git",
|
|
35
|
-
"url": "https://github.com/invertase/react-native-firebase
|
|
35
|
+
"url": "https://github.com/invertase/react-native-firebase",
|
|
36
|
+
"directory": "packages/auth"
|
|
36
37
|
},
|
|
37
38
|
"license": "Apache-2.0",
|
|
38
39
|
"keywords": [
|
|
@@ -45,11 +46,11 @@
|
|
|
45
46
|
"@expo/plist": "^0.8.1"
|
|
46
47
|
},
|
|
47
48
|
"peerDependencies": {
|
|
48
|
-
"@react-native-firebase/app": "26.3.
|
|
49
|
+
"@react-native-firebase/app": "26.3.1",
|
|
49
50
|
"expo": ">=47.0.0"
|
|
50
51
|
},
|
|
51
52
|
"devDependencies": {
|
|
52
|
-
"@react-native-firebase/app": "26.3.
|
|
53
|
+
"@react-native-firebase/app": "26.3.1",
|
|
53
54
|
"expo": "^55.0.18",
|
|
54
55
|
"react-native-builder-bob": "^0.40.13"
|
|
55
56
|
},
|
|
@@ -100,5 +101,5 @@
|
|
|
100
101
|
"node_modules/",
|
|
101
102
|
"dist/"
|
|
102
103
|
],
|
|
103
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "af89e2709dc13a1f312d1a31881094c499d82581"
|
|
104
105
|
}
|