mayo-firebase-config 1.2.2 → 1.2.3

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.
@@ -15,7 +15,7 @@ const mayo_logger_1 = require("mayo-logger");
15
15
  const { FirebaseConfigExtractor } = react_native_1.NativeModules;
16
16
  const extractFirebaseConfig = () => __awaiter(void 0, void 0, void 0, function* () {
17
17
  mayo_logger_1.Logger.info('Starting Firebase config extraction...', null, { tag: 'mayo-firebase-config-extractor' });
18
- const config = FirebaseConfigExtractor.extractConfig();
18
+ const config = yield FirebaseConfigExtractor.extractConfig();
19
19
  if (config && typeof config === 'object' && Object.keys(config).length > 0) {
20
20
  mayo_logger_1.Logger.info('Successfully extracted Firebase config', null, { tag: 'mayo-firebase-config-extractor' });
21
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayo-firebase-config",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "license": "MIT",
5
5
  "author": "Mohamed Bennekrouf",
6
6
  "main": "dist/index.js",