@ccci/micro-server 1.0.114 → 1.0.115

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -250944,7 +250944,6 @@ class WebSocketServer {
250944
250944
 
250945
250945
  // src/utils/PushNotifier.ts
250946
250946
  var import_firebase_admin = __toESM(require_lib18(), 1);
250947
-
250948
250947
  class PushNotifier {
250949
250948
  static FirebaseAdmin = import_firebase_admin.default;
250950
250949
  static instance = 0;
@@ -250968,6 +250967,8 @@ class PushNotifier {
250968
250967
  notification: message,
250969
250968
  data: metadata
250970
250969
  };
250970
+ Logger.info("PushNotifier.FirebaseAdmin :>> ", PushNotifier.FirebaseAdmin);
250971
+ Logger.info("params :>> ", params);
250971
250972
  let result = await PushNotifier.FirebaseAdmin.messaging().sendEachForMulticast(params);
250972
250973
  return result;
250973
250974
  } catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ccci/micro-server",
3
- "version": "1.0.114",
3
+ "version": "1.0.115",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",