@semiont/backend 0.4.15 → 0.4.16

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
@@ -6536,6 +6536,10 @@
6536
6536
  "projectName": {
6537
6537
  "type": "string",
6538
6538
  "description": "Name of the knowledge base project"
6539
+ },
6540
+ "gitBranch": {
6541
+ "type": "string",
6542
+ "description": "Current git branch of the knowledge base repository"
6539
6543
  }
6540
6544
  },
6541
6545
  "required": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semiont/backend",
3
- "version": "0.4.15",
3
+ "version": "0.4.16",
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.4.15",
24
- "@semiont/event-sourcing": "^0.4.15",
25
- "@semiont/jobs": "^0.4.15",
26
- "@semiont/make-meaning": "^0.4.15",
23
+ "@semiont/core": "^0.4.16",
24
+ "@semiont/event-sourcing": "^0.4.16",
25
+ "@semiont/jobs": "^0.4.16",
26
+ "@semiont/make-meaning": "^0.4.16",
27
27
  "ajv": "^8.17.1",
28
28
  "ajv-formats": "^3.0.1",
29
29
  "argon2": "^0.44.0",