@xemahq/object-projection-nest 0.1.0 → 0.1.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/LICENSE
CHANGED
|
@@ -9,7 +9,7 @@ Parameters
|
|
|
9
9
|
|
|
10
10
|
Licensor: Neuralchowder Inc.
|
|
11
11
|
|
|
12
|
-
Licensed Work: Xema. The Licensed Work is (c) 2026 Neuralchowder Inc
|
|
12
|
+
Licensed Work: Xema. The Licensed Work is (c) 2026 Neuralchowder Inc.
|
|
13
13
|
|
|
14
14
|
The Licensed Work includes, without limitation, Xema Core, Xema Runtime,
|
|
15
15
|
Xema Kernel, Xema control plane, Xema application runtime, Xema biome
|
|
@@ -116,6 +116,7 @@ the interpretation of, the Additional Use Grant set out above.
|
|
|
116
116
|
and effect. The Licensor reserves all rights not expressly granted
|
|
117
117
|
by this License.
|
|
118
118
|
|
|
119
|
+
|
|
119
120
|
Change Date: Four years from the date the specific version of the Licensed
|
|
120
121
|
Work is first publicly released by Licensor.
|
|
121
122
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Logger, type OnApplicationBootstrap, type OnApplicationShutdown } from '@nestjs/common';
|
|
2
|
-
import { DescriptorEventPublisherService } from '@xemahq/events/nest';
|
|
3
2
|
import type { DescribeObjectsResponseDto } from './describe-objects.dto';
|
|
4
3
|
import type { ObjectProjectionPublishedDescriptor } from './projection-events';
|
|
4
|
+
import type { DescriptorEventPublisherService } from '@xemahq/events/nest';
|
|
5
5
|
export declare const PROJECTION_DEBOUNCE_MS = 1000;
|
|
6
6
|
export declare const PROJECTION_REFRESH_INTERVAL_MS = 60000;
|
|
7
7
|
export declare const PLATFORM_ORG_ID = "system";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"object-projection-publisher.service.d.ts","sourceRoot":"","sources":["../../src/projection/object-projection-publisher.service.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,MAAM,EACN,KAAK,sBAAsB,EAC3B,KAAK,qBAAqB,EAC3B,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"object-projection-publisher.service.d.ts","sourceRoot":"","sources":["../../src/projection/object-projection-publisher.service.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,MAAM,EACN,KAAK,sBAAsB,EAC3B,KAAK,qBAAqB,EAC3B,MAAM,gBAAgB,CAAC;AAGxB,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,wBAAwB,CAAC;AACzE,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,qBAAqB,CAAC;AAC/E,OAAO,KAAK,EACV,+BAA+B,EAEhC,MAAM,qBAAqB,CAAC;AAO7B,eAAO,MAAM,sBAAsB,OAAQ,CAAC;AAO5C,eAAO,MAAM,8BAA8B,QAAS,CAAC;AAOrD,eAAO,MAAM,eAAe,WAAW,CAAC;AAMxC,oBAAY,6BAA6B;IACvC,IAAI,SAAS;IACb,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,MAAM,WAAW;CAClB;AAKD,MAAM,WAAW,gCAAgC;IAO/C,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IAMxB,QAAQ,CAAC,UAAU,EAAE,mCAAmC,CAAC;IAOzD,aAAa,IAAI,OAAO,CAAC,0BAA0B,CAAC,CAAC;CACtD;AA8BD,8BAAsB,gCACpB,YAAW,sBAAsB,EAAE,qBAAqB;IAStD,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,OAAO;IAR1B,SAAS,CAAC,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IAElC,OAAO,CAAC,KAAK,CAA6B;IAC1C,OAAO,CAAC,aAAa,CAA6B;IAClD,OAAO,CAAC,UAAU,CAAS;IAE3B,SAAS,aACU,SAAS,EAAE,+BAA+B,EAC1C,OAAO,EAAE,gCAAgC;IAOtD,sBAAsB,IAAI,OAAO,CAAC,IAAI,CAAC;IAe7C,qBAAqB,IAAI,IAAI;IAmB7B,SAAS,CAAC,iBAAiB,IAAI,IAAI;IAsB7B,iBAAiB,CACrB,MAAM,EAAE,6BAA6B,GACpC,OAAO,CAAC,IAAI,CAAC;IA2DhB,OAAO,CAAC,eAAe;CAQxB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xemahq/object-projection-nest",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
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,17 +14,23 @@
|
|
|
14
14
|
"peerDependencies": {
|
|
15
15
|
"@nestjs/common": ">=11.0.0",
|
|
16
16
|
"@nestjs/swagger": ">=11.0.0",
|
|
17
|
-
"@xemahq/events": "^0.3
|
|
18
|
-
"@xemahq/kernel-contracts": "^0.
|
|
17
|
+
"@xemahq/events": "^0.4.3",
|
|
18
|
+
"@xemahq/kernel-contracts": "^11.0.0",
|
|
19
19
|
"zod": "^4.3.6"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@
|
|
22
|
+
"@eslint/js": "^9.39.4",
|
|
23
|
+
"@nestjs/common": "11.1.18",
|
|
23
24
|
"@nestjs/swagger": "11.2.6",
|
|
24
25
|
"@types/node": "25.2.3",
|
|
25
|
-
"@xemahq/events": "^0.3
|
|
26
|
-
"@xemahq/kernel-contracts": "^0.
|
|
26
|
+
"@xemahq/events": "^0.4.3",
|
|
27
|
+
"@xemahq/kernel-contracts": "^11.0.0",
|
|
28
|
+
"eslint": "^9.39.4",
|
|
29
|
+
"eslint-config-prettier": "^10.1.8",
|
|
30
|
+
"eslint-plugin-import": "^2.32.0",
|
|
31
|
+
"eslint-plugin-unused-imports": "^4.4.1",
|
|
27
32
|
"typescript": "5.9.3",
|
|
33
|
+
"typescript-eslint": "^8.56.1",
|
|
28
34
|
"zod": "^4.3.6"
|
|
29
35
|
},
|
|
30
36
|
"exports": {
|
|
@@ -51,6 +57,7 @@
|
|
|
51
57
|
"scripts": {
|
|
52
58
|
"clean": "rm -rf dist",
|
|
53
59
|
"build": "tsc -p tsconfig.json",
|
|
60
|
+
"lint": "eslint .",
|
|
54
61
|
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
55
62
|
}
|
|
56
63
|
}
|