@xemahq/platform-common 0.5.1 → 0.5.2
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 +6 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xemahq/platform-common",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "Shared NestJS building blocks for Xema services — auth guards, response redaction, CORS configuration, and crypto helpers.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Neuralchowder Inc. <developer@xema.dev> (https://xema.dev)",
|
|
@@ -26,7 +26,10 @@
|
|
|
26
26
|
"@nestjs/platform-express": ">=10",
|
|
27
27
|
"@nestjs/swagger": ">=7",
|
|
28
28
|
"rxjs": ">=7",
|
|
29
|
-
"@xemahq/kernel-contracts": ">=0.57.0"
|
|
29
|
+
"@xemahq/kernel-contracts": ">=0.57.0",
|
|
30
|
+
"class-validator": ">=0.14",
|
|
31
|
+
"class-transformer": ">=0.5",
|
|
32
|
+
"reflect-metadata": ">=0.2"
|
|
30
33
|
},
|
|
31
34
|
"peerDependenciesMeta": {
|
|
32
35
|
"@nestjs/platform-express": {
|
|
@@ -59,7 +62,7 @@
|
|
|
59
62
|
"rxjs": "7.8.2",
|
|
60
63
|
"ts-jest": "^29.4.9",
|
|
61
64
|
"typescript": "5.9.3",
|
|
62
|
-
"@xemahq/kernel-contracts": "^0.
|
|
65
|
+
"@xemahq/kernel-contracts": "^0.58.0"
|
|
63
66
|
},
|
|
64
67
|
"exports": {
|
|
65
68
|
".": {
|