@nest-boot/auth 6.0.0-beta.7 → 6.10.1
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/LICENSE +21 -0
- package/dist/auth.guard.d.ts +2 -0
- package/dist/auth.guard.js +5 -2
- package/dist/auth.guard.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +27 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nest-boot/auth",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.10.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "d4rkcr0w <me@d4rkcr0w.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -13,54 +13,48 @@
|
|
|
13
13
|
"files": [
|
|
14
14
|
"dist"
|
|
15
15
|
],
|
|
16
|
-
"scripts": {
|
|
17
|
-
"build": "tsc -p tsconfig.build.json",
|
|
18
|
-
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
|
|
19
|
-
"dev": "tsc -w -p tsconfig.build.json",
|
|
20
|
-
"lint": "eslint \"{src,test}/**/*.ts\" --fix"
|
|
21
|
-
},
|
|
22
16
|
"dependencies": {
|
|
23
17
|
"lodash": "^4.17.21",
|
|
24
18
|
"ms": "^2.1.3"
|
|
25
19
|
},
|
|
26
20
|
"devDependencies": {
|
|
27
|
-
"@mikro-orm/core": "^6.1.
|
|
21
|
+
"@mikro-orm/core": "^6.1.4",
|
|
28
22
|
"@mikro-orm/nestjs": "^5.2.1",
|
|
29
|
-
"@
|
|
30
|
-
"@
|
|
31
|
-
"@
|
|
32
|
-
"@nest-boot/eslint-plugin": "6.0.0-beta.1",
|
|
33
|
-
"@nest-boot/hash": "6.0.0-beta.4",
|
|
34
|
-
"@nest-boot/i18n": "6.0.0-beta.3",
|
|
35
|
-
"@nest-boot/request-context": "6.0.0-beta.3",
|
|
36
|
-
"@nest-boot/tsconfig": "5.1.0",
|
|
37
|
-
"@nestjs/common": "^10.3.1",
|
|
38
|
-
"@nestjs/config": "^3.1.1",
|
|
39
|
-
"@nestjs/core": "^10.3.1",
|
|
23
|
+
"@nestjs/common": "^10.3.3",
|
|
24
|
+
"@nestjs/config": "^3.2.0",
|
|
25
|
+
"@nestjs/core": "^10.3.3",
|
|
40
26
|
"@types/express": "^4.17.17",
|
|
41
27
|
"@types/jest": "^29.5.12",
|
|
42
28
|
"@types/lodash": "^4.14.198",
|
|
43
29
|
"@types/ms": "^0.7.31",
|
|
44
|
-
"@types/node": "^20.11.
|
|
30
|
+
"@types/node": "^20.11.19",
|
|
45
31
|
"express": "^4.18.2",
|
|
46
32
|
"jest": "^29.7.0",
|
|
47
33
|
"reflect-metadata": "^0.1.13",
|
|
48
34
|
"rxjs": "^7.8.1",
|
|
49
35
|
"ts-jest": "^29.1.2",
|
|
50
|
-
"typescript": "^5.2.2"
|
|
36
|
+
"typescript": "^5.2.2",
|
|
37
|
+
"@nest-boot/common": "6.10.0",
|
|
38
|
+
"@nest-boot/database": "6.10.0",
|
|
39
|
+
"@nest-boot/eslint-plugin": "6.10.0",
|
|
40
|
+
"@nest-boot/eslint-config": "6.10.0",
|
|
41
|
+
"@nest-boot/hash": "6.10.0",
|
|
42
|
+
"@nest-boot/request-context": "6.10.0",
|
|
43
|
+
"@nest-boot/tsconfig": "6.10.0",
|
|
44
|
+
"@nest-boot/i18n": "6.10.0"
|
|
51
45
|
},
|
|
52
46
|
"peerDependencies": {
|
|
53
47
|
"@mikro-orm/core": "^6.0.0",
|
|
54
48
|
"@mikro-orm/nestjs": "^5.0.0",
|
|
55
|
-
"@nest-boot/common": "6.0.0-beta.3",
|
|
56
|
-
"@nest-boot/database": "6.0.0-beta.4",
|
|
57
|
-
"@nest-boot/i18n": "6.0.0-beta.3",
|
|
58
|
-
"@nest-boot/request-context": "6.0.0-beta.3",
|
|
59
49
|
"@nestjs/common": "^10.0.0",
|
|
60
50
|
"@nestjs/core": "^10.0.0",
|
|
61
51
|
"express": "^4.0.0",
|
|
62
52
|
"reflect-metadata": "^0.1.13",
|
|
63
|
-
"rxjs": "^7.0.0"
|
|
53
|
+
"rxjs": "^7.0.0",
|
|
54
|
+
"@nest-boot/database": "6.10.0",
|
|
55
|
+
"@nest-boot/i18n": "6.10.0",
|
|
56
|
+
"@nest-boot/request-context": "6.10.0",
|
|
57
|
+
"@nest-boot/common": "6.10.0"
|
|
64
58
|
},
|
|
65
59
|
"publishConfig": {
|
|
66
60
|
"access": "public"
|
|
@@ -73,5 +67,11 @@
|
|
|
73
67
|
},
|
|
74
68
|
"volta": {
|
|
75
69
|
"extends": "../../package.json"
|
|
70
|
+
},
|
|
71
|
+
"scripts": {
|
|
72
|
+
"build": "tsc -p tsconfig.build.json",
|
|
73
|
+
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
|
|
74
|
+
"dev": "tsc -w -p tsconfig.build.json",
|
|
75
|
+
"lint": "eslint \"{src,test}/**/*.ts\" --fix"
|
|
76
76
|
}
|
|
77
|
-
}
|
|
77
|
+
}
|