@dofe/infra-common 0.1.28 → 0.1.30
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dofe/infra-common",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.30",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -334,8 +334,8 @@
|
|
|
334
334
|
}
|
|
335
335
|
},
|
|
336
336
|
"peerDependencies": {
|
|
337
|
-
"@dofe/infra-contracts": "^0.1.
|
|
338
|
-
"@dofe/infra-redis": "^0.1.
|
|
337
|
+
"@dofe/infra-contracts": "^0.1.29",
|
|
338
|
+
"@dofe/infra-redis": "^0.1.29",
|
|
339
339
|
"@nestjs/common": "^11.0.0",
|
|
340
340
|
"@nestjs/config": "^4.0.0",
|
|
341
341
|
"@nestjs/core": "^11.0.0",
|
|
@@ -359,8 +359,8 @@
|
|
|
359
359
|
"zod": "^4.3.6"
|
|
360
360
|
},
|
|
361
361
|
"dependencies": {
|
|
362
|
-
"@dofe/infra-i18n": "^0.1.
|
|
363
|
-
"@dofe/infra-utils": "^0.1.
|
|
362
|
+
"@dofe/infra-i18n": "^0.1.29",
|
|
363
|
+
"@dofe/infra-utils": "^0.1.28"
|
|
364
364
|
},
|
|
365
365
|
"devDependencies": {
|
|
366
366
|
"@types/accept-language-parser": "^1.5.8",
|