@react-native-firebase/perf 20.5.0 → 21.0.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/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
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
+ ## [21.0.0](https://github.com/invertase/react-native-firebase/compare/v20.5.0...v21.0.0) (2024-09-26)
7
+
8
+ **Note:** Version bump only for package @react-native-firebase/perf
9
+
6
10
  ## [20.5.0](https://github.com/invertase/react-native-firebase/compare/v20.4.0...v20.5.0) (2024-09-11)
7
11
 
8
12
  **Note:** Version bump only for package @react-native-firebase/perf
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '20.5.0';
2
+ module.exports = '21.0.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/perf",
3
- "version": "20.5.0",
3
+ "version": "21.0.0",
4
4
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
5
5
  "description": "React Native Firebase - React Native Firebase provides native integration with Performance Monitoring to gain insight into key performance characteristics within your React Native application.",
6
6
  "main": "lib/index.js",
@@ -29,11 +29,11 @@
29
29
  "performance monitoring"
30
30
  ],
31
31
  "peerDependencies": {
32
- "@react-native-firebase/app": "20.5.0",
32
+ "@react-native-firebase/app": "21.0.0",
33
33
  "expo": ">=47.0.0"
34
34
  },
35
35
  "devDependencies": {
36
- "expo": "^50.0.19"
36
+ "expo": "^50.0.21"
37
37
  },
38
38
  "peerDependenciesMeta": {
39
39
  "expo": {
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "daf2bc9086c14bbb0e1b02a4d4274b7060263eb1"
46
+ "gitHead": "6965c40db30a832a21c3f9a93f6e5df36f137461"
47
47
  }
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.applyPlugin = exports.withApplyPerfPlugin = void 0;
3
+ exports.withApplyPerfPlugin = void 0;
4
+ exports.applyPlugin = applyPlugin;
4
5
  const config_plugins_1 = require("@expo/config-plugins");
5
6
  const constants_1 = require("./constants");
6
7
  /**
@@ -25,4 +26,3 @@ function applyPlugin(appBuildGradle) {
25
26
  }
26
27
  return appBuildGradle;
27
28
  }
28
- exports.applyPlugin = applyPlugin;
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.setBuildscriptDependency = exports.withBuildscriptDependency = void 0;
3
+ exports.withBuildscriptDependency = void 0;
4
+ exports.setBuildscriptDependency = setBuildscriptDependency;
4
5
  const config_plugins_1 = require("@expo/config-plugins");
5
6
  const constants_1 = require("./constants");
6
7
  /**
@@ -26,4 +27,3 @@ function setBuildscriptDependency(buildGradle) {
26
27
  }
27
28
  return buildGradle;
28
29
  }
29
- exports.setBuildscriptDependency = setBuildscriptDependency;
@@ -0,0 +1 @@
1
+ {"root":["./src/index.ts","./src/android/applyPlugin.ts","./src/android/buildscriptDependency.ts","./src/android/constants.ts","./src/android/index.ts"],"version":"5.6.2"}