@smartsoft001/crud-shell-nestjs 2.91.0 → 2.92.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 +2 -3
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -33,8 +33,7 @@ import "reflect-metadata";
33
33
  import "reflect-metadata";
34
34
 
35
35
  // packages/shared/utils/src/lib/services/password/password.service.ts
36
- import * as md5_ from "md5";
37
- var md5 = md5_;
36
+ import md5 from "md5";
38
37
  var PasswordService = class _PasswordService {
39
38
  /**
40
39
  * Hash password text
@@ -1154,7 +1153,7 @@ import {
1154
1153
  import * as Busboy from "busboy";
1155
1154
  import { Parser } from "json2csv";
1156
1155
  import * as _2 from "lodash";
1157
- import * as moment from "moment-timezone";
1156
+ import moment from "moment-timezone";
1158
1157
  import * as XLSX from "xlsx";
1159
1158
  import { Readable } from "stream";
1160
1159
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartsoft001/crud-shell-nestjs",
3
- "version": "2.91.0",
3
+ "version": "2.92.0",
4
4
  "description": "Utils to crud",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,9 +17,9 @@
17
17
  "url": "https://github.com/emiljuchnikowski/smartsoft/issues"
18
18
  },
19
19
  "peerDependencies": {
20
- "@smartsoft001/crud-shell-app-services": "2.91.0",
20
+ "@smartsoft001/crud-shell-app-services": "2.92.0",
21
21
  "@smartsoft001/crud-shell-dto": "*",
22
- "@smartsoft001/domain-core": "2.91.0"
22
+ "@smartsoft001/domain-core": "2.92.0"
23
23
  },
24
24
  "homepage": "https://github.com/emiljuchnikowski/smartsoft#readme"
25
25
  }