@semiont/backend 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/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/openapi.json +3 -3
- package/package.json +5 -5
package/dist/openapi.json
CHANGED
|
@@ -3310,7 +3310,7 @@
|
|
|
3310
3310
|
},
|
|
3311
3311
|
"EntityTypeAddedPayload": {
|
|
3312
3312
|
"type": "object",
|
|
3313
|
-
"description": "Payload for
|
|
3313
|
+
"description": "Payload for frame:entity-type-added domain event (system-level, no resourceId — fan-out is global)",
|
|
3314
3314
|
"properties": {
|
|
3315
3315
|
"entityType": {
|
|
3316
3316
|
"type": "string"
|
|
@@ -6338,9 +6338,9 @@
|
|
|
6338
6338
|
"byCategory"
|
|
6339
6339
|
]
|
|
6340
6340
|
},
|
|
6341
|
-
"
|
|
6341
|
+
"FrameAddEntityTypeCommand": {
|
|
6342
6342
|
"type": "object",
|
|
6343
|
-
"description": "Bus command to add a new entity type
|
|
6343
|
+
"description": "Bus command to add a new entity type to the KB's vocabulary. Carried on the `frame:add-entity-type` channel — Frame is the schema-layer flow that owns vocabulary writes.",
|
|
6344
6344
|
"properties": {
|
|
6345
6345
|
"tag": {
|
|
6346
6346
|
"type": "string"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semiont/backend",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Semiont backend server - pre-built for npm consumption",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"@hono/swagger-ui": "^0.6.1",
|
|
21
21
|
"@prisma/adapter-pg": "^7.5.0",
|
|
22
22
|
"@prisma/client": "^7.5.0",
|
|
23
|
-
"@semiont/core": "^0.5.
|
|
24
|
-
"@semiont/event-sourcing": "^0.5.
|
|
25
|
-
"@semiont/jobs": "^0.5.
|
|
26
|
-
"@semiont/make-meaning": "^0.5.
|
|
23
|
+
"@semiont/core": "^0.5.2",
|
|
24
|
+
"@semiont/event-sourcing": "^0.5.2",
|
|
25
|
+
"@semiont/jobs": "^0.5.2",
|
|
26
|
+
"@semiont/make-meaning": "^0.5.2",
|
|
27
27
|
"ajv": "^8.17.1",
|
|
28
28
|
"ajv-formats": "^3.0.1",
|
|
29
29
|
"argon2": "^0.44.0",
|