@react-native-firebase/storage 26.0.0 → 26.2.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/lib/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '26.0.0';
2
+ export const version = '26.2.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/storage",
3
- "version": "26.0.0",
3
+ "version": "26.2.0",
4
4
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
5
5
  "description": "React Native Firebase - React Native Firebase provides native integration with Cloud Storage, providing support to upload and download files directly from your device and from your Firebase Cloud Storage bucket.",
6
6
  "main": "./dist/module/index.js",
@@ -25,8 +25,8 @@
25
25
  "compile": "bob build",
26
26
  "prepare": "yarn run build && yarn compile",
27
27
  "codegen": "yarn android:codegen && yarn ios:codegen",
28
- "android:codegen": "npx @react-native-community/cli codegen --platform android --outputPath=./android/src/main/java/io/invertase/firebase/storage/generated",
29
- "ios:codegen": "npx @react-native-community/cli codegen --platform ios --outputPath=./ios/generated"
28
+ "android:codegen": "rimraf android/src/main/java/io/invertase/firebase/storage/generated && npx @react-native-community/cli codegen --platform android --outputPath=./android/src/main/java/io/invertase/firebase/storage/generated",
29
+ "ios:codegen": "rimraf ios/generated && npx @react-native-community/cli codegen --platform ios --outputPath=./ios/generated"
30
30
  },
31
31
  "repository": {
32
32
  "type": "git",
@@ -47,14 +47,14 @@
47
47
  "download"
48
48
  ],
49
49
  "peerDependencies": {
50
- "@react-native-firebase/app": "26.0.0"
50
+ "@react-native-firebase/app": "26.2.0"
51
51
  },
52
52
  "publishConfig": {
53
53
  "access": "public",
54
54
  "provenance": true
55
55
  },
56
56
  "devDependencies": {
57
- "@react-native-firebase/app": "26.0.0",
57
+ "@react-native-firebase/app": "26.2.0",
58
58
  "react-native-builder-bob": "^0.41.0"
59
59
  },
60
60
  "exports": {
@@ -87,5 +87,5 @@
87
87
  "node_modules/",
88
88
  "dist/"
89
89
  ],
90
- "gitHead": "2a360acb2aebdd39dd40e31be386b30697270626"
90
+ "gitHead": "b7efa8ca2781b5102975ee5169ee6fc52e9c1588"
91
91
  }