@dofe/infra-common 0.1.16 → 0.1.18
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 +95 -5
package/package.json
CHANGED
|
@@ -1,11 +1,101 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dofe/infra-common",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.18",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
|
+
"exports": {
|
|
7
|
+
".": {
|
|
8
|
+
"types": "./dist/index.d.ts",
|
|
9
|
+
"default": "./dist/index.js"
|
|
10
|
+
},
|
|
11
|
+
"./common.module": {
|
|
12
|
+
"types": "./dist/common.module.d.ts",
|
|
13
|
+
"default": "./dist/common.module.js"
|
|
14
|
+
},
|
|
15
|
+
"./encryption.service": {
|
|
16
|
+
"types": "./dist/encryption.service.d.ts",
|
|
17
|
+
"default": "./dist/encryption.service.js"
|
|
18
|
+
},
|
|
19
|
+
"./config/configuration": {
|
|
20
|
+
"types": "./dist/config/configuration.d.ts",
|
|
21
|
+
"default": "./dist/config/configuration.js"
|
|
22
|
+
},
|
|
23
|
+
"./config/validation": {
|
|
24
|
+
"types": "./dist/config/validation/index.d.ts",
|
|
25
|
+
"default": "./dist/config/validation/index.js"
|
|
26
|
+
},
|
|
27
|
+
"./config/env-config.service": {
|
|
28
|
+
"types": "./dist/config/env-config.service.d.ts",
|
|
29
|
+
"default": "./dist/config/env-config.service.js"
|
|
30
|
+
},
|
|
31
|
+
"./config/dto/config.dto": {
|
|
32
|
+
"types": "./dist/config/dto/config.dto.d.ts",
|
|
33
|
+
"default": "./dist/config/dto/config.dto.js"
|
|
34
|
+
},
|
|
35
|
+
"./ts-rest": {
|
|
36
|
+
"types": "./dist/ts-rest/index.d.ts",
|
|
37
|
+
"default": "./dist/ts-rest/index.js"
|
|
38
|
+
},
|
|
39
|
+
"./ts-rest/response.helper": {
|
|
40
|
+
"types": "./dist/ts-rest/response.helper.d.ts",
|
|
41
|
+
"default": "./dist/ts-rest/response.helper.js"
|
|
42
|
+
},
|
|
43
|
+
"./filter/exception/api.exception": {
|
|
44
|
+
"types": "./dist/filter/exception/api.exception.d.ts",
|
|
45
|
+
"default": "./dist/filter/exception/api.exception.js"
|
|
46
|
+
},
|
|
47
|
+
"./filter/exception/http.exception": {
|
|
48
|
+
"types": "./dist/filter/exception/http.exception.d.ts",
|
|
49
|
+
"default": "./dist/filter/exception/http.exception.js"
|
|
50
|
+
},
|
|
51
|
+
"./guards/version.guard": {
|
|
52
|
+
"types": "./dist/guards/version.guard.d.ts",
|
|
53
|
+
"default": "./dist/guards/version.guard.js"
|
|
54
|
+
},
|
|
55
|
+
"./interceptor/version/version-header.interceptor": {
|
|
56
|
+
"types": "./dist/interceptor/version/version-header.interceptor.d.ts",
|
|
57
|
+
"default": "./dist/interceptor/version/version-header.interceptor.js"
|
|
58
|
+
},
|
|
59
|
+
"./interceptor/transform/transform.interceptor": {
|
|
60
|
+
"types": "./dist/interceptor/transform/transform.interceptor.d.ts",
|
|
61
|
+
"default": "./dist/interceptor/transform/transform.interceptor.js"
|
|
62
|
+
},
|
|
63
|
+
"./middleware/request.middleware": {
|
|
64
|
+
"types": "./dist/middleware/request.middleware.d.ts",
|
|
65
|
+
"default": "./dist/middleware/request.middleware.js"
|
|
66
|
+
},
|
|
67
|
+
"./decorators/version/version.module": {
|
|
68
|
+
"types": "./dist/decorators/version/version.module.d.ts",
|
|
69
|
+
"default": "./dist/decorators/version/version.module.js"
|
|
70
|
+
},
|
|
71
|
+
"./decorators/transaction/transactional.decorator": {
|
|
72
|
+
"types": "./dist/decorators/transaction/transactional.decorator.d.ts",
|
|
73
|
+
"default": "./dist/decorators/transaction/transactional.decorator.js"
|
|
74
|
+
},
|
|
75
|
+
"./decorators/feature-flag/feature-flag.module": {
|
|
76
|
+
"types": "./dist/decorators/feature-flag/feature-flag.module.d.ts",
|
|
77
|
+
"default": "./dist/decorators/feature-flag/feature-flag.module.js"
|
|
78
|
+
},
|
|
79
|
+
"./decorators/event/event.module": {
|
|
80
|
+
"types": "./dist/decorators/event/event.module.d.ts",
|
|
81
|
+
"default": "./dist/decorators/event/event.module.js"
|
|
82
|
+
},
|
|
83
|
+
"./decorators/cache/cache.module": {
|
|
84
|
+
"types": "./dist/decorators/cache/cache.module.d.ts",
|
|
85
|
+
"default": "./dist/decorators/cache/cache.module.js"
|
|
86
|
+
},
|
|
87
|
+
"./decorators/app-version/app-version.module": {
|
|
88
|
+
"types": "./dist/decorators/app-version/app-version.module.d.ts",
|
|
89
|
+
"default": "./dist/decorators/app-version/app-version.module.js"
|
|
90
|
+
},
|
|
91
|
+
"./utils/prisma-error.util": {
|
|
92
|
+
"types": "./dist/utils/prisma-error.util.d.ts",
|
|
93
|
+
"default": "./dist/utils/prisma-error.util.js"
|
|
94
|
+
}
|
|
95
|
+
},
|
|
6
96
|
"peerDependencies": {
|
|
7
|
-
"@dofe/infra-contracts": "^0.1.
|
|
8
|
-
"@dofe/infra-redis": "^0.1.
|
|
97
|
+
"@dofe/infra-contracts": "^0.1.18",
|
|
98
|
+
"@dofe/infra-redis": "^0.1.18",
|
|
9
99
|
"@nestjs/common": "^11.0.0",
|
|
10
100
|
"@nestjs/config": "^4.0.0",
|
|
11
101
|
"@nestjs/core": "^11.0.0",
|
|
@@ -27,8 +117,8 @@
|
|
|
27
117
|
"zod": "^4.3.6"
|
|
28
118
|
},
|
|
29
119
|
"dependencies": {
|
|
30
|
-
"@dofe/infra-i18n": "^0.1.
|
|
31
|
-
"@dofe/infra-utils": "^0.1.
|
|
120
|
+
"@dofe/infra-i18n": "^0.1.18",
|
|
121
|
+
"@dofe/infra-utils": "^0.1.18"
|
|
32
122
|
},
|
|
33
123
|
"devDependencies": {
|
|
34
124
|
"@types/accept-language-parser": "^1.5.8",
|