safesafar-common 1.0.78 → 1.0.79

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/dist/index.js CHANGED
@@ -458,7 +458,7 @@ UserManagmentGrpcClientModule = _ts_decorate4([
458
458
  options: {
459
459
  package: "user_management",
460
460
  protoPath: resolveDistFolderPath("proto", "user.management.proto"),
461
- url: "localhost:5000"
461
+ url: "users_management:5000"
462
462
  }
463
463
  }
464
464
  ])
@@ -471,7 +471,7 @@ UserManagmentGrpcClientModule = _ts_decorate4([
471
471
  options: {
472
472
  package: "user_management",
473
473
  protoPath: resolveDistFolderPath("proto", "user.management.proto"),
474
- url: "localhost:5000"
474
+ url: "users_management:5000"
475
475
  }
476
476
  }
477
477
  ])
package/dist/index.mjs CHANGED
@@ -400,7 +400,7 @@ UserManagmentGrpcClientModule = _ts_decorate4([
400
400
  options: {
401
401
  package: "user_management",
402
402
  protoPath: resolveDistFolderPath("proto", "user.management.proto"),
403
- url: "localhost:5000"
403
+ url: "users_management:5000"
404
404
  }
405
405
  }
406
406
  ])
@@ -413,7 +413,7 @@ UserManagmentGrpcClientModule = _ts_decorate4([
413
413
  options: {
414
414
  package: "user_management",
415
415
  protoPath: resolveDistFolderPath("proto", "user.management.proto"),
416
- url: "localhost:5000"
416
+ url: "users_management:5000"
417
417
  }
418
418
  }
419
419
  ])
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "safesafar-common",
3
- "version": "1.0.78",
3
+ "version": "1.0.79",
4
4
  "description": "Common library for SafeSafar",
5
5
  "keywords": [],
6
6
  "author": "SafeSafar",