@medicine-wheel/narrative-cluster 0.15.3 → 0.15.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medicine-wheel/narrative-cluster",
3
- "version": "0.15.3",
3
+ "version": "0.15.5",
4
4
  "description": "Narrative Cluster Processor — turn witnessed perceptual events / rushes into thematic clusters, narrative beats, and a Film Edit Brief (EDL markers)",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -39,7 +39,7 @@
39
39
  "directory": "src/narrative-cluster"
40
40
  },
41
41
  "dependencies": {
42
- "@medicine-wheel/ontology-core": "^0.15.3"
42
+ "@medicine-wheel/ontology-core": "^0.15.5"
43
43
  },
44
44
  "devDependencies": {
45
45
  "typescript": "^5.7.0"