@smartsoft001/auth-domain 1.1.22 → 1.1.32
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 +11 -99
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smartsoft001/auth-domain",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.32",
|
|
4
4
|
"description": "Utils to authorization",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,113 +17,25 @@
|
|
|
17
17
|
"dependencies": {},
|
|
18
18
|
"peerDependencies": {
|
|
19
19
|
"typeorm": "0.2.29",
|
|
20
|
-
"@
|
|
21
|
-
"
|
|
22
|
-
"buffer": "5.7.1",
|
|
23
|
-
"base64-js": "1.5.1",
|
|
24
|
-
"ieee754": "1.2.1",
|
|
25
|
-
"chalk": "4.1.2",
|
|
26
|
-
"ansi-styles": "4.3.0",
|
|
27
|
-
"color-convert": "2.0.1",
|
|
28
|
-
"color-name": "1.1.4",
|
|
29
|
-
"supports-color": "7.2.0",
|
|
30
|
-
"has-flag": "4.0.0",
|
|
31
|
-
"cli-highlight": "2.1.11",
|
|
32
|
-
"highlight.js": "10.7.3",
|
|
33
|
-
"mz": "2.7.0",
|
|
34
|
-
"any-promise": "1.3.0",
|
|
35
|
-
"object-assign": "4.1.1",
|
|
36
|
-
"thenify-all": "1.6.0",
|
|
37
|
-
"thenify": "3.3.1",
|
|
38
|
-
"parse5": "5.1.1",
|
|
39
|
-
"parse5-htmlparser2-tree-adapter": "6.0.1",
|
|
40
|
-
"yargs": "16.2.0",
|
|
41
|
-
"cliui": "7.0.4",
|
|
42
|
-
"string-width": "4.2.3",
|
|
43
|
-
"emoji-regex": "8.0.0",
|
|
44
|
-
"is-fullwidth-code-point": "3.0.0",
|
|
45
|
-
"strip-ansi": "6.0.1",
|
|
46
|
-
"ansi-regex": "5.0.1",
|
|
47
|
-
"wrap-ansi": "7.0.0",
|
|
48
|
-
"escalade": "3.1.1",
|
|
49
|
-
"get-caller-file": "2.0.5",
|
|
50
|
-
"require-directory": "2.1.1",
|
|
51
|
-
"y18n": "5.0.8",
|
|
52
|
-
"yargs-parser": "20.2.9",
|
|
53
|
-
"debug": "4.3.4",
|
|
54
|
-
"ms": "2.1.2",
|
|
55
|
-
"glob": "7.2.3",
|
|
56
|
-
"fs.realpath": "1.0.0",
|
|
57
|
-
"inflight": "1.0.6",
|
|
58
|
-
"once": "1.4.0",
|
|
59
|
-
"wrappy": "1.0.2",
|
|
60
|
-
"inherits": "2.0.1",
|
|
61
|
-
"minimatch": "3.1.2",
|
|
62
|
-
"brace-expansion": "1.1.11",
|
|
63
|
-
"balanced-match": "1.0.2",
|
|
64
|
-
"concat-map": "0.0.1",
|
|
65
|
-
"path-is-absolute": "1.0.1",
|
|
66
|
-
"js-yaml": "3.14.1",
|
|
67
|
-
"argparse": "1.0.10",
|
|
68
|
-
"sprintf-js": "1.0.3",
|
|
69
|
-
"esprima": "4.0.1",
|
|
70
|
-
"mkdirp": "1.0.4",
|
|
20
|
+
"@smartsoft001/domain-core": "1.1.32",
|
|
21
|
+
"@smartsoft001/models": "1.1.32",
|
|
71
22
|
"reflect-metadata": "0.1.13",
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"xml2js": "0.4.23",
|
|
76
|
-
"sax": "1.2.4",
|
|
77
|
-
"xmlbuilder": "11.0.1",
|
|
78
|
-
"yargonaut": "1.1.4",
|
|
79
|
-
"escape-string-regexp": "1.0.5",
|
|
80
|
-
"has-ansi": "2.0.0",
|
|
81
|
-
"figlet": "1.5.2",
|
|
82
|
-
"parent-require": "1.0.0",
|
|
83
|
-
"@smartsoft001/domain-core": "1.1.22",
|
|
84
|
-
"@smartsoft001/models": "1.1.22",
|
|
85
|
-
"@smartsoft001/utils": "1.1.22",
|
|
86
|
-
"@angular/common": "14.2.2",
|
|
87
|
-
"@angular/core": "14.2.2",
|
|
23
|
+
"@smartsoft001/utils": "1.1.32",
|
|
24
|
+
"@angular/common": "15.0.2",
|
|
25
|
+
"@angular/core": "15.0.2",
|
|
88
26
|
"lodash": "4.17.21",
|
|
89
27
|
"guid-typescript": "1.0.9",
|
|
90
28
|
"flatted": "3.2.7",
|
|
91
29
|
"md5": "2.3.0",
|
|
92
|
-
"charenc": "0.0.2",
|
|
93
|
-
"crypt": "0.0.2",
|
|
94
|
-
"is-buffer": "1.1.6",
|
|
95
30
|
"rxjs": "7.5.6",
|
|
96
|
-
"@smartsoft001/users": "1.1.
|
|
97
|
-
"@angular/platform-browser-dynamic": "
|
|
31
|
+
"@smartsoft001/users": "1.1.32",
|
|
32
|
+
"@angular/platform-browser-dynamic": "15.0.2",
|
|
98
33
|
"@nestjs/common": "9.0.9",
|
|
99
|
-
"iterare": "1.2.1",
|
|
100
|
-
"uuid": "8.3.2",
|
|
101
34
|
"@nestjs/jwt": "7.2.0",
|
|
102
|
-
"@types/jsonwebtoken": "8.5.0",
|
|
103
|
-
"jsonwebtoken": "8.5.1",
|
|
104
|
-
"jws": "3.2.2",
|
|
105
|
-
"jwa": "1.4.1",
|
|
106
|
-
"buffer-equal-constant-time": "1.0.1",
|
|
107
|
-
"ecdsa-sig-formatter": "1.0.11",
|
|
108
|
-
"lodash.includes": "4.3.0",
|
|
109
|
-
"lodash.isboolean": "3.0.3",
|
|
110
|
-
"lodash.isinteger": "4.0.4",
|
|
111
|
-
"lodash.isnumber": "3.0.3",
|
|
112
|
-
"lodash.isplainobject": "4.0.6",
|
|
113
|
-
"lodash.isstring": "4.0.1",
|
|
114
|
-
"lodash.once": "4.1.1",
|
|
115
|
-
"semver": "5.7.1",
|
|
116
35
|
"@nestjs/typeorm": "7.1.5",
|
|
117
|
-
"@smartsoft001/fb": "1.1.
|
|
36
|
+
"@smartsoft001/fb": "1.1.32",
|
|
118
37
|
"@nestjs/axios": "0.1.0",
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"form-data": "4.0.0",
|
|
122
|
-
"asynckit": "0.4.0",
|
|
123
|
-
"combined-stream": "1.0.8",
|
|
124
|
-
"delayed-stream": "1.0.0",
|
|
125
|
-
"mime-types": "2.1.35",
|
|
126
|
-
"mime-db": "1.52.0",
|
|
127
|
-
"@smartsoft001/google": "1.1.22"
|
|
38
|
+
"@smartsoft001/google": "1.1.32",
|
|
39
|
+
"tslib": "2.4.1"
|
|
128
40
|
}
|
|
129
41
|
}
|