@medicine-wheel/fire-keeper 0.15.5 → 0.15.7

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medicine-wheel/fire-keeper",
3
- "version": "0.15.5",
3
+ "version": "0.15.7",
4
4
  "description": "Fire Keeper coordination agent for Medicine Wheel — tends the ceremony fire, ensures relational integrity through gating conditions, and maintains Wilson alignment as an active agent",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -23,8 +23,8 @@
23
23
  "README.md"
24
24
  ],
25
25
  "dependencies": {
26
- "@medicine-wheel/ontology-core": "^0.15.5",
27
- "@medicine-wheel/ceremony-protocol": "^0.15.5"
26
+ "@medicine-wheel/ontology-core": "^0.15.7",
27
+ "@medicine-wheel/ceremony-protocol": "^0.15.7"
28
28
  },
29
29
  "devDependencies": {
30
30
  "typescript": "^5.4.0"