@smartsoft001/auth-shell-app-services 2.91.0 → 2.93.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.
Files changed (2) hide show
  1. package/index.js +1 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -65,8 +65,7 @@ import "reflect-metadata";
65
65
  import "reflect-metadata";
66
66
 
67
67
  // packages/shared/utils/src/lib/services/password/password.service.ts
68
- import * as md5_ from "md5";
69
- var md5 = md5_;
68
+ import md5 from "md5";
70
69
  var PasswordService = class _PasswordService {
71
70
  /**
72
71
  * Hash password text
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartsoft001/auth-shell-app-services",
3
- "version": "2.91.0",
3
+ "version": "2.93.0",
4
4
  "description": "Utils to authorization",
5
5
  "repository": {
6
6
  "type": "git",