@medicine-wheel/narrative-engine 0.6.2 → 0.6.3

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/README.md +1 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -70,9 +70,8 @@ console.log(progress.suggestedAction); // "Move to the west direction (integrati
70
70
 
71
71
  ## Peer dependency
72
72
 
73
- Requires `@medicine-wheel/ontology-core` ^0.1.0.
73
+ Requires `@medicine-wheel/ontology-core`.
74
74
 
75
75
  ## License
76
76
 
77
77
  MIT
78
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medicine-wheel/narrative-engine",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "Beat sequencing, arc validation, and ceremonial cadence engine for the Medicine Wheel Developer Suite",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -38,7 +38,7 @@
38
38
  "directory": "src/narrative-engine"
39
39
  },
40
40
  "dependencies": {
41
- "@medicine-wheel/ontology-core": "^0.6.2"
41
+ "@medicine-wheel/ontology-core": "^0.6.3"
42
42
  },
43
43
  "devDependencies": {
44
44
  "typescript": "^5.7.0"