@semiont/core 0.4.4 → 0.4.5

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
@@ -3745,6 +3745,8 @@ interface components {
3745
3745
  termsAcceptedAt: string | null;
3746
3746
  lastLogin: string | null;
3747
3747
  created: string;
3748
+ /** @description The validated JWT token string for the current session */
3749
+ token: string;
3748
3750
  };
3749
3751
  SvgSelector: {
3750
3752
  /** @enum {string} */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semiont/core",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "Core domain types for Semiont - Document, Annotation, and Graph models",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",