@smartsoft001/crud-shell-nestjs 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.
- package/index.js +2 -3
- 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
|
|
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
|
|
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.
|
|
3
|
+
"version": "2.93.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.
|
|
20
|
+
"@smartsoft001/crud-shell-app-services": "2.93.0",
|
|
21
21
|
"@smartsoft001/crud-shell-dto": "*",
|
|
22
|
-
"@smartsoft001/domain-core": "2.
|
|
22
|
+
"@smartsoft001/domain-core": "2.93.0"
|
|
23
23
|
},
|
|
24
24
|
"homepage": "https://github.com/emiljuchnikowski/smartsoft#readme"
|
|
25
25
|
}
|