@semiont/backend 0.5.0 → 0.5.1

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/openapi.json CHANGED
@@ -6897,6 +6897,10 @@
6897
6897
  "correlationId": {
6898
6898
  "type": "string"
6899
6899
  },
6900
+ "_userId": {
6901
+ "type": "string",
6902
+ "description": "Authenticated user's DID, injected by the /bus/emit gateway. Clients do not set this."
6903
+ },
6900
6904
  "token": {
6901
6905
  "type": "string"
6902
6906
  },
@@ -6906,9 +6910,6 @@
6906
6910
  "content": {
6907
6911
  "type": "string"
6908
6912
  },
6909
- "userId": {
6910
- "type": "string"
6911
- },
6912
6913
  "archiveOriginal": {
6913
6914
  "type": "boolean"
6914
6915
  }
@@ -6917,8 +6918,7 @@
6917
6918
  "correlationId",
6918
6919
  "token",
6919
6920
  "name",
6920
- "content",
6921
- "userId"
6921
+ "content"
6922
6922
  ]
6923
6923
  },
6924
6924
  "YieldCloneCreated": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semiont/backend",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
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.0",
24
- "@semiont/event-sourcing": "^0.5.0",
25
- "@semiont/jobs": "^0.5.0",
26
- "@semiont/make-meaning": "^0.5.0",
23
+ "@semiont/core": "^0.5.1",
24
+ "@semiont/event-sourcing": "^0.5.1",
25
+ "@semiont/jobs": "^0.5.1",
26
+ "@semiont/make-meaning": "^0.5.1",
27
27
  "ajv": "^8.17.1",
28
28
  "ajv-formats": "^3.0.1",
29
29
  "argon2": "^0.44.0",