@smartsoft001/trans-shell-nestjs 1.1.24 → 1.1.33
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/package.json +22 -149
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smartsoft001/trans-shell-nestjs",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.33",
|
4
4
|
"description": "This library was generated with [Nx](https://nx.dev).",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -17,173 +17,46 @@
|
|
17
17
|
"dependencies": {},
|
18
18
|
"peerDependencies": {
|
19
19
|
"@nestjs/common": "9.0.9",
|
20
|
-
"
|
21
|
-
"tslib": "2.4.0",
|
22
|
-
"uuid": "8.3.2",
|
23
|
-
"@smartsoft001/trans-shell-app-services": "1.1.24",
|
20
|
+
"@smartsoft001/trans-shell-app-services": "1.1.33",
|
24
21
|
"@nestjs/core": "9.0.9",
|
25
|
-
"@nuxtjs/opencollective": "0.3.2",
|
26
|
-
"chalk": "4.1.2",
|
27
|
-
"ansi-styles": "4.3.0",
|
28
|
-
"color-convert": "2.0.1",
|
29
|
-
"color-name": "1.1.4",
|
30
|
-
"supports-color": "7.2.0",
|
31
|
-
"has-flag": "4.0.0",
|
32
|
-
"consola": "2.15.3",
|
33
|
-
"node-fetch": "2.6.7",
|
34
|
-
"whatwg-url": "5.0.0",
|
35
|
-
"tr46": "0.0.3",
|
36
|
-
"webidl-conversions": "3.0.1",
|
37
|
-
"fast-safe-stringify": "2.1.1",
|
38
|
-
"object-hash": "3.0.0",
|
39
|
-
"path-to-regexp": "3.2.0",
|
40
22
|
"@nestjs/axios": "0.1.0",
|
41
|
-
"
|
42
|
-
"follow-redirects": "1.15.2",
|
43
|
-
"form-data": "4.0.0",
|
44
|
-
"asynckit": "0.4.0",
|
45
|
-
"combined-stream": "1.0.8",
|
46
|
-
"delayed-stream": "1.0.0",
|
47
|
-
"mime-types": "2.1.35",
|
48
|
-
"mime-db": "1.52.0",
|
49
|
-
"@smartsoft001/trans-domain": "1.1.24",
|
23
|
+
"@smartsoft001/trans-domain": "1.1.33",
|
50
24
|
"typeorm": "0.2.29",
|
51
|
-
"@
|
52
|
-
"
|
53
|
-
"buffer": "5.7.1",
|
54
|
-
"base64-js": "1.5.1",
|
55
|
-
"ieee754": "1.2.1",
|
56
|
-
"cli-highlight": "2.1.11",
|
57
|
-
"highlight.js": "10.7.3",
|
58
|
-
"mz": "2.7.0",
|
59
|
-
"any-promise": "1.3.0",
|
60
|
-
"object-assign": "4.1.1",
|
61
|
-
"thenify-all": "1.6.0",
|
62
|
-
"thenify": "3.3.1",
|
63
|
-
"parse5": "5.1.1",
|
64
|
-
"parse5-htmlparser2-tree-adapter": "6.0.1",
|
65
|
-
"yargs": "16.2.0",
|
66
|
-
"cliui": "7.0.4",
|
67
|
-
"string-width": "4.2.3",
|
68
|
-
"emoji-regex": "8.0.0",
|
69
|
-
"is-fullwidth-code-point": "3.0.0",
|
70
|
-
"strip-ansi": "6.0.1",
|
71
|
-
"ansi-regex": "5.0.1",
|
72
|
-
"wrap-ansi": "7.0.0",
|
73
|
-
"escalade": "3.1.1",
|
74
|
-
"get-caller-file": "2.0.5",
|
75
|
-
"require-directory": "2.1.1",
|
76
|
-
"y18n": "5.0.8",
|
77
|
-
"yargs-parser": "20.2.9",
|
78
|
-
"debug": "4.3.4",
|
79
|
-
"ms": "2.1.2",
|
80
|
-
"glob": "7.2.3",
|
81
|
-
"fs.realpath": "1.0.0",
|
82
|
-
"inflight": "1.0.6",
|
83
|
-
"once": "1.4.0",
|
84
|
-
"wrappy": "1.0.2",
|
85
|
-
"inherits": "2.0.1",
|
86
|
-
"minimatch": "3.1.2",
|
87
|
-
"brace-expansion": "1.1.11",
|
88
|
-
"balanced-match": "1.0.2",
|
89
|
-
"concat-map": "0.0.1",
|
90
|
-
"path-is-absolute": "1.0.1",
|
91
|
-
"js-yaml": "3.14.1",
|
92
|
-
"argparse": "1.0.10",
|
93
|
-
"sprintf-js": "1.0.3",
|
94
|
-
"esprima": "4.0.1",
|
95
|
-
"mkdirp": "1.0.4",
|
25
|
+
"@smartsoft001/domain-core": "1.1.33",
|
26
|
+
"@smartsoft001/models": "1.1.33",
|
96
27
|
"reflect-metadata": "0.1.13",
|
97
|
-
"
|
98
|
-
"
|
99
|
-
"
|
100
|
-
"sax": "1.2.4",
|
101
|
-
"xmlbuilder": "11.0.1",
|
102
|
-
"yargonaut": "1.1.4",
|
103
|
-
"escape-string-regexp": "1.0.5",
|
104
|
-
"has-ansi": "2.0.0",
|
105
|
-
"figlet": "1.5.2",
|
106
|
-
"parent-require": "1.0.0",
|
107
|
-
"@smartsoft001/domain-core": "1.1.24",
|
108
|
-
"@smartsoft001/models": "1.1.24",
|
109
|
-
"@smartsoft001/utils": "1.1.24",
|
110
|
-
"@angular/common": "14.2.2",
|
111
|
-
"@angular/core": "14.2.2",
|
28
|
+
"@smartsoft001/utils": "1.1.33",
|
29
|
+
"@angular/common": "15.0.2",
|
30
|
+
"@angular/core": "15.0.2",
|
112
31
|
"lodash": "4.17.21",
|
113
32
|
"guid-typescript": "1.0.9",
|
114
33
|
"flatted": "3.2.7",
|
115
34
|
"md5": "2.3.0",
|
116
|
-
"charenc": "0.0.2",
|
117
|
-
"crypt": "0.0.2",
|
118
|
-
"is-buffer": "1.1.6",
|
119
35
|
"rxjs": "7.5.6",
|
120
|
-
"@smartsoft001/users": "1.1.
|
121
|
-
"@angular/platform-browser-dynamic": "
|
122
|
-
"@smartsoft001/payu": "1.1.
|
123
|
-
"@smartsoft001/paypal": "1.1.
|
36
|
+
"@smartsoft001/users": "1.1.33",
|
37
|
+
"@angular/platform-browser-dynamic": "15.0.2",
|
38
|
+
"@smartsoft001/payu": "1.1.33",
|
39
|
+
"@smartsoft001/paypal": "1.1.33",
|
124
40
|
"paypal-rest-sdk": "1.8.1",
|
125
|
-
"
|
126
|
-
"
|
127
|
-
"@smartsoft001/revolut": "1.1.24",
|
128
|
-
"@smartsoft001/paynow": "1.1.24",
|
41
|
+
"@smartsoft001/revolut": "1.1.33",
|
42
|
+
"@smartsoft001/paynow": "1.1.33",
|
129
43
|
"crypto-js": "4.1.1",
|
130
44
|
"@nestjs/passport": "7.1.6",
|
131
45
|
"@nestjs/jwt": "7.2.0",
|
132
|
-
"@
|
133
|
-
"jsonwebtoken": "8.5.1",
|
134
|
-
"jws": "3.2.2",
|
135
|
-
"jwa": "1.4.1",
|
136
|
-
"buffer-equal-constant-time": "1.0.1",
|
137
|
-
"ecdsa-sig-formatter": "1.0.11",
|
138
|
-
"lodash.includes": "4.3.0",
|
139
|
-
"lodash.isboolean": "3.0.3",
|
140
|
-
"lodash.isinteger": "4.0.4",
|
141
|
-
"lodash.isnumber": "3.0.3",
|
142
|
-
"lodash.isplainobject": "4.0.6",
|
143
|
-
"lodash.isstring": "4.0.1",
|
144
|
-
"lodash.once": "4.1.1",
|
145
|
-
"@smartsoft001/crud-shell-nestjs": "1.1.24",
|
46
|
+
"@smartsoft001/crud-shell-nestjs": "1.1.33",
|
146
47
|
"json2csv": "5.0.7",
|
147
|
-
"commander": "6.2.1",
|
148
|
-
"jsonparse": "1.3.1",
|
149
|
-
"lodash.get": "4.4.2",
|
150
48
|
"xlsx": "0.17.5",
|
151
|
-
"adler-32": "1.2.0",
|
152
|
-
"exit-on-epipe": "1.0.1",
|
153
|
-
"printj": "1.1.2",
|
154
|
-
"cfb": "1.2.2",
|
155
|
-
"crc-32": "1.2.2",
|
156
|
-
"codepage": "1.15.0",
|
157
|
-
"ssf": "0.11.2",
|
158
|
-
"frac": "1.1.2",
|
159
|
-
"wmf": "1.0.2",
|
160
|
-
"word": "0.3.0",
|
161
49
|
"busboy": "0.3.1",
|
162
|
-
"
|
163
|
-
"streamsearch": "0.1.2",
|
164
|
-
"@smartsoft001/crud-shell-app-services": "1.1.24",
|
50
|
+
"@smartsoft001/crud-shell-app-services": "1.1.33",
|
165
51
|
"lodash-decorators": "6.0.1",
|
166
|
-
"
|
167
|
-
"@smartsoft001/crud-
|
168
|
-
"@smartsoft001/
|
52
|
+
"combined-stream": "1.0.8",
|
53
|
+
"@smartsoft001/crud-domain": "1.1.33",
|
54
|
+
"@smartsoft001/crud-shell-dtos": "1.1.33",
|
55
|
+
"@smartsoft001/nestjs": "1.1.33",
|
169
56
|
"passport-jwt": "4.0.0",
|
170
|
-
"passport-strategy": "1.0.0",
|
171
57
|
"@nestjs/websockets": "7.6.18",
|
172
|
-
"@smartsoft001/mongo": "1.1.
|
58
|
+
"@smartsoft001/mongo": "1.1.33",
|
173
59
|
"mongodb": "3.7.3",
|
174
|
-
"
|
175
|
-
"readable-stream": "2.3.7",
|
176
|
-
"core-util-is": "1.0.3",
|
177
|
-
"isarray": "1.0.0",
|
178
|
-
"process-nextick-args": "2.0.1",
|
179
|
-
"string_decoder": "1.1.1",
|
180
|
-
"util-deprecate": "1.0.2",
|
181
|
-
"bson": "1.1.6",
|
182
|
-
"denque": "1.5.1",
|
183
|
-
"optional-require": "1.1.8",
|
184
|
-
"require-at": "1.0.6",
|
185
|
-
"saslprep": "1.0.3",
|
186
|
-
"sparse-bitfield": "3.0.3",
|
187
|
-
"memory-pager": "1.5.0"
|
60
|
+
"tslib": "2.4.1"
|
188
61
|
}
|
189
62
|
}
|