@smartsoft001/crud-shell-nestjs 1.1.21 → 1.1.22

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 (1) hide show
  1. package/package.json +75 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartsoft001/crud-shell-nestjs",
3
- "version": "1.1.21",
3
+ "version": "1.1.22",
4
4
  "description": "Utils to crud",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,34 +22,87 @@
22
22
  "dependencies": {},
23
23
  "peerDependencies": {
24
24
  "@nestjs/common": "9.0.9",
25
- "json2csv": "^5.0.5",
26
- "lodash": "^4.17.20",
27
- "xlsx": "^0.17.0",
28
- "busboy": "^0.3.1",
29
- "@smartsoft001/crud-shell-app-services": "1.1.21",
25
+ "iterare": "1.2.1",
26
+ "tslib": "2.4.0",
27
+ "uuid": "8.3.2",
28
+ "json2csv": "5.0.7",
29
+ "commander": "6.2.1",
30
+ "jsonparse": "1.3.1",
31
+ "lodash.get": "4.4.2",
32
+ "lodash": "4.17.21",
33
+ "xlsx": "0.17.5",
34
+ "adler-32": "1.2.0",
35
+ "exit-on-epipe": "1.0.1",
36
+ "printj": "1.1.2",
37
+ "cfb": "1.2.2",
38
+ "crc-32": "1.2.2",
39
+ "codepage": "1.15.0",
40
+ "ssf": "0.11.2",
41
+ "frac": "1.1.2",
42
+ "wmf": "1.0.2",
43
+ "word": "0.3.0",
44
+ "busboy": "0.3.1",
45
+ "dicer": "0.3.0",
46
+ "streamsearch": "0.1.2",
47
+ "@smartsoft001/crud-shell-app-services": "1.1.22",
30
48
  "guid-typescript": "1.0.9",
31
49
  "rxjs": "7.5.6",
32
- "lodash-decorators": "^6.0.1",
33
- "combined-stream": "^1.0.8",
34
- "@smartsoft001/users": "1.1.21",
50
+ "lodash-decorators": "6.0.1",
51
+ "combined-stream": "1.0.8",
52
+ "delayed-stream": "1.0.0",
53
+ "@smartsoft001/users": "1.1.22",
35
54
  "@angular/common": "14.2.2",
36
55
  "@angular/core": "14.2.2",
37
56
  "@angular/platform-browser-dynamic": "14.2.2",
38
- "@smartsoft001/domain-core": "1.1.21",
39
- "@smartsoft001/models": "1.1.21",
57
+ "@smartsoft001/domain-core": "1.1.22",
58
+ "@smartsoft001/models": "1.1.22",
40
59
  "reflect-metadata": "0.1.13",
41
- "@smartsoft001/utils": "1.1.21",
42
- "flatted": "^3.2.4",
60
+ "@smartsoft001/utils": "1.1.22",
61
+ "flatted": "3.2.7",
43
62
  "md5": "2.3.0",
44
- "@smartsoft001/crud-domain": "1.1.21",
45
- "@smartsoft001/crud-shell-dtos": "1.1.21",
46
- "@smartsoft001/nestjs": "1.1.21",
63
+ "charenc": "0.0.2",
64
+ "crypt": "0.0.2",
65
+ "is-buffer": "1.1.6",
66
+ "@smartsoft001/crud-domain": "1.1.22",
67
+ "@smartsoft001/crud-shell-dtos": "1.1.22",
68
+ "@smartsoft001/nestjs": "1.1.22",
47
69
  "passport-jwt": "4.0.0",
48
- "@nestjs/passport": "^7.1.5",
49
- "@nestjs/websockets": "^7.6.3",
50
- "@nestjs/jwt": "^7.1.0",
51
- "@smartsoft001/mongo": "1.1.21",
52
- "mongodb": "^3.7.3",
53
- "tslib": "^2.2.0"
70
+ "jsonwebtoken": "8.5.1",
71
+ "jws": "3.2.2",
72
+ "jwa": "1.4.1",
73
+ "buffer-equal-constant-time": "1.0.1",
74
+ "ecdsa-sig-formatter": "1.0.11",
75
+ "safe-buffer": "5.2.1",
76
+ "lodash.includes": "4.3.0",
77
+ "lodash.isboolean": "3.0.3",
78
+ "lodash.isinteger": "4.0.4",
79
+ "lodash.isnumber": "3.0.3",
80
+ "lodash.isplainobject": "4.0.6",
81
+ "lodash.isstring": "4.0.1",
82
+ "lodash.once": "4.1.1",
83
+ "ms": "2.1.3",
84
+ "semver": "5.7.1",
85
+ "passport-strategy": "1.0.0",
86
+ "@nestjs/passport": "7.1.6",
87
+ "@nestjs/websockets": "7.6.18",
88
+ "@nestjs/jwt": "7.2.0",
89
+ "@types/jsonwebtoken": "8.5.0",
90
+ "@smartsoft001/mongo": "1.1.22",
91
+ "mongodb": "3.7.3",
92
+ "bl": "2.2.1",
93
+ "readable-stream": "2.3.7",
94
+ "core-util-is": "1.0.3",
95
+ "inherits": "2.0.3",
96
+ "isarray": "1.0.0",
97
+ "process-nextick-args": "2.0.1",
98
+ "string_decoder": "1.1.1",
99
+ "util-deprecate": "1.0.2",
100
+ "bson": "1.1.6",
101
+ "denque": "1.5.1",
102
+ "optional-require": "1.1.8",
103
+ "require-at": "1.0.6",
104
+ "saslprep": "1.0.3",
105
+ "sparse-bitfield": "3.0.3",
106
+ "memory-pager": "1.5.0"
54
107
  }
55
108
  }