@semiont/core 0.4.13 → 0.4.14

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -3799,6 +3799,8 @@ interface components {
3799
3799
  };
3800
3800
  message: string;
3801
3801
  authenticatedAs?: string;
3802
+ /** @description Name of the knowledge base project */
3803
+ projectName?: string;
3802
3804
  };
3803
3805
  TextPositionSelector: {
3804
3806
  /** @enum {string} */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semiont/core",
3
- "version": "0.4.13",
3
+ "version": "0.4.14",
4
4
  "description": "Core domain types for Semiont - Document, Annotation, and Graph models",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",