@xemahq/object-projection-nest 0.1.2 → 0.2.0
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": "@xemahq/object-projection-nest",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Shared NestJS building blocks for the XSI plane-1 object projection surface (`GET /describe-objects` + the `xema.object-registry.projection.published.v1` CloudEvent) that every XemaObject-owning service implements.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"peerDependencies": {
|
|
15
15
|
"@nestjs/common": ">=11.0.0",
|
|
16
16
|
"@nestjs/swagger": ">=11.0.0",
|
|
17
|
-
"@xemahq/events": "^0.
|
|
18
|
-
"@xemahq/kernel-contracts": "^
|
|
17
|
+
"@xemahq/events": "^0.6.0",
|
|
18
|
+
"@xemahq/kernel-contracts": "^12.0.0",
|
|
19
19
|
"zod": "^4.3.6"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"@nestjs/common": "11.1.18",
|
|
24
24
|
"@nestjs/swagger": "11.2.6",
|
|
25
25
|
"@types/node": "25.2.3",
|
|
26
|
-
"@xemahq/events": "^0.
|
|
27
|
-
"@xemahq/kernel-contracts": "^
|
|
26
|
+
"@xemahq/events": "^0.6.0",
|
|
27
|
+
"@xemahq/kernel-contracts": "^12.0.0",
|
|
28
28
|
"eslint": "^9.39.4",
|
|
29
29
|
"eslint-config-prettier": "^10.1.8",
|
|
30
30
|
"eslint-plugin-import": "^2.32.0",
|