@medicine-wheel/ceremonial-diary 0.6.3 → 0.7.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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medicine-wheel/ceremonial-diary",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "Ceremonial Diary — a participant's voice across the Five-Phase ceremonial methodology. Intention, observation, and reflection entries with pattern detection, statistics, markdown export, and optional projection into the chronicle wheel. Persists through @medicine-wheel/storage-provider (jsonl and neon as first-class equals)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"directory": "src/ceremonial-diary"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@medicine-wheel/ontology-core": "^0.
|
|
61
|
-
"@medicine-wheel/storage-provider": "^0.
|
|
60
|
+
"@medicine-wheel/ontology-core": "^0.7.0",
|
|
61
|
+
"@medicine-wheel/storage-provider": "^0.7.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@types/node": "^20.10.0",
|