@basou/core 0.18.0 → 0.20.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basou/core",
3
- "version": "0.18.0",
3
+ "version": "0.20.0",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "Core primitives for Basou: sessions, events, approvals, git capability",
@@ -740,6 +740,13 @@
740
740
  "minLength": 1,
741
741
  "maxLength": 4096
742
742
  }
743
+ },
744
+ "kind": {
745
+ "type": "string",
746
+ "enum": [
747
+ "decision",
748
+ "track"
749
+ ]
743
750
  }
744
751
  },
745
752
  "required": [
@@ -981,6 +981,13 @@
981
981
  "minLength": 1,
982
982
  "maxLength": 4096
983
983
  }
984
+ },
985
+ "kind": {
986
+ "type": "string",
987
+ "enum": [
988
+ "decision",
989
+ "track"
990
+ ]
984
991
  }
985
992
  },
986
993
  "required": [