@medicine-wheel/prompt-decomposition 0.6.1 → 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
@@ -91,9 +91,8 @@ const all = listDecompositions('.');
91
91
 
92
92
  ## Dependencies
93
93
 
94
- - `@medicine-wheel/ontology-core` ^0.1.0
94
+ - `@medicine-wheel/ontology-core`
95
95
 
96
96
  ## License
97
97
 
98
98
  MIT
99
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medicine-wheel/prompt-decomposition",
3
- "version": "0.6.1",
3
+ "version": "0.6.3",
4
4
  "description": "Prompt Decomposition Engine for the Medicine Wheel Developer Suite — ontology-enriched intent extraction, relational dependency mapping, and ceremony-aware action stacking",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -56,7 +56,7 @@
56
56
  "directory": "src/prompt-decomposition"
57
57
  },
58
58
  "dependencies": {
59
- "@medicine-wheel/ontology-core": "^0.6.1"
59
+ "@medicine-wheel/ontology-core": "^0.6.3"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@types/node": "^20.10.0",